body{
  margin:0;
  padding:0;
  text-align: center; /* per IE5.x/Win */
  background:#E2E2E2;
  font-family: arial;
  font-size: 8pt;
  color: #000;
}
img{
  border: 0;
}
#centrato{
  width: 700px;
  margin: auto;
  text-align: left; /* per IE5.x/Win */
}
#header{
  margin-top: 20px;
  width: 700px;
  background: #E2E2E2;  
}
#corpo{
margin-top: 0;
margin-left: 8px;
padding-bottom: 0;
width:675px;
float:left;
background:#E2E2E2;
font-size:90%;
font-family:Arial, Helvetica, sans-serif;
}
#corpo ul{
margin:0;
padding:10px 10px 21px;
letter-spacing:.1em;
list-style:none;
font-size:1.1em;
}
#corpo li{
margin:0;
padding:0;
float:left;
background:url(../img/bordo_dx.gif) right top no-repeat;
}
#corpo #active{
background:url(../img/bordo_dx_active.gif) right top no-repeat;
}
#corpo #active a{
background:url(../img/bordo_sx_active.gif) left top no-repeat;
padding-bottom:4px;
color:#FFFFA4;
}
#corpo a{
text-decoration:none;
display:block;
background:url(../img/bordo_sx.gif) left top no-repeat;
padding:4px 16px 4px;
color:#fff;
}
#corpo a:hover{
color:#FFFFA4;
}
#content{
  margin-left: 10px;
  width:675px;  
  height: 19px;
  background:#E2E2E2;  
  background-image: url("../img/arrTop.gif");
  background-repeat: no-repeat;   
  border-left:1px solid #999;   
}
#contIn{
  position: relative;
  margin-left: 10px;
  background: #FFF;
  border-top: 0;
  border-left:1px solid #999;   
  border-right:1px solid #999;
  padding: 5px;
  width: 663px;
  font-family: Verdana;
  font-size: 8pt;      
}
#contentGiu{
  margin-left: 10px;
  width:675px;  
  height: 19px;
  background:#E2E2E2;  
  background-image: url("../img/arrBottom.gif");
  background-repeat: no-repeat;   
}
.menuNavigazione{
  background:#E2E2E2;
  color:#000;
  margin:0;
  padding:6px 0 5px 0;  
  text-align:left;
}

.menuNavigazione li{
  display:inline;
}
.menuNavigazione a{
  padding:5px 0.7em;
  text-decoration:none;
  margin:-7px 0 .1em;
  white-space:nowrap;    
}
.menuNavigazione .voceCorrente a{
  border-bottom:none;
  padding-bottom:6px;
}
.menuNavigazione a:link,
.menuNavigazione a:visited{
  background:transparent;
  color:#666;
}
.menuNavigazione a:hover,
.menuNavigazione a:focus,
.menuNavigazione a:active{
  background:transparent;
  color:#000;
}
.menuNavigazione .voceCorrente a:link,
.menuNavigazione .voceCorrente a:visited,
.menuNavigazione .voceCorrente a:hover,
.menuNavigazione .voceCorrente a:focus,
.menuNavigazione .voceCorrente a:active{
  background:transparent;
  color:#000;
  border-bottom:none;
  padding-bottom:6px;  
}