@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(img_struttura/sfondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#menu{
	color:#666666;
	font-size:14px;
	margin-left:35px;
	margin-top:20px;
}
#menu a{
	color:#666666;
	text-decoration:none;
	margin-left:15px;
}
#menu a:hover{
	color:#C00;
	text-decoration:none;
}
#contenuto{
	color:#666666;
	font-size:14px;
	margin-left:50px;
	margin-right:50px;
	margin-bottom:4px;
	margin-top:4px;
	background-image:url(img_struttura/sfondo_contenuto.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.testitabella{
	color:#666666;
	font-size:12px;
	text-align:left;
}
.indirizzo{
	color:#FFF;
	font-size:11px;
	text-align:center;
}
h1{
	font-size:18px;
	color:#990000;
	font-weight:normal;
	background-image:url(img_struttura/sfondo_titolo.png);
	background-repeat:no-repeat;
	padding-left:15px;
	line-height:31px;
}
.lettera{
	font-size:28px;
	font-weight:bold;
}
p{
	margin-left:15px;
	margin-right:15px;
	font-size:12px;
	line-height:20px;

}
ul{
	
	list-style-type:none;
	font-size:12px;
	line-height:20px;
}
li{
	
	height:25px;
	list-style-image:url(img_struttura/punto_elenco.jpg);
  	vertical-align: middle;

}
a{
	color:#990000;
}
a:hover{
	color:#F00;
}

