/* elementi primari */
* { padding: 0; margin: 0; }
body {



	color: #666;
	font-family: 'Arial', 'Arial Unicode', 'Tahoma', Verdana, Sans-Serif; 
	/*font-family: "Trebuchet MS", Geneva, Arial, Helvetica, Sans-Serif;*/


	font-size: 12px;
	text-transform: none;
	text-align: center;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#main-container {
	background: transparent;
	width: 801px; height: 100%;
	margin: 0 auto;
	text-align: left;
}	
/* links */
a { 
	color: #666;
	background-color: inherit;
	text-decoration: underline;
	
	
	
}
a:hover {
	color: #666666;
	background-color: inherit;
	text-decoration: none;

}
/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.5em; color: #6297BC; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }
/* header */
#header { 
	margin-bottom: 10px;
	height: 141px;
}
/* fine top menu */
/* classi addizionali */
.clear      { clear: both;      }
.blue       {	color: #003399; }
.celestino  {	color: #003366; }
.strong     {  font-weight: bolder; }
.float-left  { float: left;        }
.float-right {	float: right;      }
.align-left  {	text-align: left;  }
.align-right {	text-align: right; }


#content-container {
	clear: both;
	margin: 0; padding: 0;
	background: transparent;
}




/* Footer */
#footer { 
	clear: both; 
	color: #666; 
position:fixed;
bottom:20px;
/*background-image: url(background-bottom.gif);*/
background-color: #ffffff;
	border-top: 1px solid #999;
	height: 40px;	  
	font-size: 12px;
	width: 801px;

}
#footer a { 
	text-decoration: none; 
	font-weight: normal;	
	color: #666;
}
#footer a:hover {
   background-position:0% 0px;
}
#footer .footer-left{
	float: left;
	width: 45%;
	font-size: 11px;

}
#footer .footer-right{
	float: right;
	margin-right: 0px;
}
#footer .footer-right a {
	text-decoration: underline; 
}
#footer .footer-right a:hover {
	text-decoration: none; 
}


