* {
	margin: 0;
	padding: 0;
}
body {
	font: 62.5%/1.6 "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	color: #4d4d4d;
	/*background-image:url(/images/sf_page_natale.gif);*/
}
#container{
	width: 100%;
}
#header{
	background: url(/images/sf_sup.gif) left top repeat-x;
	height: 188px;
	padding-bottom: 16px;
}
#headerWindow{
	background: url(/images/sf_sup.gif) left top repeat-x;
	height: 68px;
	font-size:30px; 
	padding-left: 10px; 
	padding-top: 20px;
}
#logo{
	margin-left: 5%;
}
#main_nav {
	width: 100%;
	float: left;
	font-size: 1.8em;
	color: #4d4d4d;
	margin-top: 16px;
	padding-bottom: 30px;
}
#main_nav ul {
	list-style: none;
	margin-right: 10%;
	float: right;
	display: inline;
}
#main_nav li {
	float: left;
	padding: 0 1em;
	height: 2em;
}
#main_nav a {
	/*height: 20px;*/
	/*min-height: 1em;*/
	display: block;
	float: left;
}
#mainContent {
	float: left;
	width: 58%;
	margin-left: 5%;
	display: inline;
}
#mainContent p {
	font-size: 1.5em;
}
#secondaryContent {
	float: right;
	width: 25%;
	margin-right: 5%;
	display: inline;
}
a:link, a:visited {
	color: #666;
	text-decoration: none;
	border-bottom: 1px #666 dotted;
}
a:hover, a:active {
	color: #89ac10;
	border-bottom: 1px #89ac10 solid;
}
a.foto:link {
	border-bottom: 3px solid #89ac10;
}
a.foto:hover {
	border-bottom: 3px solid #666;
}
#tblFotoRovigo img {
	margin-bottom: 3px;
}
#footer{
	background: url(/images/sf_footer.gif) left top repeat-x;
	clear: both;
	height: 165px;
}
#footerWindow{
	background: url(/images/sf_footer.gif) left top repeat-x;
	clear: both;
	height: 85px;
}
#footer p {
	padding-top: 20px;
	font-size: 1.2em;
	text-align: center;
}
h1, h2, h3 {
	font-size: 2.4em;
	color: #89ac10;
	font-weight: normal;
}

p, h2, h3 {
	margin-top: 1em;
}

h3 {
	font-size: 2.0em;
}

h1 {
	color: #666;
	font-weight: bold;
}
.txtGrande{
	font-size: 2.4em;
}
.txtNormale{
	font-size: 1.2em;
}
.txtMedio{
	font-size: 0.8em;
}
.txtPiccolo{
	font-size: 0.6em;
}
