/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:12px;
	margin:0px;
	padding:10px 0 0;
	background-color:#000000;
}

div#principale{
	width:750px;
	margin:0 auto;
}

img{
	border:0;
}

#testata{
	width:750px;
	height:125px;
	float:left;
	padding:0 0 20px;
}

#testata .sx{
	width:627px;
	float:left;
}

#testata .sx a{
	color:#CCC;
	padding-right:15px;
	text-decoration:none;
}

#testata .sx a:hover{
	color:#EA657E;
	padding-right:15px;
	text-decoration:none;
}

#testata .dx{
	width:123px;
	float:right;
}

#titolo{
	width:750px;
	height:38px;
	background-image:url(../img/bgtitolo.gif);
	background-repeat:repeat-x;
	color:#C2566E;
	padding:0;
	font-weight:bold;
	float:left;
}

#titolo ul{
	height:38px;
	list-style-type:none;
	margin:0;
	padding:0;
}

#titolo ul li{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}

#titolo ul li#testotitolo{
	padding:15px 0 0 10px;
}


#sottotitolo{
	width:750px;
	float:left;
	font-size:10px;
	color:#999999;
}