@charset "UTF-8";
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #000;
}
img {
	border:none;
	display:inherit
}
#container {
	background-color: #353738;
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-color: #353738;
	width: 1000px;
	height:220px;
}
#logo {
	float:left;
	padding: 68px 0px 0px 46px;
	width:354px;
}
#header_pic {
	float: left;
	padding: 60px 30px 15px 15px;
	color:#B2A97E;
	font-size: 18px;
	width:190px;
}
#header_text {
	color:#B2A97E;
	font-size: 20px;
	padding: 93px 40px 0px;
	line-height: 24px;
	font-weight: normal;
	vertical-align: top;
}
#nav {
	background-color: #8A7967;
	padding:5px 0px 5px 127px;
	float: left;
	width: 873px;
	clear: both;
	margin-top:0px;
	vertical-align: middle;
	text-align: center;
	padding-bottom:5px;
	_padding-top:10px;

}

.navlist 
{
	float:left;
	clear:none;
	width:100px;
	padding-right: 25px;
	padding-left: 25px;
	vertical-align: middle;
	text-align:center;
}

.navlist a {
	color:#000000; 
  text-decoration:none;
}
.navlist a:hover {
  color:#ffffff; 
    text-decoration:none;

  }
.navlist a#current {
  color:#ffffff; 
  cursor:default;
  }
.ver_space {
	width:15px;
	background-color:#B2A97E;
}
.hor_space {
	height:15px;
	background-color:#B2A97E;
}
#main {
	background-color: #B2A97E;
	float: left;
	width: 1000px;
	clear: inherit;
	height: 465px;
}
#main #left {
	float: left;
	width:415px;
	height:465px;

}

#main #left_mid {
	float: left;
	width:605px;
	height:465px;

}
#main #mid {
	float:left;
	width:190px;
}
#main #right {
	font-size: 14px;
	line-height:18px;
	padding: 15px 35px 15px 30px;
	float:right;
	clear:right;
	width:330px;
	height:435px;
}
.space {
	font-size: 12px;
	margin-left: 0px;
	margin-right: 57px;
}

a:link, a:active, a:visited {
	
	color:#353738 ;
	text-decoration: none;
}
a:hover {
	
	color: #FFFFFF;
	text-decoration: none;
}
#footer {
	font-size:10px;
	color:#8A7967;
	;
	padding:10px 0px 10px 60px;
	float: left;
	width: 940px;
	clear: both;
	margin-top:0px;
	vertical-align: middle;
	text-align: left;
	padding-bottom:5px;
	_padding-top:10px;
	background-color: #000;

}
#footer a {
	text-decoration:none;
	color:#8A7967;
	
}
