@charset "utf-8";
/* CSS Document */

/*2010-5-11*/
/*----------------首页框架----------------*/
#container {margin:0 auto; width:1000px;} 
#header { height:42px;margin-bottom:12px;}
#mainContent { height:auto; margin-bottom:5px;}
#sidebar {float:left; width:284px; height: auto;}
#content {height:auto; width:706px; float:left; margin-left:10px;}
#footer { height:auto; margin-top:20px;}
