/* the news box */
#news
{
	width:200px;
	
}

/* the news box when JavaScript is available */
#news.hasJS
{
	height:70px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	font-size: 8pt;
  position:absolute;
	top:210px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
