*{
	margin:0;
    padding:0;
}

body{
	background:url(../immagini/bkg.png) #03a5dd repeat-x top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
}

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

#header{
	background:url(../immagini/header.png) transparent no-repeat top center;
	width:980px;
	height:316px;
}

#center{
	width:980px;
}

#center_header{
	background:url(../immagini/center_header.png) transparent no-repeat top center;
	width:980px;
	height:40px;
}

#center_centro{
	background:url(../immagini/center_centro.png) transparent repeat-y top center;
	width:980px;
}

#center_footer{
	background:url(../immagini/center_footer.png) transparent no-repeat top center;
	width:980px;
	height:42px;
}

.testo{
	margin:0 10px;
}

.testo p{
	padding:10px 20px;
	text-align:justify;
}

p{text-align:justify;}

#footer{}

h1{
	font-size:24px;
	font-weight:normal;
	text-align:center;
}

h2{
	font-size:20px;
	font-weight:normal;
	text-align:center;
}

h3{
	font-size:18px;
	font-weight:normal;
	margin-left:20px;
}

h4{font-size:16px;text-align:center;}

.testo a{
	color:#0460be;
	font-weight:bold;
	text-decoration:none;
}

.testo a:hover{
	color:#0460be;
	font-weight:bold;
	text-decoration:underline;
}

.spot{width:900px;margin:0 auto;border:1px solid #FF0000;padding:10px;}

#menu{font-size:16px;padding:10px 20px;}
.voce_menu{padding-left:10px;display:inline;}
#menu a{color:#FF6600;text-decoration:none;}
#menu a:hover{color:#FF6600;text-decoration:underline;}

