body {
        margin: 0 auto;
        padding: 0;
}
a {
        color: #424242;
        font: 10pt arial;
        text-decoration: none;
}
img {
        border: medium none;
        max-width: 100%;
}
.MainStructure {
        /* background: #F3F5C6; */
        text-align: center;
}
.MainStructure .TopBanner {
        margin: 0 auto;
        text-align: center;
        width: 100%;
        # background: url("images/bg.png") repeat scroll center center rgba(0, 0, 0, 0);
}
.MainStructure .TopBar {
        display: inline-block;
        margin-top: 0;
        text-align: center;
        width: 100%;
}
.MainStructure .ContentBanner {
        display: inline-block;
        width: 100%;
}
.MainStructure .MainContent {
        display: inline-table;
        margin: 0 auto;
        vertical-align: top;
        width: 1060px;
}
.MainStructure .LeftBar {
        padding: 10px 10px 0 0;
        text-align: justify;
        vertical-align: top;
        /* width: 700px; */
}
.MainStructure .ContentBar {
        padding: 10px 0 0;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .FooterBanner {
        margin: 0 auto;
        text-align: center;
        width: 100%;
}
.MainStructure .FooterBar {
        display: inline-block;
        margin-top: 10px;
        text-align: justify;
        width: 100%;
}
