@charset "utf-8";

body { background-color: #666666; }

/* start bar */
#barwrapper { width:880px; overflow: hidden; clear: both; }
/*#sidebar { width: 155px; height: 185px; background-color:#ffb534; float: left; }*/
#mainbar { width: 880px; height: 185px; float: right; }
/* end bar */

/* start main */
#mainwrapper { width:880px; overflow: hidden; background-color: #d9dde9; clear: both; }
#sidemenu { width: 155px; height: 100%; float: left; padding: 20px 0; font-size: 13px; font-weight: bold; /*border: 1px dotted black;*/ /*overflow: hidden;*/ } /* 如果hidden在ie8下就不会展开菜单了 */
#content { width: 685px; float: right; background-color:#ffffff; padding: 20px; height:auto!important; height: 650px; min-height: 750px; /* border: 1px dotted black; */ font-size: 13px; font-family: Arial, "宋体";}
/* end main */

