body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image:url(img/sfondo.jpg);
	background-repeat: repeat-x;
}
.logo {
	background-image: url(img/logo_2.jpg);
	background-repeat: no-repeat;
	text-align: right;
}
.testata {
	background-image: url(img/testata.jpg);
	background-repeat: no-repeat;
}
/**
testo che indica dove ci si trova
**/
#mappa {
	font-size: 12px;
	padding: 5px 5px 0px 0px;
	text-align:right;	
}
/**
titolo del contenuto principale
**/
#titolo {
	font-size: 20px;
	padding: 0px 0px 0px 20px;
	text-align:left;
	color: #003366;
}
/**
testo centrale della pagina
**/
#testo {
	font-size: 12px;
	padding: 5px 0px 0px 0px;
	text-align:justify;
}
/**
pié di pagina
**/
#piede {
	font-size: 10px;
	padding: 5px 0px 0px 0px;
	text-align:center;
}
/**
formattazione menù sinistra
**/

#celle_menu {
	border-bottom: solid 1px #006699;
	background-image: url(img/freccia.gif);
	background-repeat: no-repeat;
	background-position: 1px center;
	display: block;
}
#celle_menu a {
	font-size: 12px;
	text-decoration: none;
	display: block;
}
#celle_menu a:hover {
	background-color: #EAEAEA;
	font-weight: bold;
	background-image: url(img/freccia.gif);
	background-repeat: no-repeat;
	background-position: 1px center;
	display: block;
}	
.linea {
	background-image: url(img/linea.jpg);
	background-repeat: repeat-x;
	background-color: 006699;
}
.cella_menu {
	border-top: solid 1px #006699;
}