/* CSS Document */

html { overflow-y:scroll; background-image: url(images/bg_html.jpg); background-repeat: repeat; }
body {
	color:#000;
	font-size:.7em;
	margin:0 0 25px 0;
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/bg_body.jpg);
}

a { color:#6b2211; }

a img{border:none;}

h1, h2, h3, h4, p { margin:0 0 5px 0; }

h1 { font-size:2.6em; font-stretch:wider; color:#505a1d; font:"Minion Pro" }

h2 { font-size:1.8em; font-stretch:wider; color:#505a1d; font:"Minion Pro"  }

h3 { font-size:1.4em; font-stretch:wider; color:#6E2212; font:"Minion Pro" }

/* ---- class settings ----------------------- */



.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	bottom: 0;
	left: 0;
}

.red_content {
	position:relative;
	margin:0 auto;
	width:188px;
	height:250px;
	float: left;
	margin: 0 0 0 5px;
}
.red_no_content {
	position:relative;
	margin:0 auto;
	width:188px;
	height:100px;
	float: left;
	margin: 0 0 0 5px;
}

.no_red_content {
	position:relative;
	margin:0 auto;
	width:188px;
	height:50px;
	float: left;
	margin: 0 0 0 5px;
}

.red_content img {
	padding: 0 0 1px 0;
	border-bottom: 3px solid #55180a;
}

.content_yellow {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:225px;
	height:auto;
	padding: 5px 0 5px 10px;
	margin: 0 0 5px; 0;
	background-color: #E1E7C3;
}

.red_title {
	color: #fff;
	font-size: 2.4em;
	font-family: "Times New Roman", Times, serif;
}

.green_title {
	color: #56621c;
	font-size: 2em;
	font-family: "Times New Roman", Times, serif;
}

.emerald_title {
	color: #144e3a;
	font-size: 1.7em;
	font-family: "Times New Roman", Times, serif;
}

.site_map {
	color:#56621C;
	font-weight:bold;
	text-decoration:none;
	}
	
.pictures_left {
	padding: 0 10px 10px 10px;
	float:left;
}

.pictures_right {
	padding: 0 10px 10px 10px;
	float:right;
}

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/bg_main.jpg);
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	padding: 120px 0 0 0;
	background-repeat: no-repeat;
	background-image: url(images/bg_header2.jpg);
}

#header_2 {
	position:relative;
	width:830px;
	height:25px;

	margin: 0 0 0 60px;
	background-repeat: no-repeat;
	background-color: #444d17;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:800px;
	height:32px;
	margin: 0 auto;
	padding: 0 0 13px 0;
}

#sub_nav {
	position:absolute;
	top:0;
	left:0;
	width:760px;
	height:27px;
	padding: 50px 0 0 0;
	
	
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:84g5px;
	height:auto;
	padding: 5px 50px 0 55px;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:-170px;
	left:0;
	float:left;
	width:575px;
	height:auto;
	padding: 0 10px;
	margin: 0 0 0 5px;
}

#content_main_index {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:575px;
	height:auto;
	padding: 0 10px;
	margin: 0 0 0 5px;
}

#content_red {
	position:relative;
	top:0;
	left:5px;
	float:left;
	width:590px;
	height:auto;
	color: #e7d7b7;
	padding: 5px 0 0 0;
	background-color: #6E2212;
	background-repeat: repeat-x;
	background-image: url(images/bg_content-left-t.jpg);
}

#no_content_red {
	position:relative;
	top:0;
	left:5px;
	float:left;
	width:590px;
	height:70px;
	color: #e7d7b7;
	padding: 5px 0 0 0;
	background-color: #6E2212;
	background-repeat: repeat-x;
	background-image: url(images/bg_content-left-t.jpg);
}

#content_green {
	position:relative;
	top:0;
	left:-10px;
	float:right;
	width:225px;
	height:275px;
	padding: 0 0 0 10px;
	background-color: #c9d29e;
}


/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:235px;
	height:auto;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	color:#000;
	width:950px;
	height:30px;
	clear:both;
	margin: 0 auto;
	padding: 0 0 0 2px;
}

#footer_content {
	position:relative;
	top:0;
	left:0;
	color:#000;
	width:850px;
	height:30px;
	clear:both;
	padding: 0 60px;
	margin: 0 auto;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:32px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav.gif);
}

a#nav_01 {
	width:48px;
	background-position:0 0;
}

a:hover#nav_01 {
	background-position: 0 -32px;
}

.active_01 {
	background-position: 0 -32px !important;
}

a#nav_02 {
	width:69px;
	cursor:default;
	background-position:-48px 0;
}

a:hover#nav_02 {
	background-position:-48px -32px;
}

.active_02 {
	background-position:-48px -32px !important;
}

a#nav_03 {
	width:81px;
	cursor:default;
	background-position:-117px 0;
}

a:hover#nav_03 {
	background-position:-117px -32px;
}


.active_03 {
	background-position:-117px -32px !important;
}

a#nav_04 {
	width:76px;
	cursor:default;
	background-position:-198px 0;
}

a:hover#nav_04 {
	background-position:-198px -32px;
}

.active_04 {
	background-position:-198px -32px !important;
}

a#nav_05 {
	width:126px;
	background-position:-274px 0;
}

a:hover#nav_05 {
	background-position:-274px -32px;
}

.active_05 {
	background-position:-274px -32px !important;
}

a#nav_06 {
	width:117px;
	cursor:default;
	background-position:-400px 0;
}

a:hover#nav_06 {
	background-position:-400px -32px;
}

.active_06 {
	background-position:-400px -32px !important;
}

a#nav_07 {
	width:69px;
	cursor:default;
	background-position:-517px 0;
}

a:hover#nav_07 {
	background-position:-517px -32px;
}

.active_07 {
	background-position:-517px -32px !important;
}

a#nav_08 {
	width:101px;
	cursor:default;
	background-position:-586px 0;
}

a:hover#nav_08 {
	background-position:-586px -32px;
}

.active_08 {
	background-position:-586px -32px !important;
}

a#nav_09 {
	width:101px;
	cursor:default;
	background-position:-687px 0;
}

a:hover#nav_09 {
	background-position:-687px -32px;
}

.active_09 {
	background-position:-687px -32px !important;
}

<!----------start nav------>
#nav_sub a {
	display:block;
	color:#fff;
	padding:5px;
	font-size:14px;
	text-decoration:none;
}

#L1 a, #L2 a, #L3 a, #L6 a {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;

	
}

#nav_sub a:hover {
	background-color:#444d17;

}

#L1, #L2, #L3, #L6 {
	position:absolute;
	visibility:hidden;
	height:auto;
	padding: 50px 0 0 0;
}

#L1 { width:825px; left:59px; top: 150px; padding: 20px 0 5px 5px; }
#L2 { width:825px; left:59px; top: 150px; padding: 20px 0 5px 5px; }
#L3 { width:825px; left:59px; top: 150px; padding: 20px 0 5px 5px; }
#L6 { width:825px; left:59px; top: 150px; padding: 20px 0 5px 5px; }

.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}
<!------------------End nav----------->