body {
	font-family: "Trebuchet MS";
	font-size: small;
	background-image: url(../images/Sfondo_nuova%20immagine.jpg);
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-position: center 50%;
}
#container {
	padding: 0px;
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	background-color: #FFFFFF;
	background-image: url(../images/Logo_Nuova%20Immagine.png);
	height: 130px;
	padding-bottom: 10px;
}
#barra_alto {
	background-position: 50% bottom;
	padding: 3px;
}
#colonna_sinistra {
	font-family: "Trebuchet MS";
	font-size: 110%;
	text-align: left;
	margin: 5px;
	padding: 5px;
	float: left;
	width: 170px;
	color: #000066;
}
#large_container {
	text-align: justify;
	padding: 5px;
	margin-left: 200px;
	margin-right: 5px;
}
#footer {
	line-height: 200%;
	background-position: 50%;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-bottom-color: #000066;
}
.Titoli {
	font-family: "Trebuchet MS";
	color: #FF0000;
	font-size: 25px;
}
a {
	font-size: 15px;
}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
