/* CSS Document */
*     {
   margin:0;
   padding:0;
   }


body {
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	background-color:#020202;
	font-family:Arial;
	color:#000;
	font-size:10pt;
	background-image: url(images/bkg.jpg);
	
}


table {
	font-family:Arial;
	color:#000;
	font-size:10pt;
		
}


h1 {
   margin:0;
   padding:0;
   font-family: Georgia;
   font-size:14pt;
   font-weight: bold
   }
   
   
 h2 {
   margin:0;
   padding:0;
   font-family: Georgia;
   font-size:10pt; font-style:italic;
   
      }  

p {
   margin:0;
   padding:0;
   }
p.box {
   margin: 0 20px 0 20px ;
   padding:0;
   color:#CCCCCC;
   }
   
 a{
	font-size:9pt;
	color: #7A261B;
	text-decoration: none
}
 a:hover {
	font-size:9pt;
	color: #fff;
	text-decoration: none;
}

#container {
	width: 980px;
	text-align: center;
	margin: 0 auto;
		}
#header {
	width: 980px;
	height: 185px;
	text-align: left;
	margin: auto; 	
}

 #headerlogo {
		height: 145px;	
	
}
 #headermenu {
	height: 40px;
	
	
}

#contenthome { 
    
    width: 980px;
	text-align: left;
	margin: 0 auto; 
	padding:0;
}

.boxhome {
	background-image: url(images/box1.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size:11pt;
}

#closer {
	text-align: center;
	font-size:9pt;
	margin:10px;
	color:#CCCCCC;

}


#closer a{
	font-size:9pt;
	color: #D5A985;
	text-decoration: none;
}
#closer a:hover {
	font-size:9pt;
	color: #fff;
	text-decoration: none;
}



a.trasparenza img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;
} 
a:hover.trasparenza img {
filter:alpha(opacity=60); 
-moz-opacity: 0.5; 
opacity: 0.5;
}
