body 
{
font-family: arial, verdana, Sans-Serif; 
margin: 5px;
padding: 0;
background: #fff  url(immagini/logo.png) left repeat;
background-attachment: fixed;
color: #000; 
font-size: 1em; 
}
.avviso
{
background: #B10E0F;
color: #fff;
padding-left: 10px;
padding-right: 10px;
font-weight: bold;
font-size: 1.2em 
}
#pagina 
{ 
width:840px;
margin: 0 auto;
background: url('immagini/scrivania.png') repeat-y;
}

#testa 
{ 
margin-left: 21px;
width: 800px;
min-height: 150px;
height: auto !important;
height: 150px;
text-align: left; 
background-image: url("testa/rotate.php");
}
#titolo
{
position: absolute;
margin-left: 70px;
margin-top: 120px;
}

#titolo a {
text-decoration: none ; 
color: #fff; 
font-size: 0.9em; 
}
#titolo a:hover { 
text-decoration: none; 
color: #fff; 
font-size: 0.9em;  
}

#contenuti
{ 
margin: 0 auto;
width: 740px;
min-height: 500px;
height: auto !important;
height: 500px;
padding-left: 20px;
padding-right: 20px;
text-align: justify;
}

#piede 
{ 
clear: both;
width: 100%;
padding: 5px;
text-align: center;
color: #000; 
font-size: 0.7em; 
}

h1 {
font-size: 2em;
color: #808080;
font-weight: normal;
text-align:left;
padding: 2px ;
border-bottom: 2px solid #808080;
}
.spazio
{
width:100%;
display: block;
min-height: 10px;
height: auto !important;
height: 10px;
clear: both;
}
.spazio2
{
width:100%;
display: block;
min-height: 30px;
height: auto !important;
height: 30px;
clear: both;
}
#navmenu
{
margin-left: 21px;
width: 800px;
min-height: 20px;
height: auto !important;
height: 20px;
font-size: 0.8em;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background: #808080
}
#navmenu a {
text-decoration: underline ; 
color: #fff; 
font-size: 0.9em; 
}
#navmenu a:hover { 
text-decoration: underline; 
color: #fff; 
font-size: 0.9em;  
}

#piede a {
text-decoration: underline ; 
color: #000; 
font-size: 0.8em; 
}
#piede a:hover { 
text-decoration: underline; 
color: #000; 
font-size: 0.8em;  
}

a {
text-decoration: underline ; 
color: #000; 
font-size: 1em; 
}
a:hover { 
text-decoration: none; 
color: #808080; 
font-size: 1em; 
}

.destro
{
	float: right;
	padding-left: 20px;
}

.sinistro
{
	float: left;
	margin-right: 10px;
}

ul
{
list-style-type:none;
}

li
{
background: url('immagini/freccia.png') no-repeat 0 5px;
padding:0 0 0 20px;
}
input.required
{
background: #FFFF80;
}