/* the news box */
#news
{
	width:660px;
	/*background:url(../images/news.jpg);*/
	margin-top:15px;
	margin-left:10px;
	border:solid;
	border-width:1px;
	border-color:#7A6351;   
	
}
#news a
{
	color:#996600;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
	line-height:2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:80px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
