/* 
Designed by Joe Rozzi from Cirkuit Networks, Inc. - http://www.cirkuit.net
Free to use, please give credit for original design.
*/
body {
	margin-top:0px;
	margin-bottom:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#514F36;
}

#main {
	width:100%;
	color:#000;
	text-align:center;
	margin:0 auto;
	font-size:80%;
	line-height:130%;
	background-image:url(images/navback4.jpg);
}

#header_wrapper, #nav_wrapper {
	width:100%;
}

/* top right breadcrumbs */
#breadcrumbs {
	float:right;
	margin:0 10px -12px 0;
	font-size:85%;
}

/* blue wave header image */
#header {
	clear:right;
	height:120px;
	background-image:url(images/header-3.gif);
	background-repeat:repeat;
	text-align:left;
}

/* left navigation area */
#content_left {
	float:left;
	width:18%;
	line-height:130%;
	padding:0 0 0 10px;
	margin:10px 0 0 0;
	text-align:left;
	font-size:89%;
	
}
#content_left p {
	padding:0;
	margin:0px 0 0 0px;
}
#content_left ul { /* starts left navigation */
	margin:.5em 0 0 0;
	padding:0 0 0 15px;
	text-align:left;
}
#content_left li { /* main navigation list item */
	display:block;
	list-style:none;
	width:18%;
    margin:.5em 0 0 0;
	padding:0 0 0 15px;
	font-weight:bold;
}

#content_left li.sub { /* sub navigation list item */
	display:block;
	list-style:none;
	width:18%;
 	margin:.5em 0 0 0;
	padding:0 0 0 15px;
	font-weight:normal;
}

#content_left li {
	margin:.5em 0 0 0;
	padding:0 0 0 15px;
	list-style:none;
	width:100%;
	background: url(images/fishhook.gif) no-repeat;
	background-position: 0 .3em;
}

#content_left a, #content_left a:visited { /* mouse out navigation anchor link styles */
	display:block;
	width:18%;
	margin:.5em 0 0 0;
	padding:0 0 0 15px;
	color:#EDEEDE;
	text-decoration:bold;
	background:none;
}
#content_left a:hover, #content_left a:visited:hover { /* mouse over navigation anchor link styles */
	display:block;
	width:18%;
	margin:.5em 0 0 0;
	padding:0 0 0 15px;
	text-decoration:none;
	color:#88724D;
}

/* main textual content area */
#content_wrapper {
width:100%;
}
#content {
	padding:5px;
	margin:0 0 0 0;
	line-height:140%;
	background-color:#EDEEDE;
	text-align:justify;
	float:right;
	width:75%;
	color:#718989;
}
#content p {
	padding:0;
	margin:0px 0 0 0px;
}
#content_l { /* main textual content area (left box) */
	margin:0 auto;
	padding:5px;
	display:inline;
	float:left;
}
#content_r { /* main textual content area (right box) */
	margin:0 auto;
	padding:5px;
	display:inline;
	float:right;
}

/* header tags */
h1 {
	color:#2a56d6;
	font-size:130%;
	display:block;
	width:100%;
}
h2 {
	font-size:140%;
	display:block;
	width:98%;
	border-bottom:3px double #5E5F35;
	margin:0;
	padding:10px 0 10px 0;
	color:#555742;
}
h3 {
	font-size:120%;
	display:block;
	width:98%;
	border-bottom:1px solid #5E5F35;
	margin:0;
	padding:0;
	color:#000;
}

/* anchor links */
a, a:visited {
	text-decoration:none;
	color:blue;
}
a:hover, a:visited:hover {
	color:#2a56d6;
	text-decoration:underline;
}

/* footer */
#footer_wrapper {
	margin:0 auto;
	padding:0;
	width:100%;
	border-top:6px double #CCCCCC;
	font-size:80%;
	text-align:center;
	clear:both;
	background:#88875A;
}
#footer {
	padding-right:0px;
	margin:0;
	line-height:190%;
	text-align:right;
	clear:both;
	vertical-align:middle;
}
<style type="text/css">
<!--
HTML{
scrollbar-face-color:#C8C897;
scrollbar-arrow-color:#EDEEDE;
scrollbar-track-color:#514F36;
scrollbar-shadow-color:'';
scrollbar-highlight-color:;
scrollbar-3dlight-color:#EDEEDE;
scrollbar-darkshadow-Color:'';
}
</style>