body {

    background-image: url(immagini/generale/overlay-carbon.png);

}

div#container{
    width: 1000px;
    margin: 0px auto;
    text-align: left;
    } 


div#header{
    width:1000px;
    height:100px;
    border-width: 0px 0px 0px 0px;
    border-style:solid;
    border-color: #003263;
}

div#header a{
    width:1000px;
    height:100px;
    text-decoration: none;
}

div#navigation{
    width:1000px;
    height:35px;
    border-width: 0px 0px 0px 0px;
    border-style:solid;
    border-color: #003263;
}



div#extra{
    float:right; 
    width:302px; 
    height:812px;
    border-width: 0px 1px 0px 0px; 
    border-style:solid;
    border-color: #003263;
}

div#content{ 
    margin-right:302px; 
    height:812px;
    padding:0em 0px;
    border-width: 0px 1px 0px 1px; 
    border-style:solid;
    border-color: #003263;
    background-image: url(immagini_a/camp_inv.gif);
}

div#footer{
    clear:right;
    text-align: center;
    color: #ff0000;
    line-height: 35px;
    width:1000px;
    height:35px;
    border-width: 0px 0px 0px 0px; 
    border-style:solid;
    border-color: #003263;
    text-decoration: none;
    background-color: none;
    background-image: url(immagini/generale/footer.png);
} 

div#footer a{
    width:1000px;
    height:35px;
    text-decoration: none;
    color: #ff0000;
}

ul#menu{display:inline;float:left;width: 100%;margin-bottom: 0px;color: #DDD;font-size: 100%;text-align: center;background: #111111 url(immagini/generale/menuBk.png)}
#menu,#menu li{display:inline;margin: 0;padding: 0;list-style-type: none}
#menu a, #menu span{float:left;height: 35px;line-height: 35px}
#menu a{text-decoration: none;color: #DDD;padding-left: 15px}
#menu span{padding-right: 15px;cursor: pointer}
#menu a:hover{background: url(immagini/generale/vistaBk.png) top left;color: #EEE}
#menu a:hover span{background: url(immagini/generale/vistaBk.png) top right}
#menu #current a{background: url(immagini/generale/vistaBk.png) bottom left;color: #FFF}
#menu #current span{background: url(immagini/generale/vistaBk.png) bottom right}