/* Struttura Principale */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    /*background-color: #f8f6f2;*/
    background-color: #f3f0e9;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size: 11px;
    color: #1f0c0c;
    background-image: url(../images/BackGroundPage.jpg);
    background-position: top center;
    background-repeat: repeat-x;
}
body > div#MPageContainer {
    height: auto;
    min-height: 100%;
}
body > div#MPageContainer > div#MPageContainer2 {
    height: auto;
    min-height: 100%;
}
div#MPageContainer {
    position: relative;
    width: 100%;
    height: 100%;
}
div#MPageContainer2 {
    width: 1010px;
    height: 100%;
    margin-left:auto;
    margin-right:auto;
}
/* Header */
DIV#MPageHeader {
    height: 198px;
    width: 1010px;
    background-image: url(../images/BackGroundHeader.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    position:relative;
}
DIV#MPageHeader a {
    height: 198px;
    width: 1010px;
    display:block;
}
DIV#MPageMenuTop {
    height: 42px;
    width:1000px;
    top:151px;
    position:absolute;
/*
  background-image: url(../images/BackGroundMenuTop.png);
  background-position: top center;
  background-repeat: no-repeat;
 */
}
DIV#MPageNavigationBottom {
    height: 20px;
    width:1000px;
    text-align:left;
    line-height:10px;
    margin-left:15px;
    margin-top:8px;
}
DIV#MPageNavigationBottom a {
    color: #3e1818;
    cursor:pointer;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
}
DIV#MPageNavigationBottom a:Hover {
    text-decoration:underline;
    color:#0f1521;
}
DIV#MPageContent {
    clear: both;
    padding: 0;
    /*background-image: url(../images/BackGroundContentDx.jpg);
    background-position: 50% 210%;
    background-repeat: no-repeat;
    background-attachment:fixed;*/
}
DIV#MPageContentSx {
    width: 285px;
    min-height:640px;
    padding:0;
    float: left;
    margin-left:4px;
/*
  background-image: url(../images/BackGroundContentSx.jpg);
  background-position: top center;
  background-repeat: no-repeat;
 */
/* border-right:ridge 2px #e8e9eb; */
}
DIV#MPageContentDx {
    float: right;
    width: 710px;
    min-height:680px;
    margin-bottom:20px;
    padding:0;
}
DIV#MPageContentDx_x- {
    float: left;
    width: 590px;
    padding-left:5px;
}
DIV#MPageContentDx_-x {
    float: left;
    width: 195px;
/* border-left:solid 1px #324A54; */
/* padding-top: 15px; */
}
div#MpageFooter {
    clear: both;
    color: #3e1818;
    position: absolute;
    bottom: 0;
    line-height:20px;
    height: 52px;
    width: 100%;
    text-align: center;
    background-image: url(../images/BackGroundFooter.jpg);
    background-position: top center;
    background-repeat: repeat-x;
    font-size:10px;
}

