body{ 
 margin: 30px 0; 
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 12px;
 background-color: #863814;
 color: #45501D;
} 

#contenitore{
 width: 630px;	 
 background-color:#EFEFBE;
 background-image: url(images/fondo.gif); 
 background-repeat: repeat-y;
 margin:0px auto;
 padding:0;
 } 

#testa{ 
 height:14px; 
 width:100%; 
 background-color:#FFFFFF;
 margin:0; 
 padding:0;   
 }
 
#contenuto {
 padding: 0 15px 0 15px;	
	} 
	
#menu {
 width: 100%;
 margin: 5px 0 0 0;	
 }	 
 
#menu td.right {
 valign: top;
 text-align: right;
 font-size: 13px;
 width: 21%;
 background-image: url(images/tile.gif); 
 background-repeat: repeat-y;
 background-position: 122px 0;
 padding: 5px; 	
 }
 
#menu td.center {
 valign: middle;
 text-align: center;
 width: 37%;
 }
 
/* FORM */ 
 
form td {
 text-align: left;
 color: #45501D;
	}
	
form td.center {
 text-align: center;
	}

input, textarea {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #863814;
  background-color: #EFEFBE; 
 }
 
input:focus {
 color: #45501D;
 background-color: #FFFFFF;
}  	

/* FINE FORM*/	 

/* RIQUADRO */

#contenitoreRiquadro{
 width: 600px;	 
 background-color:#EFEFBE;
 background-image: url(images/fondoVerde.gif); 
 background-repeat: repeat-y;
 margin:0px auto;
 padding:0;
 } 

#testaRiquadro{ 
 height:14px; 
 width:100%; 
 background-color:#FFFFFF;
 margin:0; 
 padding:0;   
 }
 
#riquadro {
 padding: 0 20px 0 20px;	
	} 
	
/* FINE RIQUADRO */	

/* LINK */

a img {
 border: 0;	
 }
 
a.link {
 color: #45501D;
 text-decoration: none;
 border-bottom: 1px dotted black;	
 } 

/* FINE LINK */	

.testo {
 color: #45501D; 
 text-align: left;
 line-height: 150%; 	
 }
 
h1 {
 color: #EFEFBE;
 font-size: 15px;
 text-align: left;
} 

h2 {
 color: #EFEFBE;
 font-size: 15px;
 font-weight: normal;
 text-align: left; 	
}

.evid {
 font-weight: bold;
 letter-spacing: 0.1em;
}

.under {
 font-size: 10px;
 margin, padding: 0;
} 

/* IMMAGINI */

img.fotosx {
 float: left;
 margin-right: 5px;
}

img.fotodx {
 float: right;
 margin-left: 5px;
}

#menu img {
 padding-bottom: 4px;
}

.fixed {position: fixed;
bottom: 20px;
left: 10px;
}	  	  
