.news_wrap {
	margin-top: 20px;
}

.news_item {
	clear: left;
	padding-bottom: 0px;
	/* border-bottom: 1px solid #ccc; */
}

.news_item h4 {
	margin: 0 0 10px 0;
}

.news_date {
	margin: 20px 0 10px 0;
	font-style: italic;
	font-size: 9pt;
}

.news_item .inner_text {
	width: 475px;
	margin-bottom: 20px;
}

.news_item .news_break {
	width: 480px;
	height: 1px;
	color: #ccc;
	background-color: #ddd;
	float: left;
	margin-bottom: 20px;
}