html,body{margin:0;padding:0; }
body{
	font: 75% Verdana,sans-serif;
	background: /*#837560*/ #232122;
	margin: 5px 0px 5px 0px;
	color: #232122;
}


#wrap{
	width: 985px;
	margin: auto;
	/*background: #EEE8CD /*#FAF0E6*/
	background: #EEEEE0;
	padding-bottom: 5px;
}

#banner{
	text-align: center;
	padding:5px;
}

#content_wrap{
	width: 975px;
	margin:auto;
}

table#content_holder{
	width: 100%;
}

table#content_holder td{
	vertical-align: top;
}

td#nav{
	width:20%;
	background: #BD801B;
	border-bottom: 5px solid #EEEEE0;
}
#nav_box{
	background: #EBE9D7 url(images/content_bg.jpg) no-repeat;
	border-bottom: 5px solid #EEEEE0;
	padding: 30px 10px 10px 10px;
}

#nav_box p{
	margin:0;
	padding:0;
}

a#home_link {
	color: #232122;
	text-decoration: none;
	font-weight: bold;
}

#nav_box h1{
	font-size: 100%;
	margin:10px 0px 5px 0px;
	padding:0;
}

td#middle{
	width:65%;
	background: #EBE9D7 url(images/content_bg.jpg) no-repeat;
	height: 400px;
	border-left: 5px solid #EEEEE0;
	border-right: 5px solid #EEEEE0;
	border-bottom: 5px solid #EEEEE0;
}

#middle_content{
	padding: 30px 10px 10px 10px;
	line-height: 1.6em;
}

#middle_content h1, h2, h3, h4, h5{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #BD801B;
	letter-spacing: -1px;
	margin:0;
	padding:0;
}

#middle_content h1{
	font-size: 1.9em;
}

#middle_content h2{
	font-size: 1.7em;
}
#middle_content a:link, #middle_content a:visited, #middle_content a:active{
	color:#BD4F1B;
	text-decoration: none;
	font-weight: bold;
}

#middle_content a:hover{
	color:#A5A67E;
}

td#right{
	width:15%;
	background: #BD801B;
	border-bottom: 5px solid #EEEEE0;
}

#right_content{
	background: #EBE9D7 url(images/content_bg.jpg) repeat-x;
	border-bottom: 5px solid #EEEEE0;
	padding: 30px 10px 10px 10px;
}

#right_content a:link, #right_content a:visited, #right_content a:active{
	color:#BD4F1B;
	text-decoration: none;
	font-weight: bold;
}

#right_content a:hover{
	color:#A5A67E;
}



#right_content h1{
	font-size: 100%;
	margin:0;
	padding:0;
}

#right_content p{
 line-height: 1.4em;
}

td#footer{
	height: 50px;
	background: /*#A5A67E*/ #BD4F1B;
}

#footer_content{
	font-size: 90%;
	color:#EBE9D7;
	text-align: center;
	margin-top: 5px;
}

#footer_content a:link, #footer_content a:visited, #footer_content a:active{
	color:#EBE9D7;
	text-decoration: none;
}

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

#footer_content p{
	margin:0;
	padding-top:5px;
}


/*LEFT NAV LINKS*/
ul.menu-top{
	margin:0;
	padding:0;
	list-style: none;
}

ul.menu-top li{
	padding: 10px 0 10px 0;
	margin:0;
}

ul.menu-top li a:link, ul.menu-top li a:visited, ul.menu-top li a:active{
	color: #BD801B;
	text-decoration: none;
	font-weight: bold;
}

ul.menu-top li a:hover{
	color: #A5A67E;
	text-decoration: none;
	font-weight: bold;
}

/*GENERAL*/
a img{
	border: none;
}

table#home_images{
	text-align: center;

	
}

table#home_images td{
background: #EEEEE0;
border: 1px solid #D8D8BF;
}



