html{
	width:100%;
	margin: 0px;padding: 0px;
	text-align:center;
	
}

 body{
	width:100%;
	margin: 0px;	
	padding: 0px;
	text-align:center;
	background-image:none;
	font-family: arial;
	font-size: 12px;
	color:#848C8A;
	line-height:140%;
}

img{border:0px}



div#container{
	width:1003px; 
	height: auto !important;
	margin: 0px auto; 
	position:relative;
	right:0px;
	padding:0px;
}

div#corpo{
	width:1003px;
	height: auto !important;
	background-image: url(img/sfondo.jpg);
	background-repeat: y-repeat;
	background-position:3px 0px;

}	

div#menu{
	float:left;
	width:170px;
	padding-left:40px;
	height:450px;
	font-family: verdana;
	font-size: 12px;


}
div#pagina{
	float:left;
	width:580px;
	margin-left:80px;
	text-align:left;
	margin-top:15px;

}

div#footer{


	width:1003px;
	height:61px;
	background-image: url(img/sfondo_footer.jpg);
	background-repeat: no-repeat;
	background-position:3px 0px;
}	


.links{

	font-family: verdana;
	font-size: 12px;
	color:#848C8A;
	line-height:140%;
	text-decoration:none; 
	font-weight:normal;
	
}
a.links:link{

	font-family: verdana;
	font-size: 12px;
	color:#848C8A;
	line-height:140%;
	text-decoration:none; 
	font-weight:normal;
}
	
a.links:visited{

	font-family: verdana;
	font-size: 12px;
	color:#848C8A;
	line-height:140%;
	text-decoration:none; 
	font-weight:normal;
}
a.links:hover{

	font-family: verdana;
	font-size: 12px;
	color:#565656;
	line-height:140%;
	text-decoration:none; 
	font-weight:normal;
}

.links2{

	font-family: verdana;
	font-size: 12px;
	color:#c1c6c4;
	line-height:140%;
	text-decoration:none; 
	font-weight:normal;
	
}
a.links2:link{

	font-family: verdana;
	font-size: 12px;
	color:#848C8A;
	line-height:140%;
	text-decoration:none; 
	font-weight:normal;
}
	
a.links2:visited{

	font-family: verdana;
	font-size: 12px;
	color:#c1c6c4;
	line-height:140%;
	text-decoration:none; 
	font-weight:normal;
}
a.links2:hover{

	font-family: verdana;
	font-size: 12px;
	color:#565656;
	line-height:140%;
	text-decoration:none; 
	font-weight:normal;
}



div.cambiacolore{

}
div.cambiacolore:hover{
	background-color:#ededed;
}


