@charset "UTF-8";
body{
	background:url(images/sfondo_sfumato.png);
	background-repeat:repeat-x;
	background-color:#fff;
	margin:0 auto;
	font-family:Tahoma, Geneva, sans-serif;
	}

#intestazione{
	margin-left:20px;
	margin-top:67px;
	width:900px !important;
	}
	
#menu_destra{
	/*float:right;*/
	margin-top:-40px;
	font-style:italic;
	display:inline;
	margin-left:750px;
	text-decoration:none;
	font-size:11px;
	}
	
#menu_destra a:hover{
	border-bottom-style:dotted;
	color:#5f5f5f;
	}

#menu_destra a{
	text-decoration:none;
	color:#003bbe
	}


#menu_sinistra{
	z-index:3000;
	height:370px;
	display:block;
	width:300px;
	}
	
#contenuto{
/*	margin-left:350px;*/
	border-left:1px solid #cecece;
	padding-left:30px;
	padding-bottom:20px;
	padding-top:10px;
/*	margin-top:-330px;	z-index:100;
	width:600px;*/
	margin-bottom:50px;
	text-align:justify;
	}

#footer{
	text-align:center;
	font-size:12px;
	color:#cecece;
	border-top: 1px solid #cecece;
	display:block;
	width:30%;
	clear:both;
	margin:0 auto;
	}
/*.lista_menu a{
	background:url('images/menu.png');
	height:61px;
	}

.lista_menu{
	background:url('images/menu.png');
	height:61px;
	list-style-type:none}
	
.lista_menu a:hover{
	height:61px;
	background:url('images/menu_hover2.png');
	}
*/	
.corpo{
	margin:0px;
	}
	
h2{
	text-align:center;
	color:#003b8e
	}
	
li{
	list-style-type:none;
	margin-left:-30px;
	}
	
li:hover{
	color:green;
	}
a:visited{
	color:#003b8e;
	}
a:hover{
	color:green;
	}

img, div {behavior: url(iepngfix.htc);}
