@charset "utf-8";
/* CSS Document */
body{
	background-color: #3f701f;
	}

#contenitore {
	margin: auto;
	width: 1000px;
	height: auto;
	}
#contenitoresinistro {
	margin:0px;
	width: 238px;
	height:800px;
	float: left;
	padding-top: 34px;
	background-color: #FFF;
	overflow: visible;
	text-align: center;
	}
#contenitorecentro {
	margin:0px;
	width: 456px;
	background-color: #FFF;
	height:800px;
	float: left;
	padding-left: 34px;
	padding-right: 34px;
	padding-top: 34px;
	overflow: visible;
}	
#contenitoredestro {
	margin:0px;
	width: 238px;
	height:800px;
	float: right;
	background-color: #FFF;
	overflow: visible;
	padding-top: 34px;
	}
#menusopra {
	margin:0px;
	width: 1000px;
	background-image:url(aspetto/menus.jpg);
	height:180px;
	}
#menusotto {
	margin:0px;
	width: 1000px;
	height:45px;
	}
	
#footer {
	margin:0px;
	width: 1000px;
	background-image:url(aspetto/footer.png);
	height:14px;
	background-color: #E97C1D;
	overflow: auto;
	}	

#intestazione {
	margin:0px;
	width: 1000px;
	background-color: #FFF;
	height:50px;
	overflow: auto;
	background-image: url(aspetto/intestazione.png);
	}	
	
.Titoli {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006ab2;
}
.testo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2A1F00;
}
.rilievo {
	color: #FF3F00;
	text-align: center;
	font-style: normal;
	word-spacing: normal;
	font-family:"Arial Black", Gadget, sans-serif
}
#contenitore #contenitorecentro p .Titoli .Titoli {
	font-size: 16px;
}
#contenitore #contenitorecentro .testo .Titoli {
	font-size: 16px;
}

