body
{
    margin: 5px;
}

#MAIN
{
    min-width: 990px;
    height: 100%;
}

#TESTATA
{
    background-color: #336699;
    padding: 3px;
    height: 85px;
    border: 1px gray solid;
}

#BARRAORIZZSUP
{
    background-color: #FF9900;
    /*padding: 3px;*/
	height: 10px;
    border: 1px gray solid;
}

#CORPO
{
    background-color: #E4E4E4;
    /*min-height: 485px;*/
    /*height: auto;*/
    /*min-width: 990px;*/
    /*height: 100%;*/
    border: 1px gray solid;
}

#CONTENUTO
{
    text-align: left;
    background-color: #FFFFFF;
    padding-bottom: 10px;
    min-height: 1200px;
    border-left: 1px gray solid;
    border-right: 1px gray solid; 
    margin-left: 120px;
    margin-right: 250px;
}

#MENUSX
{
	text-align: center;
    background-color: #E4E4E4;
    float: Left;
    width: 120px;
    min-height: 700px;
    padding-top: 10px;
    /*border: 1px gray solid;    */
}

#MENUDX
{
	text-align: center;
    background-color: #E4E4E4;
    float: Right;
    width: 250px;
    min-height: 700px;
    padding-top: 10px;
    /*border: 1px gray solid;*/
}

#BARRAORIZZINF
{
	height: 10px;
	clear: left;
    /*border: 1px gray solid;*/
}

#PIEDE
{
    text-align: center;
    background-color: #336699;
    color: #FFFFFF;
	height: 20px;
    border: 1px gray solid;
	/*clear: left;*/
}