body

{
text-align: center;
padding: 0;
border: 0;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-top: 20px;
margin-right: 0;
margin-bottom: 20px;
margin-left: 0;
font-size: 12px;
background-color: #f35b1e;
}


#main

{
margin:0 auto; /*centratura orizzontale*/
width:1057px;
height: 721px;
border:#000000 solid 1px;
background-color: #ffffff;
}
 

#sezione_sx

{
margin-top: 0px;
margin-left: 0px;
float: left;
width: 470px;
height: 721px;
background-color: #FFFFFF;
background-image:url(img_sx.jpg);
background-repeat: no-repeat;
}


#contenuto

{
width: 583px;
height: 609px;
color: #333;
background-image:url(sfondo_cont.jpg);
background-repeat: no-repeat;
background-position: 0px 27px;
border-left: 1px solid #f35b1e;
margin-top: 9px;
float: right;
}



#menu-top 
{
padding: 0; /*centra negli altri browsers*/
margin-top: 2px;
height: 25px;
border-bottom: 1px solid #f35b1e;
font-size:12px;
font-weight:bold;
color: #333; 
}

#menu-top a:link {color:#000000; text-decoration:none;} 
#menu-top a:visited {color:#000000; text-decoration:none;} 
#menu-top a:hover {color:gray}


#footer
{
font-size: 11px;
color: #FFFFFF;
margin-top: 3px;
margin-bottom: 3px;
}

#footer a:link, a:visited {color:#FFFFFF} a:hover {color:#f35b1e}

a:link, a:visited {color:gray} a:hover {color:#f35b1e}



/* Mini menu in alto */


.buttons a {
width:290px;
color: #000000;
background-color: #FFFFFF;
padding: 2px;
padding-right: 3px;
display: block;
border-right: 10px solid #CCCCCC;
font: 10px Verdana, Arial sans-serif;
font-weight: normal;
text-decoration: none;
text-align: right;
margin-right: 2px;
margin-top: 1px;
float:right;
}

.buttons a:hover {border-right: 10px solid #f35b1e;
text-decoration: none;
color: #000000;}
