* { padding: 0; margin: 0; }

body {
	font-family: "Times New Roman", Times, serif, Georgia;
	font-size: 12pt;
	background-color: #807768;
	color:#663300;
}

a {
	color:#663300;
}

#header {
	margin: 0 auto;
	width: 800px;
	height: 30px;
/*	border: thin dashed #FF0000;*/
	text-align: right;
	color: #fff9f0;
	padding-top: 8px;
	margin-bottom: -8px;
}
#footer {
	margin: 0 auto;
	width: 782px;
	height: 30px;
/*	border: thin dashed #FF0000;*/
	background-color: #241107;
	padding-top: 8px;
	padding-left: 20px;
	color: #fff9f0;
}

#wrapper {	/*white area*/
	margin: 0 auto;
	width: 760px;
	min-height:700px;
	height:auto !important;
	height:700px;
	padding: 20px;
	background-color: #FFFFFF;
	border: thin solid #CCCCCC;
	overflow:inherit;
}

#logo {
	width: 250px;
	height: 62px;
	float: left;
	margin-bottom: 1px;
}

#topmenu {
	margin-bottom: 1px;
	margin-top: 12px;
	width: 460px;
	height: 50px;
	float: right;
	background-color:#241107;
	color:#e9dece;
}

#banner {
	float: left;
	margin-top: 4px;
}

#featurebox { 
	width: 360px;
	height: 330px;
	float: left;
	margin-top: 15px;
	margin-bottom: 20px;
/*	border: thin dashed #FF0000;*/
	background-color: #bcb2a2;
	padding:15px 30px 0px 20px;
}

#welcomebox {
	width: 280px;
	height: 315px;
	float: right;
	margin-top:15px;
	background-color: #241107; /*252420;*/
	padding: 20px 35px 10px 35px;
	color: #807768;
}

#welcomebox a {
	color:#CC6600;
}

h2 {
	color:#e9dece;
	margin: 0px 0px 0px 0px;
}

#searchbar {
 width: 50%;
 height: 30px;
 vertical-align:middle;
}

#navigation {
 color: #fff;
 padding: 10px;
 margin: 0px 0px 5px 0px;
 background: #4c3327;
}

#navigation a:link {
 color:#fff;
}

#contacttitlebox {
	width: 455px;
	height: 30px;
	float: right;
	margin-top:15px;
	background-color: #241107; /*252420;*/
	padding: 20px 35px 10px 20px;
	color: #807768;
}

#contactformbox { 
	width: 470px;
	height: 245px;
	float: right;
	padding: 10px 20px 10px 20px;
	background-color: #000000;
	color: #807768;
}

#leftbox01 { 
	width: 200px;
	height: 305px;
	float: left;
	margin-top: 15px;
	margin-bottom: 20px;
/*	border: thin dashed #FF0000;*/
	background-color: #bcb2a2;
	padding:25px 30px 0px 20px;
}

.pageHead {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size:18pt;	
 font-weight:bold; 
 color:#000;
 margin-top: 10px;	
 padding-bottom: 0px;
}

.clear { clear: both; background: none; }