html, body {
	margin: 0px;
	padding: 0px;
	background-color: #F8F8F8;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h1 span{
	display: none;
}
#principale {
	width: 701px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#head {
	float: left;
	height: 374px;
	width: 701px;
	margin: 0px;
	padding: 0px;
}
#contenitore {
	float: left;
	width: 701px;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg_contenitore.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#boxcontatti {
	float: left;
	height: 160px;
	width: 174px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
}
#titolocont {
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 90px;
	height: 33px;
	float: left;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(img/contatti.jpg);

}
#titolocont span {
	display: none;
}
#cont {
	font-size: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	height: auto;
	width: 150px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-left: 3px;
}

#footer {
	width: 701px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-image: url(img/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	background-color: #F8F8F8;
	float: left;
}
#menu {
	font-size: 10px;
}
#boxcolonnasx {
	float: left;
	height: auto;
	width: 220px;
	margin: 0px;
	font-size: 10px;
	line-height: 16px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
}
#boxcolonnadx {
	float: left;
	height: auto;
	width: 220px;
	margin: 0px;
	padding: 10px;
	font-size: 10px;
	line-height: 16px;
	text-align: left;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
	text-decoration: underline;
}
#boxcolonnasxcont {

	float: left;
	height: auto;
	width: 220px;
	margin: 0px;
	font-size: 10px;
	line-height: 16px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: right;
}
#titoloserv {

	background-position: left bottom;
	background-repeat: no-repeat;
	width: 90px;
	height: 33px;
	float: left;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(img/servizi.jpg);
}
.bottoneinvia {
	border: 1px solid #000000;
	width: 60px;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #666666;
	color: #FFFFFF;

}