
* {
    box-sizing: border-box;
    text-rendering: geometricprecision;
}
body {
    margin: 0 auto;
    padding: 0;
    background: #f0f7f5;
    text-align: center;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    margin: 0 auto;
    width: 1150px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.MainStructure .TopBanner {
    margin: 0 auto;
    width: 1150px;
}
.MainStructure .TopBar {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: justify;
    width: 1150px;
}
.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: 1150px;
}
.MainStructure .LeftBar {
    padding: 0 15px 10px 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 0 0 10px;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.MainStructure .FooterBar {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin: 0 auto;
    text-align: justify;
    width: 1150px;
}
