/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #ffffff url('images/back_all.gif') repeat-x top;

}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 150%;
}

p, ol
{
margin-top: 10px;
}

h1, h2, h3 {
	color: #92331D;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #92331D;
}


h3 {
	font-size: 1em;
	padding-left: 30px;
}


ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #92331D;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #92331D;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #92331D;
}

hr {
	display: none;
}


#main
{
width: 701px;
margin: 0 auto;
padding-top: 43px;
border-left: 10px solid #ffffff;
border-right: 10px solid #ffffff;
}


/* Header */

#header {
	width: 701px;
	margin: 0 auto;
	height: 150px;
}

#menu {
	float: left;
	height: 55px;
	width: 651px;
	padding-left: 50px;
	background: url('images/menu.gif') repeat-x;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	width: 100px;
	margin-right: 1px;
	text-decoration: bold;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 10px;
    text-align: center;
}

#menu a:hover {
	color: #000000;
}



/* Logo */

#logo {
	width: 701px;
	height: 150px;
	margin: 0 auto;
	text-align: right;
    background: url('images/header.jpg') no-repeat; 
}


#logo h1 {
	padding-right: 20px;
	color: #ffffff;
	padding-top: 40px;
	font-size: 24px;
}

#logo h2 {
	font-style: italic;
	font-size: 18px;
	padding-right: 20px;
}


#logo a {
	color: #ffffff;
}

/* Page */

#page {
	width: 701px;
	margin: 0 auto;
	background: #8A0A09;
	border-top: none;
	padding-top: 10px;

}



/* Content */

#content {
	float: right;
	width: 490px;
	padding-left: 7px;
	padding-top: 0px;
}

#content p {

	padding-left: 30px;	
}

#content H2
{
background: url('images/h2.gif') no-repeat;
height: 22px;
padding-top: 5px;
padding-left: 15px;
width: 440px;
font-size: 14px;
color: #ffffff
}

#content H2 a
{
color: #ffffff;
}

#content .entry
{
padding: 1px;
width: 455px;
background: #ffffff;
margin-bottom: 20px;
}

#content .pad
{
padding: 10px;
}

/* Sidebars */

.sidebar {
	float: left;

}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

.sidebar {
	margin-bottom: 2em;
}


.sidebar li {
	margin: 0;
}


#sidebar2 {
	width: 180px;
	padding-left: 15px;
}

#sidebar2 h2 {
	background: url('images/title.gif') no-repeat left top;
	height: 22px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 5px
}

#sidebar2 ul {
	line-height: normal;
}

#sidebar2 li {
	padding: 5px;
	background: url('images/img04.gif') repeat-x left bottom;
	font-size: .8em
}

#sidebar2 a {
	border: none;
	font-size: 12px;
	padding-left: 20px;
}

#sidebar2 a:hover {
	border: none;
	padding-left: 10px;
}


#sidebar2 .sideb {
background: #F0E2E2;
padding: 1px;
margin-bottom: 20px;
 }
 


/* Footer */
#footer
{
padding: 20px;
background: url('images/footer.gif') repeat-x; 
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #92331D;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #92331D;
}