#news-container
{
	width: 210px; 
	margin: auto;
	margin-top: 0px;
}

#news-container ul li div
{

	background: #ffffff;
	padding-bottom:8px;
}

.news_title {
font-size:12px;
color:#2e2b2b;
font-weight:bold;
font-family: 'CenturyGothicRegular', sans-serif;
text-decoration:none;
text-align:left;
}
.news_txt {
font-size:12px; color:#2e2b2b; 
font-family: 'CenturyGothicRegular', sans-serif;
text-align:left;
}

.readmore {
font-size:11px; color:#690202; 
font-family: 'CenturyGothicRegular', sans-serif;
text-align:left;
text-decoration:none;
padding-left:5px;
}