<!-- 
body { 
	font:110% verdana,helvetica,sans-serif; 
	margin:1 px; padding:0
}


/* centrare la pagina web a larghezza fissa */
body { text-align:center } 

#testa { width:740px; height:131px;margin:0em auto; text-align:center}
#corpo { width:740px; margin:0em auto; text-align: justify;  }
#piedipagina { width:730px; margin:0.2em auto; text-align:center }
background-repeat: no-repeat; 

/* testa */
#testa { 
	background:#fff; 
	border-bottom:1px solid #ff6600; 
	
}

/* corpo */

#corpo {
	position:relative;
	background:#ddfc81;
	border-top:0px solid #ff9900;
	background-color: #fff;

}
#corpo-colonna1 { 
	position:absolute; top:0; left:0; 
    border-top:0px solid #ff3300; 
	width:160px; 
	padding:0.1em 0.1em 0.1em 0.1em;
	
}
#corpo-colonna2 { 
	margin:0px 300px 0 0px;
	border-left:1px dotted #669933; 
	
	background:#fff; 
	padding:1em 0; 
}
#corpo-colonna3 { 
    background:#fff; 
	position:absolute; top:40px; right:0; 
	border-top:1px solid #669933;
	border-right:1px solid #669933;
	width:250px; 
	padding:0.5em 0; 
	text-align:center
}
#menu-colonna-3 { 
    background:#fff; 
	position:relative; top:0px; right:0; 
	border-top:1px solid #669933;
	border-right:0px solid #669933;
	width:250px; 
	padding:0.5em 0; 
	text-align:center;
    font:90% verdana,helvetica,sans-serif;
    font-style:italic;
}

#piedipagina { 
	background:#ffff ; 
	border-top:0.5px solid #669933; 
	padding:0.5em 0;
    font:80% verdana,helvetica,sans-serif;
    font-weight:bold;
    font-style:italic;
}

/** TESTO COLONNA CENTRALE **/
#testocentrale { font:110% verdana,helvetica,sans-serif; display:block; margin:1.5em 1em .5em 1em; }

/** TESTO SINISTRO **/
#testosinistro { font:110% verdana,helvetica,sans-serif; text-align:left; 
                  margin:2em 1em .5em 1em;
	             }
				 
/** IMMAGINE SUPERIORE SINISTRA **/
#immaginetop1 { 
	position:absolute; top:10; left:130;  
	padding:0.2em 0; 
	}
/** MENU ORIZZONTALE **/	
div#container{width:680px;min-width:300px;margin:0 auto}

/*menù*/

ul#menu{list-style: none;margin: 0;padding:4px 0 16px;
  border-top: 1px dotted #ccc;font-weight: bold;
  text-align: left;white-space: nowrap}
ul#menu li{ display: inline;margin: 0 3px}
ul#menu a{text-decoration: none;padding: 0 0 16px;
  background: url(pri3.gif) no-repeat center bottom;
  color: #999}
ul#menu a#current,ul#menu a:hover{
  background: url(pri2.gif) no-repeat center bottom;
  color: #666}
ul#menu a#current{color: #93B74F}

a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #93B74F;
}
a:visited {
  color: #93B74F;
}
a:hover {
color: #485B24;
text-decoration: none;
background-color: transparent;
border-color: #cccccc;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dashed;
}

a img {
  border: none;
 }
-->

