body {
	margin:0;
	font-family:verdana;
	font-size:10px;
	background-color:#000000;
}

a:link, a:active, a:visited {
	color:#0000ff;
	text-decoration: underline;
}
a:hover {
	color:#ff0000;
	text-decoration: none;
}

#CONTENITORE {
	margin: auto;
	width: 770px;
	background-color:#FFFFFF;
	
}

#HEADER {
	height:100px;
}

#MENUHEADER {
	height:30px;
	line-height:30px;
	background-image:url(img/menuheader.gif);
}

#MENUHEADER_DX {
	padding-right:10px;
	float:right;
	width:450px;
	text-align:right;
}

#MENUHEADER_SX {
	padding-right:10px;
	float:left;
	width:300px;
	font-weight:bold;
	text-align:right;
}

#SINISTRA {
	width:170px;
	float:left;
}

#DESTRA {
	float:right;
	width:596px;
	border-left:#FF66CC solid 4px;
	min-height:400px;
}

#PIE {
	clear:both;
	font-weight:bold;
	height:30px;
	line-height:30px;
	color:#FFFFFF;
	background:url(img/pie.gif);
}
.SXITEM {
	font-weight:bold;
	color: #FF66CC;
	padding-left:10px;
	height:25px;
	line-height:25px;
}

#NEWS {
	padding:5px 10px 10px 10px;
}
.TITOLONEWS {
	font-weight:bold;
	color: #FF66CC;
}

h1 {font-size:10px}