@import url(generic.css);
@import url(sinistra.css);
@import url(centrale.css);
@import url(destra.css);

body, html {
	background-color: 	#FFFFFF;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	margin: 			0px;
}
#centro {
	width: 		1055px;
	height: 	640px;
}
#centro_provvisorio {
	width: 		955px;
	height: 	600px;
	margin: 	auto;
}
#interno {
	width: 		986px;
	height: 	573px;
	margin: 	37px auto 0px auto;
}
#footer {
	height: 		12px;
	color: 			#808080;
	font-size: 		9px;
	line-height: 	16px;
	width: 			986px;
	margin: 		auto;
}
#header { height: 47px; }
#menu_alto {
	text-align: 	left;
	font-size: 		12px;
	color: 			#808080;
	margin: 		0px 0px 0px 262px;
	height: 		12px;
	width: 			724px;
	padding: 		35px 0px 0px 0px;
}
#menu_alto a, a:link {
	font-size: 			12px;
	color: 				#808080;
	text-decoration: 	none;
}
#content {
	height: 519px;
	margin: 7px 0px 0px 0px;
}
#sinistra {
	width: 		247px;
	background: #93b3cc;
	float: 		left;
	height: 	519px;
}
#centrale {
	width: 		247px;
	margin: 	0 0 0 15px;
	float: 		left;
	height: 	519px;
}
#destra { 
	width: 		462px;
	margin: 	0 0 0 15px;
	background: #de643a;
	float: 		left;
	height: 	519px;
}