/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-image:url(../images/body_top_bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
ul, li, p, h4 {
	margin:0px;
	padding:0px;
	}

.site_bg {
	background-image:url(../images/site_bg.jpg);
	background-repeat:repeat-x;
	background-color:#e2b43e;
	
	}

.header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:976px;
	height:152px;
	
	}	
	
.site_left_bg {
	background-image:url(../images/site_left_bg_1.jpg);
	background-repeat:repeat-y;
	width:139px;
	height:601px;
	/*background-position: 0 287px;*/
	
	}	
	
.site_right_bg {
	background-image:url(../images/site_right_bg_1.jpg);
	background-repeat:repeat-y;
	width:139px;
	/*background-position: 0 287px;*/
	
	}	
	
.nav_bg {
	background-image:url(../images/nav_bg.jpg);
	background-repeat:no-repeat;
	width:976px;
	height:47px;
	/*background-position: 0 287px;*/
	
	}		
	
ul.nav {
	list-style:none;
	}
	
ul.nav li {
	display:inline;
	
	}	

ul.nav li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#9d8d79;
	line-height:47px;
	margin:0px 7px 0px 7px;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	}

ul.nav li a:hover {
	color:#e09c32;
	text-transform:uppercase;
	}

.text_1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#251f19;
	font-size:18px;
	}

.text_1 h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#251f19;
	font-size:18px;
	}

.text_2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#702106;
	font-size:12px;
	line-height:18px;
	}

.text_3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	}

ul.footer_nav {
	list-style:disc;
	}
	
ul.footer_nav li {
	display:inline;
	list-style-type:disc;
	list-style-position:inside;	
	color:#9d8d79;
	}	

ul.footer_nav li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#9d8d79;
	line-height:30px;
	margin:0px;
	text-decoration:none;
	font-weight:normal;
	}

ul.footer_nav li a:hover {
	color:#e09c32;
	}
	.text_2 a:link {
	color:#702106;
	text-decoration: none;
}
.text_2 a:visited {
	color:#702106;
	text-decoration: none;
}
.text_2 a:hover {

	color:#892205;
}
.text_2 a:active {
	color:#702106;
	text-decoration: none;
}
