/* the news box */
#news
{
	margin-top: 10px;
	margin-left: 0px;
	width: 100%;
	height: 185px;
	overflow: auto;
}
#news ul
{
	margin:0 .5em 0 2em;
	padding:0;
}
/* the news box when JavaScript is available */
/*	height:184px; */
#news.hasJS
{
	height:112px;
	width: 200px;
	overflow:hidden;
	position:relative;
	margin-left: 10px;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:350px;
	left:0;
	margin:0 0 0 0;
	padding:0;
}
