body{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
.frase {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	background-color: #17689B;
	margin: 0px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #196F99;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 0px;
}
div#container{
	width: 760px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
div#header{
	height: 50px;
}
div#navigation{
	float: left;
	width: 345px;
	margin-left: 15px;
	color: #666;
	background-image: url(../images/lineadivisoria.gif);
	background-repeat: no-repeat;
	background-position: 323px;
}
#container #navigation a {
	color: #17689B;
	text-decoration: underline;
}
#container #navigation a:hover {
	color: #17689B;
	text-decoration: none;
}
#container #navigation p {
	padding-right: 15px;
}
div#footer{
	clear:both;
	text-align:center;
	background-image: url(../images/footer.gif);
	height: 35px;
}
div#content{
	margin-left: 360px;
	background-color: #FFF;
	margin-bottom: 50px;
	margin-top: 0px;
	margin-right: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 0px;
}
#container #content #utility {
	margin-top: 50px;
}
#container #footer p {
	font-size: 12px;
	color: #666;
	line-height: 14px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 30px;
	padding-top: 5px;
}
#container div .linkcontatti {
	text-decoration: none;
	color: #196F99;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 5px;
	margin-left: 5px;
}
#container #footer p a {
	color: #333;
	text-decoration: none;
}
h1 {
	font-size: 15px;
	color: #17689B;
	padding-right: 15px;
}

