/* CSS Document */
html,body 
{margin: 0;
 padding: 0;
 lang: "it";}

body 
{font-family: verdana,arial,sans-serif;
 font-size: 76%;
 background-color: #E6ECFF;}

h1 
{ color: #FF0000;
 font-size: 22px;}

div#container 
{ width: 100%;
 margin-top: -7px ! important;
 margin-right: 0 ! important;
 margin-bottom: 0 ! important;
 margin-left: 6px ! important;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 0;
 margin-left: 0;
 text-align:center}

div#header 
{ width: 100%;
 height: 85px;
 text-align: left;
 border-bottom: 1px solid #000;
 background-color: #FFFFFF;
 padding: 5px 20px 5px 20px;}

div#sidebar
{float:left;width:180px;
 background-color: #33CCFF;
 border-right:1px solid #000;}

div#content
{ margin-left:180px; 
 padding: 20px 20px 20px 20px;
 background-color: #E6ECFF;
 text-align:left}

div#footer
{clear: both;
border-top:1px solid #000;
 background-color: #E6ECFF;
 padding: 20px 20px 20px 20px;}

div#content{
height:1%}

*>div#content{height:auto}

h1 
{
 color: #FF0000;
}

h2 
{
 color: #FF0000;
 font-size: 16px;
}

.testo 
{
 color: #000000;
 font-size: 12px;
}

.testo a 
{
 text-decoration: underline;
}

.testo a:hover 
{
 color: #FF0000;
}
