
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    background: url("images/bg7.png") repeat scroll 0 0 #ddd;
    text-align: center;
}
.MainStructure .TopBanner {
    margin: 0 auto;
    text-align: center;
    width: 1000px;
    box-shadow: 0 0 20px -5px #6d6d6d;
}
.MainStructure .TopBar {
    display: inline-block;
    margin-top: 0;
    text-align: justify;
    width: 1000px;
}
.MainStructure .ContentBanner {
    display: inline-block;
    width: 100%;

}
.MainStructure .MainContent {
    background: none repeat scroll 0 0 #fff;
    display: inline-table;
    margin: 0 auto;
    vertical-align: top;
    width: 1000px;
    box-shadow: 0 0 20px -5px #6d6d6d;
}
.MainStructure .LeftBar {
    padding: 5px 10px 0 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 5px 0 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    margin: 0 auto;
    text-align: center;
    width: 1000px;
    box-shadow: 0 0 20px -5px #6d6d6d;
}
.MainStructure .FooterBar {
    display: inline-block;
    text-align: justify;
    width: 100%;
}
