body {
	background-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

hr {
	height: 1px;
	border: 0;
	background-color: #877958;
}

#main {
	border: 1px solid #000;
	width: 864px;
	margin:0 auto;
	background-color: #292828;
	text-align: left;
}

#header {

}

#stripe {
	height: 5px;
	line-height: 5px;
}

#nav {
	background-color: #998A60;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 20px;
}

#nav ul {
	margin-top: 0px;
}

#nav li {
	display: inline;
	border-left: 1px solid #FFF;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#nav li.first {
	border: none;
	padding-left: 0px;
}

#nav li.last {
	padding-right: 0px;
}

#nav a {
	color: #FFF;
	text-decoration: none;
}

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

#sidenav {
	float:left;
	background: url(/views/images/sidebar.jpg) no-repeat left top;
	height: 800px;
	width: 155px;
}

#searchbox {
	background: url(/views/images/graid.jpg) repeat-x;
	height: 192px;
	padding: 5px;
}

#searchbox a {
	color: #FFF;
	text-decoration: none;
}

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

h2 {
	font-size: 18px;
	color: #292828;
}

h3 {
	font-size: 14px;
	color: #FFF;
	text-align: center;
}

h4 {
	font-size: 12px;
	color: #292828;
	text-align: center;
}

#searchbox li {
	border-top: 1px solid #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style: none;
	padding: 5px;
	text-align: left;
	color: #FFF;
	margin-left: -40px;
}

#searchbox li.first {
	border: none;
}

#content {
	float:right;
	background-color: #D7BE82;
	width: 707px;
	text-align: center;
}

#main_body {
	height: 670px;
	text-align:left;
	padding: 18px;
}

#footer {
	font-size: 10px;
	text-align: center;
	width: 300px;
	margin:0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#feature_wrapper {
	text-align: center;
}

#home_feature{
	text-align:left;
	margin:0 auto;	
	width: 600px;
}

#feat_img {
	float: left;
	width: 350px;
}

#feat_desc {
	float: right;
	font-size: 12px;
	padding: 5px;
}

#myGallery
{
width: 665px !important;
height: 264px !important;
} 

.img_border {
	border: 2px solid #998A60;
}

#sub_heading {
	text-align: center;
}

.center_text {
	width: 450px;
	text-align: center;
}

#info_container {
	width: 650px;
}

#info_list_container {
	float:left; 
	width: 300px; 
	text-align:left;
}

#info_list {
	list-style-type: upper-alpha;
}

#info_list li {
	padding-top: 14px;
	padding-bottom: 14px;
	border-top: 1px solid #998A60;
}
#info_list li.first {
	border: none;
	padding-top:0px;
}
