body {
	color: #757561;
	font: .75em/1.5em Helvetica, Arial, san-serif;	
}

.caption {
	position: absolute;
	top: 57px;
	left: 40px;
	font-size: 10px;
	font-style: italic;
	}	
	
#wrap {
	width: 860px;
	margin: 10px auto;
	background: url(../i/m_bg.gif) repeat top center;
	overflow: auto;
	position: relative;
	}
	
#wrap_pg {
	width: 860px;
	margin: 10px auto;
	background: #fff;
	position: relative;	
	}	

#head {
	width: 860px; height: 285px;
	padding: 10px;
	width: 840px!important; height: 265px!important;
	background: #fff url(../i/h_oak.jpg) no-repeat bottom center;
	}
/* navigation */
	
ul#nav {
	width: 575px;
	float: right;
	margin: 0;
	padding: 40px 0 0 0;
	list-style: none;
	}
	
ul#nav li {
	list-style: none;
	float: left;
	border-right: 1px solid #757561;
	font: 14px/18px Georgia, Times, Times New Roman, serif;
	position: relative;
	}
	
ul#nav li#about {
	border-left: 1px solid #757561;
	}	
	
ul#nav li a, ul#nav li a:visited {
	color: #757561;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;
	padding: 2px 10px;	
	display: block;	
	}
	
ul#nav li a:hover, ul#nav li a:active {
	background: #e6eddf;
	color: #68321f;
	}

/* secondary navigation */

ul#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1.5em;
	left: 0;
	list-style: none;
	margin: 0; padding: 0;
}



ul#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#nav li ul li {
	border-right: 0!important;
	}
	
ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
	display: block;
	width: 115px;
	border-left: 5px solid #e36f1e;
	background: #e6eddf;
	z-index: 999;	
}

ul#nav li ul li a {
	font-size: .85em;
	width: 115px;
	font-weight: normal!important;
	font-family: Helvetica, Arial, san-serif;
	color: #757561;
}
/* middle area */
#mid {
	margin-top: 10px;
	width: 860px; padding: 0;
	}
	
/** content area **/
#content {
	width: 470px;
	padding: 30px 60px;
	height: 1220px;
	width: 350px!important;
	height: 1100px!important;
	float: left;
	margin: 0;
	}
	
#content_main {
	width: 660px;
	min-height: 700px;
	padding: 30px 80px;
	width: 500px!important;
	float: left;
	border-right: 1px solid #d9d9cf;
	margin: 0;
	}
		
p {
	padding: 0;
	margin: 1em 0;
	}	

h1 {
	font-size: 18px;
	line-height: 24px;
	font-family: Georgia, Times, Times New Roman, serif;
	color: #68321f;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
h2 {
	font-size: 1.2em;
	color: #e36f1e;
	margin: 5px 0;
	}
	
h4 {
	margin: 0;
	color: #68321f;
	font-style: italic;
	font-weight: normal;
	padding: 0;
	}	
	
/* side divs */
div#side1 {
	width: 195px;
	padding: 20px;
	width: 155px!important;
	float: left;
	margin: 0;
	clear: none;
	}

div#side2 {
	width: 185px;
	padding: 10px;
	width: 155px!important;
	position: absolute;
	top: 295px;
	left: 670px;
	}	

h3 {
	width: 160px; height: 30px;
	padding: 7px;
	width: 146px!important; height: 16px!important;
	font-size: 12px;
	color: #68321f;
	font-family: Georgia, Times, Times New Roman, serif;
	background: #e6eddf;
	text-transform: uppercase;
	}

a, a:visited {
	color: #5c8727;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover, a:active {
	text-decoration: underline;
	}
	
div#side1 p, div#side2 p, div#side3 p {
	padding: 0 0 0 15px;
	}
	
input {
	padding: 5px 0 0 15px;
	}
	
						
/* footer */
#footer {
	width: 860px;
	float: left;
	clear: both;
	border-top: 1px solid #d9d9cf;
	background: #fff;
	padding: 10px;
	width: 840px!important;
	}
	
#footer p {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: .9em;
	padding: 0; margin: 0;
	}
	
#footer a, #footer a:visited {
	color: #757561;
	text-decoration: none;
	font-weight: bold;
	}
	
#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #68321f;	
	}	
	
/* login area */
ul#login {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
ul#login li a, ul#login li a:visited {
	width: 120px;
	display: block;
	line-height: 16px;
	margin: 10px;
	text-transform: capitalize;
	font-size: 10px;
	color: #333;
	list-style: none;
	padding: 3px 6px;
	background: #e6eddf;
	border-left: 5px solid #e36f1e;
	}
	
ul#login li a:hover, ul#login li a:active {
	background: #e36f1e;
	color: #e6eddf;
	}	