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:0px 0px 8px 0px;
	padding:0;
}

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

#nav_box a.home_link:hover {
	color: #EBE9D7;
	text-decoration: none;
	font-weight: bold;
}

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

.links{
	margin: 35px 0px 35px 0px;
}


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{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #BD801B;;
	letter-spacing: -1px;
	margin:0px 0px 10px 0px;
	padding:0;
}

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

}

#middle_content h1{
	font-size: 1.9em;
	background: #EEEEE0;
	border: 1px solid #D8D8BF;
	padding:5px 0px 5px 5px;
}

#middle_content h2{
	font-size: 1.7em;
}

#middle_content p{
	 padding: 0px 0px 6px 0px;
 }
#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;
}

#sec_one, #sec_two, #sec_three, #sec_four, #sec_five, #sec_seven{
	/*min-height: 100px;*/
	background: #EEEEE0;
	border: 1px solid #D8D8BF;
	padding:0px 5px 5px 5px;
	margin-bottom: 10px;
}





/* mimics min-height property for Internet Explorer :<*/
/*\*/
* html .section {
/*height: 100px;*/
}
/**/

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

#right_content{
	padding: 30px 10px 10px 10px;
}

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

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



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

#right_content p{
 line-height: 1.4em;
  padding: 0px 0px 10px 0px;
}

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: #EBE9D7;
	text-decoration: none;
	font-weight: bold;
}

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

#nav_box ul.menu-top li.menu-current a{
	color: #232122;
}




/*FOR GALLERY SECTION*/
#pictures {
	text-align: center;

}
#pictures img {
	border: none;
}

#picturelink {
	margin: 2px 3px 2px 3px;        
	float: left;

}
#picturelink img {
	border: none;
}


	

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

table#home_images{
	text-align: center;

	
}

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

input{
	border: 1px solid #D8D8BF;
	margin: 3px 0px 3px 0px;
}

input.submit{
	background: #EEEEE0;
}




