/*
update:2011 09 20
*/

body{ background: #fff}

/*****************
rayout
******************/
/*riquid rayout*/
#wrapper{min-width:960px;max-width:1280px;margin: 0 auto;text-align: left;border-left:solid 1px #ccc;border-right:solid 1px #ccc;background:#fff;}
/*for ie6*/
* html #wrapper {
width : expression(
  (document.documentElement.clientWidth > 1280)? "1280px" :
  (document.documentElement.clientWidth < 960)? "960px" :
  "auto");
  height : 1%;}
#wrapper{width: 100%; margin: 0 auto; text-align: left;background:#fff;}
#wrapperInner{ margin: 0 10px 10px;overflow: hidden;}
#container{width: 100%;float: left;margin-right: -300px; background: #fff;}
#contents{position: relative; margin: 0 310px 0 0; line-height: 1.8;}
#sidebar{ width: 300px; float: right;background:#fff;}

