@import url("overall.css");

div.billboard {
	display: block;
	clear: both;
}
div.content {
	display: table;
	background: url(../images/main_content_bk.png) repeat-y;
	width: 975px;
}
div.news {
	background: url(../images/main_news_bk.png) no-repeat;
	width: 683px;
	height: auto;
	display: block;
	float: left;
	color: #7c7c7c;
	line-height: 22px;
	margin-right: 1px;
}
div.news .news_title {
	display: block;
	height: 25px;
	color: #fff;
	margin-left: 40px;
	margin-top: 2px;
}
div.news ul {
	margin-right: 170px;
	list-style: none;
}
div.news ul li {
	background: url(../images/main_arrow.png) no-repeat 0 4px;
	padding-left: 25px;
	padding-bottom: 5px;

}
div.news a.more {
	padding-left: 580px;
}
div.videos {
	display: block;

	height: auto;
	width: 271px;
	float: left;
}
div.videos span.video{
	background: url(../images/main_video_bk.png) no-repeat;
	display: block;
	height: 141px;
	width: 271px;
	
	
}
div.videos span.video .video_title {
	color: #5d3700;
	display: block;
	padding-left: 20px;
	padding-top: 8px;
}
div.videos iframe {
	border: 0px;
	width: 135px;
	text-align: center;
	margin-top: 10px;
}
div.slide {
	display: block;
	clear: both;
	border-top: 1px solid #e1c89a;
	width: 936px;
	padding-left: 20px;
	padding-bottom: 15px;
}
div.slide span.slide_title {
	color: #d07b01;
	font-size: 15px;
	display: block;
	padding-left: 12px;
	padding-top: 15px;
	height: 30px;
}
