/* News */
.main-box-middle p{
	margin-top: 20px;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}

#news-img{
	float: left;
	margin: 0 20px 20px 0;
	display: block;
}

#news-scan{
	margin: 0 20px 0 0;
	display: block;
}

.news-sub{
	font-size: 12px;
	color: #aaa;
	margin: 10px 0;
	font-family: Georgia, Times New Roman;
	font-style: italic;
	letter-spacing: 0.5px;
}



/* Related News */
#related-news ul{
	margin: 10px 0 0 0;
}

#related-news a{
	padding: 10px 0;
	display: block;
	border-top: 1px solid #f5f5f5;
	font-size: 14px;
	position: relative; /* BUG: for the click area work fine on IE */
	overflow: hidden; /* BUG: IE extra padding bug */
	line-height: 17px;
	font-size: 12px;
}