
* {
    text-rendering: geometricprecision;
}
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    background: #fff url("images/bgsyt.png") repeat-x scroll 0 0;
    text-align: center;
}
.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;
    vertical-align: top;
    width: 1150px;
}
.MainStructure .LeftBar {
    padding: 0 15px 10px 0;
    text-align: justify;
    vertical-align: top;
}

.MainStructure .RightBar {
    padding: 0 0px 10px 15px;
    text-align: justify;
    vertical-align: top;
}

.MainStructure .ContentBar {
    padding: 0 0 10px;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    background: #fff none repeat scroll 0 0;
    border-top: 10px solid #1058af;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.MainStructure .FooterBar {
    display: inline-block;
    margin: 0 auto;
    text-align: justify;
    width: 1150px;
}
