body {
        margin: 0 auto;
        padding: 0;
}
a {
        color: #424242;
        font: 10pt arial;
        text-decoration: none;
}
img {
        border: medium none;
}
.MainStructure {
        text-align: center;
        background: #f8eee1;
}
.MainStructure .TopBanner {
        margin: 0 auto;
        text-align: center;
        width: 1060px;
}
.MainStructure .TopBar {
        display: inline-block;
        margin-top: 0;
        text-align: justify;
        width: 100%;
}
.MainStructure .ContentBanner {
        display: inline-block;
        width: 100%;
}
.MainStructure .MainContent {
        display: inline-table;
        margin: 0 auto;
        vertical-align: top;
        width: 1060px;
        background:#fff;
}
.MainStructure .LeftBar {
        padding: 5px 10px 0 0;
        text-align: justify;
        vertical-align: top;
        /* width: 700px; */
}
.MainStructure .ContentBar {
        padding: 5px 0 0 0;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .FooterBanner {
        margin: 0 auto;
        text-align: center;
        width: 100%;
}
.MainStructure .FooterBar {
        display: inline-block;
        text-align: justify;
        width: 100%;
}
