@charset "utf-8";
/* CSS Document */

#main {
	clear:both;
	background:url(../images/inner-bg.png) no-repeat;
	padding:20px;
	overflow:hidden;
}
#main #left {
	width:520px;
	padding:0;
	float:left;
}
#main #left h1, #main .h1 a {
	font-size:26px;
	font-weight:100;
	color:#7a6a53;
	padding:0 0 15px;
	display:block;
	text-decoration:none;
}
#main .h1 a:hover {
	color:#000;
}
#main #right {
	width:340px;
	padding:0 0 0 20px;
	float:right;
	border-left:1px solid #c7c3bf;
}
#latest-news {
	list-style:none;
	font-size:14px;
}
#latest-news h3 {
	font-weight:700;
	color:#000;
	padding:0 0 10px;
}
#latest-news .last {
	border:none;
	margin:0;
}
#latest-news .read-more {
	text-align:right;
	padding:0 0 10px;
}
#latest-news .read-more a {
	color:#7f6223;
	font-weight:700;
	font-size:10px;
	text-decoration:none;
	
}
#hero {
	height:325px;
	overflow:hidden;
}
#hero li {
	margin:-40px 0 0;
}
#hero-info {
	margin:-85px 0 0 !important;
}
#controls div {
	height:265px;
	margin:25px 0 0;
}
