/* CSS Document */
* {
	margin: auto;
	padding: 0;
}
body {
	background-image: url(img/sfondo.jpg);
	background-color:#b11117;
	background-position:top center;
	background-repeat:no-repeat;
    margin:0px;
    padding:0px;
}

a:link, a:visited{color:#fff; text-decoration: none; }
a:active{color:#fff; text-decoration: none;}
a:hover{color:#ffcb08; text-decoration: none;}

.clearer {
	clear:both;
	float:none;
}
div#contenitore {
	margin:0px auto;
	width:765px;
	text-align: justify;
	height:820px;
}
.titolo {
	font-family:"Times New Roman", Times, serif;
	font-size:31px;
	color:#ffcb08;
	margin-top:55px;
	font-weight:bold;
	margin-bottom:38px;
	text-align:center;
}
.menu {
	width:765px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	float:left;
	height:25px;
	line-height:25px;
}
.menu a {
	background-image:url(img/button01.gif);
	background-repeat:repeat-x;
	display:block;
	padding:0px 20px;
}
.menu a:hover {
	background-image:url(img/button02.gif);
	background-repeat:repeat-x;
	display:block;
	color:#FFFFFF;
}
.voce01 {
	float:left;
	margin-right:20px;
}
.voce02 {
	float:right;	
}
.voce03 {
	float:right;
}
.selezionato a{
	background-image:url(img/button02.gif);
	background-repeat:repeat-x;
}
.pagina {
	width:100%;
	margin-top:45px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:17px;
}
