/* ******** Struttura Principale ******** */
html, body, form
{
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #FFFFFF;
    font-family: 'Century Gothic' ,Verdana;
    font-size: 12px;
    background-image: url(Images/Structure/BackgroundBody.gif);
}
div#PageContainer
{
    margin: 0;
    padding: 0;
    background-image: url(Images/Structure/Background.jpg);
    background-position: top center;
    background-repeat: repeat-x;
}
DIV#DivMPIHeader
{
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}
DIV#DivMPIContent
{
    width: 100%;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    clear: both;
}
div#Footer
{
    clear: both;
    height: 52px;
    width: 1100px;
    background-image: url(Images/Structure/Footer-X-.png);
    background-position: center top;
    background-repeat: no-repeat;
}

/* ******** Header ******** */

DIV#DivMPIHeaderLogo
{
    /* 	height: 150px; 	width: 1000px; 	margin-left: auto; 	margin-right: auto; 	background-image: url(Images/Structure/LogoTopInternal.jpg); 	background-position: center center; 	background-repeat: no-repeat; */
    height: 150px;
    width: 1000px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    font-family: Verdana;    
}
DIV#DivMPIHeaderLogo h1
{
    font-size: 36px;
    color: #ff0000;
    font-weight: bold;
    margin: 0;
    font-style: italic;
    padding: 0;
}
DIV#DivMPIHeaderLogo h1 b
{
    font-size: 100px;
    color: #ff0000;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
DIV#DivMPIHeaderLogo h2
{
    font-size: 20px;
    color: #0a4ba5;
    font-weight: bolder;
    margin: 0;
    font-style: normal;
    padding: 0;
    line-height: 90%;
}
DIV#DivMPIHeaderLogo h3
{
    font-size: 14px;
    color: #00aeef;
    font-weight: lighter;
    margin: 0;
    font-style: normal;
    padding: 0;
    line-height: 110%;
    text-align: right;
    padding: 25px 10px 0 0;
}
.MPI_HeaderTxt
{
    float: left;
    height: 150px;
    width: 730px;
}
.MPI_HeaderLogoSiver
{
    height: 150px;
    float: right;
    width: 266px;
    background: transparent url('Images/Structure/LogoSiverHeader.jpg') left top no-repeat;
}

/***********************/
DIV#DivMPIHeaderUnderTop
{
    width: 1000px;
    height: 30px;
    margin-top: 12px;
    font-style: italic;
    font-variant: small-caps;
}
DIV#DivMPIHeaderMenu
{
    width: 750px;
    height: 30px;
    margin-top: 8px;
    font-style: italic;
    font-variant: small-caps;
    float: left;
}
DIV#DivMPIHeaderButton
{
    float: right;
    width: 250px;
    margin-top: 10px;
    text-align: center;
}
/* ******** Contenuti ******** */

DIV#DivMPIX--
{
    float: left;
    width: 300px;
}
DIV#DivMPI-X-
{
    float: right;
    width: 800px;
    color: #000000;
    margin-bottom: 25px;
    margin-right: 0px;
}
DIV#DivMPIClosed
{
    clear: both;
}

