body 
{
margin: 0; 
padding: 0; 
background-image: url('immagini/bg.jpg'); 
}
#sito 
{
width: 928px; margin: 0px auto; text-align: left;
}
#testa
{
height: 203px; 
background-color: #0F0F0F; 
background-image: url('immagini/top.jpg'); 
background-repeat: no-repeat; 
background-position: left top; 
}
#corpo 
{
	background-color: #FFFFFF;
	background-image: url('immagini/content.jpg');
	background-repeat: repeat-y;
	background-position: left top;

}
#menu_contenitore 
{
	width: 145px;
	float: left;
	padding: 6px 0 0 0px;
}
#contenuto 
{
	width: 746px;
	float: left;
	margin-top: 16px;
}
#testo_contenuto 
{
	padding: 0px 40px;
	font-family: "MS Sans Serif";
	font-weight: normal;
	font-size: 15px;
}
#coda 
{
clear: both; 
height: 47px; 
background-image: url('immagini/bottom.jpg'); 
background-repeat: no-repeat; 
background-position: left top; 
}
#testo_coda 
{
	padding: 30px 0px;
	font-family: "MS Sans Serif";
	font-weight: normal;
	font-size: 15px;
	color: Black;
	margin-left: 300px;
}
div#menu a{
	color: Navy;
	font-size: 13px;
	text-decoration: none;
	width: 152px;
	height: 37px;
	font-weight: normal;
	display: block;
	background-image: url(immagini/pulsante_su.png);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	font-weight: bold;
	padding-top: 0px;
	text-transform: capitalize;
	line-height: 30px;
}
div#menu a:hover{
	color: Maroon;
	font-size: 13px;
	text-decoration: none;
	width: 152px;
	height: 37px;
	font-weight: normal;
	background-image: url(immagini/pulsante_giu.png);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;

}
#titolo
{
	color: Navy;
	text-align: center;
	text-transform: capitalize;
	font-style: normal;
	font-size: 14px;
	font-family: "MS Sans Serif";
	font-weight: bold;
}