body
{
    background: #333 url('img/sfondo.jpg') fixed;
    text-align: center;
    font-family: arial;
    font-size: 12px;
    margin: 0
}
a img
{
    border: 0px none;
}
div#contenitore
{
    background: url('img/sfondo.jpg') fixed;
    width: 915px;
    margin: 0 auto;
    text-align: justify;
}
div#header
{
    background: url('img/logo.png') no-repeat;
    height: 190px
}
div#header h1, div#header h2
{
    text-align: right;
    margin-right: 0px;
}
div#header h1
{
    text-align: center;
    font-size: xx-large;
    margin-top: 10px;
    padding-top: 0.5em;
    color: #FFF;
}
div#header h1 a
{
    color: #66CCFF;
}
div#header h2
{
    color: #F60;
}
div#colsx
{
    width: 770px;
    width: 770px;
    width: 914px;
    float: left;
    
    
}
ul#menu
{
    border-style: solid;
    border-color: inherit;
    border-width: 0.2em;
    padding: 0;
    margin: 0;
    list-style-type:none;
    width: 916px;
        height: 196px;
}
ul#menu li
{
    float: left;
    width: 304px;
    margin-bottom: 0px;
}
ul#menu li a
{ 
    display: block;
    color:White;
    font-size: 1.1em;
    line-height: 2.5em;
    padding: 0 1.5em;
    text-decoration: none;
    font-family: Verdana, sans-serif;
    font-weight: bold;  
 }

ul#menu li a.current
{
    background: url( 'img/sf.jpg' );
}
ul#menu li a:hover
{
    background: url('img/striscia.jpg');
    color: #0000FF;
}
div#subcolsx
{
    
    float: left;
    width: 598px;
    width: 619px;
    width: 909px;
    padding: 10px;
    margin-right: 0px;
    direction: ltr;
}

div#footer
{
    
    text-align: center;

    color: #F60;
    font-style: italic;
}
h1, h2, h3, h4, h5, h6
{
    font-family: Georgia, serif;
}
h1
{
    font-size: 2.5em;
}
h2
{
    font-size: 1.8em;
}
h3
{
    font-size: 1.6em;
}
h4
{
    font-size: 1.4em;
    font-style: italic;
}
h5
{
    font-size: 1.2em;
    font-style: italic;
}
h6
{
    font-size: 1.1em;
    font-style: italic;
}
.clearlft
{
    clear: left;
}

