
* {
    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/bg1.png") repeat 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;
  	?z-index: 1200;
  	background: #eeee;
}
.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;
  	padding-top: 10px;
}
.MainStructure .LeftBar {
    padding: 0 15px 10px 0;
    text-align: justify;
    vertical-align: top;
  	/*width: 830px;*/
}
.MainStructure .ContentBar {
    padding: 0 0 10px;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    background: #1058af 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;
}

@media only screen and (min-width: 769px){
.MainStructure .LeftBar {
    /*min-width: 830px;*/
}
.MainStructure .ContentBar {
    min-width: 320px;
}
} 

