/* CSS Document */
#left {
  display:none;
  }
#right{
float:right;
  width:200px;
  }
#content {
  width:760px;
  }
* html #content {
  width:740px;
  float:left;
  }
#content_inner {
  width:740px;
  }
* html #content_inner {
  width:730px;
  }
