@charset "UTF-8";
/* CSS Document */

#LatestNews {
	width: 250px;
	float: left;
	height: auto;
	background-color: #FBEEBE;
}
#NewsHeader {
	width: 250px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #F4D13A;
}
#NewsBody {
	height: auto;
	width: 230px;
	margin: 10px;
}
#NewsBodyBase {
	height: 40px;
	width: 250px;
	background-color: #F4D13A;
	text-align: right;
	line-height: 40px;
}

