/* the news box */
#news
{
	display:block; width:196px; background-image:url(../img/striscia_sfum3.gif); background-position:top; background-repeat: x; margin:0; padding:0; float:left; height:190px;
}

#news ul
{
 width:100%;
	margin:0 auro;
	padding:0;
	list-style:none;
	height:180px;
}
#news li{
	line-height:2em;
}
#news li a{text-decoration:none; font-weight:bold; color: #232323;}
#news li a:hover{text-decoration:underline;}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:200px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:relative;
	/*top:120px;*/
	left:0;
	margin:0 auto;
	padding:0;
}

