body {
	background-color: #00B000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
DIV#head {
	background-image: url(../SFONDI/sf_head_home.jpg);
	height: 145px;
	width: 100%;
}
DIV#titolo {
	height: 34px;
	width: 384px;
	position: absolute;
	left: 17px;
	top: 85px;
}
DIV#images {
	height: 308px;
	width: 100%;
	background-color: #98DFFF;
	background-image: url(../SFONDI/sf_images.jpg);
}
DIV#nav {
	width: 100%;
	height: 50px;
	padding-top: 20px;
}
#nav ul {
	margin-left: 100px;
	list-style-type: none;
}
#nav li {
	float: left;
	margin-right: 30px;
}
#nav li a {
	color: #333333;
	text-decoration: none;
	display: block;
	letter-spacing: 0.2em;
	font-size: 12px;
	text-transform: uppercase;
}
#nav li a:hover {
	color: #FFFFFF;
	background-color: #016F00;
}
#indirizzo {
	height: auto;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
}
.center {
	text-align: center;
}

