body {
    margin: 0 auto;
    padding: 0;
}

a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}

img {
    border: medium none;
}

.MainStructure {
    background: none repeat scroll 0 0 #f3f5c6;
    text-align: center;
}

.MainStructure .TopBanner {
    background: url("../images/tall1.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.MainStructure .TopBar {
    display: inline-block;
    margin-top: 0;
    text-align: center;
    width: 100%;
}

.MainStructure .ContentBanner {
    background: url("../images/th.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    display: inline-block;
    width: 100%;
}

.MainStructure .MainContent {
    display: inline-table;
    margin: 0 auto;
    vertical-align: top;
    width: 960px;
}

.MainStructure .LeftBar {
    padding: 10px 10px 10px 0;
    text-align: justify;
    vertical-align: top;
    width: 700px;
}

.MainStructure .ContentBar {
    padding: 10px 0;
    text-align: justify;
    vertical-align: top;
}

.MainStructure .FooterBanner {
    background: url("../images/Ftieuhoc.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.MainStructure .FooterBar {
    display: inline-block;
    margin-top: 10px;
    text-align: justify;
    width: 100%;
}