#news 
{
	position: relative;
	z-index:400;
}

#news_module
{
	width: 248px;
	background-image:url(../CommonImages/layout/news_bottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:0 0 5px 0;
	margin:0;
}

#news_module h2
{
	color: White;
	font-size:.9em;
	background-image:url(../CommonImages/layout/news_top.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-repeat:no-repeat;
	background-position:left top;
	padding:5px 5px 5px 15px;
	margin-bottom:5px;
		
}

#news_module ul
{
	list-style:none;
	padding:3px 10px 5px 10px;
	margin:0;

	
	
}

#news_module li
{
	
	width:210px;
	height:20px;
	margin:4px 0 4px 0;
	
}



#news_module li h3
{
	color:#535353;
	font-size:.9em;
	float:left;
	margin:2px 13px 0 0;
	padding:0;

}

#news_module li a
{
	font-size:.9em;
}

#news_module tr
{
	border:0 solid white;
}
	



	
