/* CSS Document */

#page-wrap{width:990px;}
  
 
* html #blue-bar{margin-left:-5px;}
#main-green-wrap{position:relative;width:100%;}	

#main-content{padding-right:20px; border: none;}

#content-l,
#content-r{
  border: none;
  position:relative;
  min-height:100%;
  height:100%;
  font-size:10px;
}

#content-l{
  float:left;
  width:500px;
  padding:0 18px 0 0;
  border-right:1px solid #ccc;
}
#content-r{
  float:right;
  left:-6px;
  width:210px;
  padding:0 0 0 20px;
  border-left:1px solid #ccc;
}

