/* Documento CSS */
/* Antonio Cosentino ©2005 */



body{
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
    background-color:#e6f2ee;
	}


a:link {
	color:#003366;
	}

a:visited {
	color:#003366;
	}
	
a:hover{
	color:#FF3300;
	}


h1{
	color:#003366;
	font-size:14px;
	text-align:center;
	}


.contenitore{
	margin:0 auto;
	width:974px;
	background-color:#e6f2ee;
	
	}
	
.testata{
	height:150px;
	font-size:0;
	background:fff;
	color:#6b6f73;
	}
	
.top_contenitore{
	height:450px;
	font-size:0;
	}
	
.menu{
	float:left;
	width:200px;
	}
	
.right{
	float:left;
	width:774px;
	}
	

.content{
	margin:0px;
	text-align:justify;
	line-height:17px;
	background-color:white;
	font-size:12px;
	}

.content p{
	margin-left:7px;
	margin-right:7px;
	font-family:Trebuchet ms;
	}

.spaziatore{
	height:4px;
	}

.amministrazione{
	float:left;
	clear:both;
	}
