
* {
    text-rendering: geometricprecision;
}
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 13px arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    background: #e8f5fd url("images/bg.gif") repeat-x scroll left top;
}
.MainStructure .TopBanner {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    width: 1160px;
}
.MainStructure .TopBar {
    display: inline-block;
    text-align: justify;
    width: 1160px;
    background:#fff;
}
.MainStructure .ContentBanner {
    position: relative;
    width: 1160px;
    z-index: 1;
    margin:0 auto;
}
.MainStructure .MainContent {
    background: #fff none repeat scroll 0 0;
    display: inline-table;
    margin: 0 auto;
    padding: 5px;
    vertical-align: top;
    width: 1160px;
}
.MainStructure .LeftBar {
    padding: 0 10px 0 0;
    text-align: justify;
    vertical-align: top;
     min-width: 230px;
}
.MainStructure .RightBar {
    padding: 0 0 0 10px;
    vertical-align: top;
    /* width: 0 !important; */
    min-width: 250px;
}
.MainStructure .ContentBar {
    padding: 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    text-align: center;
    width: 100%;
}

.MainStructure .FooterBar {
    display: inline-block;
    text-align: justify;
    width: 1160px;
}
