/* news feed area
-----------------------------------------------
 */
 
#news_area {
	padding-top: 50px; 
	width:875px
}


#news-left_column {
	float: left;
	padding-left: 80px;
	
}

 
#news-right_column  {
	float: right;
	padding-right: 90px;

}


#news_title {
	font: 16pt normal Trebuchet, Arial, Verdana, Sans-serif;
	font-weight: bold;
	color: #7d3780;
	text-decoration: none;
	text-align: center;
	margin-bottom: 30px; 
}


#news_item {
	font: 12pt normal Trebuchet, Arial, Verdana, Sans-serif;
	line-height:1.4em;
	color: #000000;
	text-align: left;	
 	border-radius: 25px 0px 25px 0px;
	border: 1px solid #a7a7a7; 
	background-color: #FFFFFF;
	width: 275px;
	padding: 20px 30px 20px 30px;
	margin-bottom: 30px; 
}












