body 
{
    font-family: "Trebuchet MS";
    font-size: 9pt;
    color: #333333;
    background-image: url('../immagini/home_bodybg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #CBCCD1;
    margin: 0px;
    padding: 0px;
}
.pagina
{
    margin: 0px auto 0px auto;
    width: 900px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
}
.top
{
    background-color: #333333;
    text-align: right;
}
.head
{
    font-family: "Trebuchet MS";
}
.corpo{
    text-align: left;
    padding: 0px 5px 10px 5px;
    background-image: url('../immagini/corpo_bg.jpg');
    background-repeat: no-repeat;
    background-position: right top;
    min-height: 450px;
	height:auto !important;
	min-height: 450px;
}
.menu {

}
.colsx 
{
    width: 179px;
    float: left;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #808080;
    margin-top:10px;
    padding-bottom:50px;
    }

.cont
{
    width: 700px;
    float: left;
    padding-left: 10px;
    margin-top:40px;
    color:#000000;
}
.nav
{
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #CBCCD1;
    border-bottom-color: #CBCCD1;
    background-color:#FFFFFF;
}
.cont1
{
    float: left;
    width: 500px;
    margin-right: 10px;
}
.cont2
{
    float: left;
    width: 180px;
    padding-left: 5px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #C8C7CC;
    border-top-style: solid;
    border-top-width: 10px;
    border-top-color: #C8C7CC;
    padding-bottom:50px;
    background-color:#FFFFFF;
    margin-top:10px;
}


.foot
{
    background-color: #333333;
    text-align:center;
}

