/* the news box */
#news
{
	width:160px;
	margin: 2px;
	background:#C5AC71;
}
#news a
{
	color:#000;
	text-decoration:none;
}

#news a:hover
{
	color: #FF4300;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
	font-size:smaller;
}
#news li{
	line-height:2em;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:100px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:100px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
