/* CSS Document */
h4 {
	margin: 0px;
	padding: 0px;
	color: #3a2213;
	font-weight: bold;
	font-size: 10px;
}
#body_content {
	padding: 15px;
	width:797px;
}

#body_content .side_img {
	margin: 0 3px 0 0px;
	float: left;
}

#news_section {
	float:left;
	border: 5px solid #fff;
	width:770px;
	overflow:hidden;
}

#news_section #news_frame {
	float:left;
	border: 5px solid #cec8c4;
	width:760px;
}

#news_section #news_frame .body {
	text-align: left;
	vertical-align:top;
	width:730px;
	padding: 15px;
	background: #fff;
	color: #4e5758;
	overflow:hidden;
}

#news_section #news_frame .body a {
	color: #df9325;
}

#news_section2 {
	float:left;
	border: 5px solid #fff;
	width:770px;
	overflow:hidden;
}

#news_section2 #news_frame2 {
	float:left;
	border: 5px solid #cec8c4;
	width:760px;
}

#news_section2 #news_frame2 .body {
	text-align: left;
	vertical-align:top;
	width:730px;
	padding: 15px;
	background: #fff;
	color: #4e5758;
	overflow:hidden;
}

#news_section2 #news_frame2 .body .cat {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc; 
}

#news_section2 #news_frame2 .body .cat img {
	float: left;
	padding-right: 5px;
}