body {
	background:#eaead5 url("images/bg_body.gif") repeat-y 50% 0;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	vertical-align: top;
	font-size: 12px;
	line-height: 16px;
}

a {	color:#4a4800;}

h1{
	font-size: 18px;
	font-weight: normal;
	color:#4a4800;
}
h2{
	font-size: 15px;
	font-weight: bold;
	color:#000000;
}

p{
	font-size: 12px;
	line-height:19px;
	font-weight: normal;
	color:#484848;
}

#header {
	position:relative;
	width:800px;
	padding: 0 auto;
	background-image: url(images/bg_nav.gif);
	background-repeat: repeat-x;
	background-position: 50% 0;
}

#header .logo{
	float:left;
	width:315px;
	height:85px;
}


#header .nav{
	clear:both;
}

#header .nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#header .nav li{
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #827d00;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 15px;
	padding-right: 15px;
}

#header .nav li a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color:#fff;
	text-decoration: none;
}

#header .nav li a:hover{
	color:#fffc00;
	text-decoration: none;
}



#header .subnav{
	clear:both;
	background-color: #827d00;
	background-image: url(images/bg_subnav.gif);
	background-repeat: repeat-x;
}

#header .subnav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#header .subnav li{
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #827d00;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 15px;
	padding-right: 15px;
}

#header .subnav li a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color:#fff;
	text-decoration: none;
}

#header .subnav li a:hover{
	color:#fffc00;
	text-decoration: none;
}




#header image {
	
}


#content{
	clear:both;
	text-align:left;
	width:740px;
	margin:30px;
}

#content img{
	float:right;
}

#footer {
	clear:both;
	background:#bab873;
	text-align:left;
	font-size: 11px;
	color:#4a4800;
	width:740px;
	padding:30px;
}
