@charset "utf-8";
/* CSS Document */

#news{	
	display:inline;
	float:left;
	width:515px;
	margin:21px 0px 0px 19px;
}



#news #newsSection{}

#news #newsSection #groupA{width:235px; display:inline;float:left;}
#news #newsSection #groupB{width:235px;display:inline;float:left; margin-left:20px; clear:right;}

#news #newsSection .newsItem{margin-bottom:5px;}
	#news #newsSection .newsItem .date {float:left; display:inline; margin-right:10px;font-weight:bold;}
	#news #newsSection .newsItem .newsTitle{font-weight:bold;}
	#news #newsSection .newsItem .newsTeaser {display:inline;}
	#news #newsSection .newsItem .newsReadon {display:inline;}
	#news #newsSection .newsItem .newsReadon a{color:#000000; display:inline;}	
