html{

	margin: 0px;
	padding: 0px;
	text-align:center;
	font-family: Trebuchet MS;
	font-size:11px;
	color: #8c8c8c;
}

body{
	margin: 0px auto;
	width: 1003px;
	text-align:center;
	line-height:150%;
}

img{
	margin: 0px;
	padding: 0px;
	border: 0px;
}


div#testata{
	width:1003px; 
	/*background-image:url(img/bordo_centro.png) ;*/
	position:relative;
	
}

div#contenitore{
	width:921px; 
	margin: 0px auto; 
	position:relative;
	font-family: arial;
	font-size:11px;
	color: #3b3b3b;
}

div#footer{
	background-image: none;
	height:40px;
	padding-top:5px;
	margin: 0px auto; 
	clear:both;
	text-align:left;
	color: #a8a8a8;
}

div#footer a{color:#a8a8a8}
div#footer a:hover{color:white}




a.menu{
	font-family: Trebuchet MS;
	font-size:11px;
	color: #8c8c8c;
	text-decoration:none;
	font-weight:bold;
	
}
a.menu:link{
	font-family: Trebuchet MS;
	font-size:11px;
	color: #8c8c8c;
	text-decoration:none;
	font-weight:bold;
}
a.menu:hover{
	color: #61aed7;
	font-weight:bold;
	
}
a.menu:visited{
	
	font-weight:bold;
}

div.cambiacolore{

}
div.cambiacolore:hover{
	background-color:#e8e8e8;
}

