/* CSS Document */
.body{width: 100%; min-width: 1000px; margin: auto;text-align: left;}
* html .body {width:expression(document.body.clientWidth > 1024 ? "100%" :"1000px");}
.header{ background: url(../images/header_bg2.gif) repeat-x top; height: 157px;}
.header-left{ background: url(../images/header_left.gif) no-repeat; height: 157px; width: 14px; float:left;}
.header-right{ background: url(../images/header_right.gif) no-repeat; height: 157px; width:15px; float: right;}
.header-center{ width: 95%; min-width: 911px; float: left;}
* html .header-center {width:expression(document.body.clientWidth > 1024 ? "95%" :"911px");}

.header-banner{ width: 590px; float: right;}

.sidebar{width: 223px;float: left;}
.sidebar-2{width: 223px;float: right;}
.sidebar-content{padding: 0px 16px 0px 4px;}
.sidebar-content-2{padding: 0px 4px 0px 12px;}

.content-title{}

.footer-wrap{ background: url(../images/footer_bg.gif) repeat-x top #1671AC; padding: 10px 0;}
.footer{ text-align: center;}
.footer-content{color: #fff;}
.footer-content a{color: #fc0; font-weight:bold}
.footer-content a:hover{color: #333;}

.main{ float: left;}

.main-content{padding: 15px;}
.main-content-page{padding: 10px; background: #fff; border: 1px solid #ddd;}
.mycontent{padding: 5px 15px 20px 15px; border: 1px solid #ddd; background: #fff; margin-bottom: 20px;}