/* News */
div.news
{
	width: 680px;
	margin: 10px 0 0 0;
}

.news p
{
	text-align: justify;
	font-size: 0.95em;
	margin: 20px 0 0 0;
}

HR.news {
	display: block; 
	border: none;
	border-top: solid 1px gray;
	clear: both;
}

DIV.news_cell {
	vertical-align: top;
	display: table-cell;
}

DIV.news_cell IMG.left {
	margin-top: 20px;
}
