/* News */
#news_main{
	width: 870px;
	float: left;
	font-size: 12px;
	line-height: 17px;
	height: 420px;
	overflow:auto;
	padding-left: 80px;
	position: relative;
}
.news_item{
	clear: both;
}
.news_divider{
	border-top-width: 1px;
	border-top-style: dotted;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 600px;
}
.news_image{
	float: left;
	height: 100%;
	padding-right: 10px;
}
.news_date{
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 4px;
}
.news_post{
	font-size: 12px;
	font-style: italic;
}
.news_title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
}
.news_subtitle{
	font-size: 14px;
	margin-bottom: 2px;
}
.news_copy{
	padding-bottom: 4px;
	text-align: justify;
	width: 600px;
}
.news_pr{
	font-weight: bold;
}

.review{
	font-weight: bold;
	font-size: 14px;
	margin: 8px 0;
}
