* {
	padding: 0;
	margin: 0;
}

.clearer {
	clear: both;
}

#center {
	text-align: center;
}

#center #wrapper {
	text-align: left;
	margin: auto;
	margin-top: 25px;
	width: 1004px;
	border: 1px solid #b0b097;
	padding: 0px 1px 1px 1px;
	background-color:#E5E1CB;
	position:relative;
	/*overflow:hidden;*/
	border-bottom:0px;
}

#center #wrapper #headwrap {
	background-color:#d7d2b2;
	float:left;
}

#center #wrapper #header {
	background: url('../images/head_bg.jpg') no-repeat;
	width: 762px;/*984*/
	height: 50px;
	padding: 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	float:left;
	border-top:1px solid #fff;
}

#center #wrapper #header a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#center #wrapper #header a:hover {
	text-decoration: underline;
}

#center #wrapper #topnav {
	height: 35px;
	background-color: #734028;
	padding: 1px;
	margin-bottom: 1px;
	clear:both;
}

#center #wrapper #topnav .topnavitem {
	float: left;
	padding: 10px 0px 10px 0px;
	height: 13px;
	border: 1px solid #cab6ad;
	background-color: #936c5a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 1px;
}

#center #wrapper #topnav a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	/*display:block;*/
	padding: 10px 25px 10px 25px;
}

#center #wrapper #feature {
	width: 829px;
	float: left;
}

#center #wrapper #feature #feature_pic {
	display: block;
	height: 192px;
	background: url('../images/feature_pic.jpg') no-repeat;
}

#center #wrapper #feature #feature_head {
	margin-top: 1px;
	height: 28px;
	background-color: #f8ecd4;
	padding-left: 25px;
	padding-top: 10px;
}

#center #wrapper #feature #feature_head h1,h2,h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
}

#center #wrapper #feature #feature_head h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #734028;
}

#center #wrapper #feature #feature_head h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #343434;
}

#center #wrapper #feature #feature_head h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686968;
	padding-left: 5px;
}

#center #wrapper #feature #feature_body {
	height: 83px;
	background-color: #ecc985;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #734028;
	padding: 10px 25px 10px 25px;
}

#center #wrapper #feature #feature_body a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #734028;
}

#center #wrapper #feature #feature_body a:hover {
	text-decoration: underline;
}

#center #wrapper #nav a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #734028;
	width: 143px;
	height: 19px;
	line-height:19px;
	display: block;
	padding-left: 25px;
}

#center #wrapper #nav .navitem {
	width: 168px;
	height: 19px;
	border: 1px solid #f7f6f1;
	background: url('../images/navitem_bg.jpg') repeat-x;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b0b097;
}


#footer {
	background-color:#FFFFFF;
	border-top:1px solid #B0B097;
	color:#606047;
	font-family:times new roman,serif;
	font-size:12px;
	height:65px;
	line-height:20px;
	margin:auto;
	padding:25px 0;
	position:relative;
	text-align:center;
	width:1007px;
	z-index:1000;
}

#footer a {
	font-family:times new roman, serif;
	font-size:12px;
	color:#936C5A;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.note {
	color:#734028;
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	margin:10px 0;
}