#news > div
{
	width: 90%;
	margin: 0 auto 10px;
}

#news div.title
{
	font-weight: bold;
	float: left;
}

#news div.date
{
	font-size: 10px;
	background-color: #EFEFEF;
	text-align: right;
	float: right;
}

#news div.post
{
	clear: both;
}