html, body{ 
 margin:0;
 padding-top:5px;
 padding-bottom:5px; 
 padding:0; 
 text-align:center;
 background-color:#e4e9cf;
 /*#f1ebf9;*/
 font-size:91%;
 font-family:Verdana,Tahoma,Arial,sans-serif;
} 
 
#container{ 
 width:900px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;


} 
 
#header{
height:135px; 
background-image:url(img/header.png);
background-repeat:no-repeat;
background-position:center;
background-position:top;
} 

#topheader{
padding-left: 10px;
padding-top: 12px;
height:90px;
}


#wrapper{
}

#main{ 
 float: right; 
 width:890px;
 /*background: #f1ebf9;*/
 font-size:100%;
 min-height:500px;
 /*color:#816598;*/
 color:#7c8a43;
 padding-left:5px;
 padding-right:5px;
 }
 
#footer{
text-align:center;
 height:45px; 
 /*background-color:#f1ebf9; */
 clear:both;
 color:#000000;
 background-image:url(img/footer.png);
 background-repeat:no-repeat;
 background-position:top;
 font-size:75%;
padding-top:5px;
margin-top:15px;
 } 
 
#footer a, #footer a:visited{
color:#816598;
text-decoration:underline;
}

#footer a:hover{
color:#816598;
text-decoration:underline;
}

#menu{
 height:36px;
 width:900px;
text-align:center;
font-size:110%;
}
 
 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

#menu table{
margin:auto;
text-align:center;

}

#menu td, #menu tr{
min-width:50px;
padding-left:5px;
padding-right:5px;
}
	
#menu a:link, #menu a:visited{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:100%;
color:#7c8a43;
text-decoration: none;
line-height:31px;
display: block;

}

#menu a:hover, #menu td:hover{
/*color:#3b234f;*/
color:#4f5b1f;
}

.titolo{
font-size:130%;
margin-top:0px;
color:#4f5b1f;
}




#foto{
margin:auto;
text-align:center;
width:100%;
padding:0px;
}

#foto td{
width:200px;
height:30px;
padding-left:6px;
padding-right:6px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
}

#foto img{
width:200px;
border:0;}

.testo{
text-align:left;
color:#000;}

.center{
text-align:center;}

