* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #8a8a8a;
}

#main {
	position: relative;
	width: 791px;
	margin: 0px auto 0px auto;
}

#header{
	width:791px;
	position:relative;
	background:url(immagini/header.jpg) #8a8a8a no-repeat left top;
	height:272px;
}

#voci_menu{
	padding:51px 0px 0px 343px;
}

.voce_menu{
	width:145px;
	height:30px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	padding-top:1px;
}

.voce_menu a{
	color:#FFFFFF;
	text-decoration:none;
}
.voce_menu a:hover{
	color:#e65f0e;
	text-decoration:none;
}

#center{
	width:791px;
	position:relative;
	background:url(immagini/sfondo_center.jpg) #8a8a8a repeat-y left top;
	float:left;
}

#center #sx{
	width:285px;
	float:left;
	background:url(immagini/sfondo_sx.jpg) no-repeat left top;
	height:134px;
}

#center #dx{
	width:505px;
	float:left;
	
}

h1{
	margin-top:-10px;
	padding-left:10px;
	text-align:center;
	font-size:20px;
	color:#e65f0e;
}

.testo_interno{
	width:440px;
	padding:10px 10px;
	text-align:justify;
}

.testo_interno a{
	color:#000000;
	text-decoration:none;
}
.testo_interno a:hover{
	color:#e65f0e;
	text-decoration:none;
}

#footer{
	background:url(immagini/footer.jpg) #8a8a8a no-repeat left top;
	width:791px;
	height:344px;
	float:left;
}