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