
* {
    box-sizing: border-box;
}
* {
    text-rendering: geometricprecision;
}
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #5f5f69;
    font: bold 13px arial;
    text-decoration: none;
    line-height: 1.75;
}
img {
    border: medium none;
}
.MainStructure {
    background: #c6edfc;
    text-align: center;
}
.MainStructure .TopBanner {
    margin: 0 auto;
    width: 100%;
}
.MainStructure .TopBar {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    position: relative;
    text-align: justify;
    width: 1000px;
}
.MainStructure .ContentBanner {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.MainStructure .MainContent {
    background: #fff none repeat scroll 0 0;
    display: inline-table;
    margin: 0 auto;
    padding: 10px;
    vertical-align: top;
    width: 1000px;
}
.MainStructure .LeftBar {
    padding: 0 7px 0 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    background: url(Images/Footer.png) no-repeat scroll center center;
    width: 1000px;
    text-align: center;
    margin: 0 auto;
}
.MainStructure .FooterBar {
    margin: 0 auto;
    text-align: justify;
    width: 1000px;
}

