#menu, #breadcrumbs, #destra, #utilities a, hr, #menu_sotto, #giorni_mancanti		{
	display: none;
}


/* GENERALE */

body							{
	font-size: 12pt;
	font-family: "Gill Sans MT", Calibri, Verdana, Arial, sans-serif;
	background: url(../immagini/Erba.bmp);
}

#blocco_centrale				{
	width: 18cm;
	margin: 0 auto;
	margin-top: 2cm;
	margin-bottom: 2cm;
	background-color: white;
	border: 3px rgb(230, 230, 230) solid;
}



/* BARRA UTILITIES */



#utilities						{
	color: rgb(30, 80, 160);
	font-size: 10pt;
	height: 18px;
	text-align: right;
	padding-right: 20px;
}



/* HEADER */



#header							{
	width: 900px;
	margin: 0 auto;
	margin-top: -160px;
}

#header img						{
	width: 200px;
	float: left;
}

#header h1						{
	color: rgb(30, 80, 160);
	font-size: 32pt;
	font-family: font-family: Calibri, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
}

#header h2						{
	color: rgb(30, 80, 160);
	font-size: 20pt;
	font-family: font-family: Calibri, Arial, sans-serif;
	text-align: center;
}

#header h3						{
	color: rgb(30, 80, 160);
	font-size: 14pt;
	font-family: font-family: Calibri, Arial, sans-serif;
	text-align: right;
}



/* BLOCCO CENTRALE */



#corpo							{
	float: left;
	margin-top: 20px;
	margin-left: 50px;
	width: 16cm;
}

.titolo							{
	font-size: 18pt;
	font-weight: bold;
}

.testo							{
	margin-top: 10px;
	margin-bottom: 20px;
}

.data	{
	color: rgb(80, 80, 80);
	padding-top: 5px;
	font-size: 10pt;
}


/* FOOTER */



#footer							{
	clear: left;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 20px;
	color: rgb(180, 180, 180);
	font-size: 10pt;
}