#main 
{
  width             : 1000px;
  margin            : 0px auto;
  _margin            : 0px 10%;
  &margin            : 0px 10%;
} 

#mainFrame
{
  margin            : 0px auto;
  width             : auto; 
  min-width         : 1000px; 
  max-width         : 1000px; 
  _width            : 1000px; 
  _width            : expression(document.body.clientWidth<1004 ? "1000px" : (document.body.clientWidth>1000 ? "1000px" : "1000px" ) );

  border            : 1px solid #ccc;
}

#head
{
	width            : 100%;
	background       : url("../images/head_bg.jpg") 240px 0 no-repeat;
	color			       : #ccc;
}

#left, #right, #body
{
  margin-top        : 5px;
}

#left 
{ 
  width             : 250px;
  float             : left;
/*  position          : relative;*/  
  left              : -570px;
} 

#right 
{ 
  width             : 200px;
  _width            : 195px;
  float             : right;
/*  position          : relative;*/
  right             : 0px;
  padding-right     : 10px;
}

#body 
{
  background-color  : #fff;
  float             : left;
  /*position          : relative;*/ 
  left              : 210px;
  width             : 520px;
  /*margin            : 0;*/
  min-height        : 800px;
  height            : auto !important;
  height            : 900px;
}

#footer
{
   text-align        : left;
   float:none;
   clear             : both;
   background-color  : #ccc;
   padding           : 3px 0 5px 10px;
   font-size         : 10px;
}
