@charset "utf-8";
body {
	width:990px; 
	margin:0 auto; 
	text-align:center; 
	background-color:#d4d4d4; 
	font-family:Georgia, 'Times New Roman', Times, serif;
	overflow:scroll;
}
#header {
	width:990px; 
	height:205px; 
	background-image:url(img/logo.jpg); 
	background-repeat:no-repeat; 
	background-position:top left;
}
#header .hide {
	display:none;
}
#navigazione {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:980px; 
	text-align: center; 
	margin-left:5px; 
	padding-top:184px; 
	font-size:12pt; 
	float:left;
}
#navigazione a:link {color:#000; text-decoration:none;}
#navigazione a:visited {color:#000; text-decoration:none;} 
#navigazione a:hover {color:#000; text-decoration:underline;} 
#navigazione a:active {color:#000; text-decoration:none;}  

#masterContent {
	width:990px; 
	height:auto; 
	background-color:#FFF;
}
#content {
	padding:0px 0px 0px 0px;
	text-align:justify; 
	line-height:15pt; 
	font-size:12pt;
}
#contenuto {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:30px;
	height:auto;
	text-align:justify; 
	line-height:15pt; 
	font-size:13pt;
}
#contenuto h2 {
	display: block;
	margin:0;
	padding-bottom:20px;
	font-size:20px;
	text-decoration:underline;
}
#contenuto .imgleft {
	margin:0px 10px 3px 0px;
	border:2px solid #CCC;
	float:left;
}
#menu {
	font-size:12pt;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:8px;
	padding-right:4px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#menu a:link {color:#000; text-decoration:none;}
#menu a:visited {color:#000; text-decoration:none;} 
#menu a:hover {color:#000; text-decoration:underline;} 
#menu a:active {color:#000; text-decoration:none;}  

#footer {
	width:990px; 
	height:60px;
	background-color:#03bb01;
}
#footer div {
	text-align:center; 
	font-size:9pt; 
	padding-top:20px;
	font-family:Tahoma, Geneva, sans-serif;
}
#footer a:link {color:#000; text-decoration:none;}
#footer a:visited {color:#000; text-decoration:none;} 
#footer a:hover {color:#000; text-decoration:underline;} 
#footer a:active {color:#000; text-decoration:none;} 
