#header {
	width:1000px;
	height:462px;
	background-image:url(../images/layout/bg_header_home.jpg);
}

#content {
	background-image:url(../images/layout/bg_content_home.jpg);
}

#left {
	width:346px;
	float:left;
	margin-left:12px;
	padding:0px 10px;
}
#left h1 {
	font-size:22px;
	margin-top:5px;
}
#left p {
	font-size:13px;
}

#center {
	width:288px;
	float:left;
	margin-left:22px;
	padding:0px 10px;
}
#center h1 {
	font-size:22px;
	margin-top:5px;
}
#center .newsItem {
	margin-bottom:4px;
	padding-bottom:4px;
	border-bottom:1px dashed #B65301;
}
#center .newsItem p {
	font-size:11px;
	margin-top:0px;
}
#center .newsItem img {
	float:left;
	border:1px solid #FFFFFF;
	margin-right:6px;
	margin-bottom:5px;
}
#center .newsItem h5 {
	font-size:13px;
	margin-top:3px;
	margin-bottom:7px;
}
#center .newsItem p a {
	color:#FCF8B2;
}
#center .newsItem p a:hover {
	color:#FFF;
}