/*--- 功能：网站布局 ---*/
/*--- 作者：Gavin ---*/
/*--- 时间：2008-11-21 ---*/

/*--- 外部容器 ---*/
#container{
width:936px;
margin:0 auto;
padding:10px;
background:#fff;
border:1px solid #194077;
}

/*--- 主要内容区 ---*/
#content{
overflow: hidden;
}

/* 以下代码片段使左右两列自适应高度 */
#content:after{
content:'[DO NOT LEAVE IT IS NOT REAL]'; 
display:block; 
height:0; 
clear both; 
visibility:hidden;
}
#content{
display:inline-block;
}
/*\*/
#content{
display:block;
}
/*\*/
#sideBar, #mainContent{
padding-bottom:32767px !important;
margin-bottom:-32767px !important; 
}
@media all and (min-width: 0px) {
#sideBar, #mainContent{
padding-bottom:0 !important;
margin-bottom:0 !important; 
}
#sideBar:before, #mainContent:before{
content:'[DO NOT LEAVE IT IS NOT REAL]';
display:block;
background:inherit;
padding-top:32767px !important;
margin-bottom:-32767px !important;
height:0;
}
}

/*--- 页脚 ---*/
#footer{
margin-top:10px;
border-top:3px #ddd solid;
}
#footer .copyright{
width:90%;
margin:0 auto;
line-height:20px;
padding:10px 0;
color:#777;
}

/*--- 内页 ---*/


