h3 {
	margin:0px;
	padding:0px;
}
#home_left {
	position:relative;
	float:left;
	background:url('images/home/back_left.jpg') no-repeat;
	width:306px;
	height:541px;	
}
#home_center {
	position:relative;
	float:left;
	background:url('images/home/back_center.jpg') no-repeat;
	width:178px;
	height:541px;	
}
#home_right{
	position:relative;
	float:left;
	background:url('images/home/back_right.jpg') no-repeat;
	width:306px;
	height:541px;	
}
#home_left p {
	margin:0px 0px 0px 34px;
	color:#3b1e06;
	padding:0px;
}
#home_right p {
	margin-right:45px;
	margin-left:15px;
	line-height:20px;
	color:#3b1e06;
}
#awards {
	margin-top:5px;
	height:160px;
	overflow:hidden;
	border-bottom:1px solid #db9664;
	border-top:1px solid #db9664;
	margin-left:26px;
}
#awards ul {
	color:#3b1e06;
	list-style-type:none;
	margin:0px 5px 0px 8px;
	padding:0px;
}
#awards li {
	margin-top:10px;
}
#home_galleries {
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px;
}
#home_galleries a {
	display:block;
	padding:8px 0px 8px 32px;
	margin-right:26px;
	font-size:1.1em;
}
#home_galleries a:hover {
	background-color:#db9664;
}
#main {
	overflow:hidden;
}