body{
	background-color: #E2001A;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}



		#centratutto{
			background-color: #E2001A;
			margin: auto;
			width: 960px;
		}

#header{
	float: left;
	width: 960px;
	height: auto;
	background: #E2001A url(../images/bk_banner.png) no-repeat;
		border-top: 5px solid white;
	border-bottom: 5px solid white;
	padding-top: 10px;
	padding-bottom: 10px;
}





#banner{
margin-left: 246px;
float: left;
	width: 468px;
	height: 60px;
	background-color: #E2001A;

}


#corpo_centrale{
	float: left;
	width: 960px;
	height: auto;
	background-color: #E2001A;
	border-bottom: 2px solid white;
}

#indirizzo{
	float: left;
	width: 960px;
	height: auto;
	background-color: #E2001A;
}

#footer{
	float: left;
	width: 960px;
	height: auto;
	background-color: #E2001A;
	padding-bottom: 25px;
}


#header_footer{
	float: left;
	width: 960px;
	height: auto;
	background-color: #E2001A;
}

#colonna{
	float: left;
	text-align: center;
	width: 320px;
	height: auto;
	background-color: #E2001A;
}

.titolo_data{
	color: white;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}



.titolo_data_nero{
	color: black;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

.testo_normale_nero, .testo_normale_nero a{
	color: black;
	font-size: 12px;
	text-align: center;
}

.testo_normale_rosso{
	color: red;
	font-size: 12px;
	text-align: center;
}





