.right_column {
  display: inline; position: relative; float: right;
  width: 633px;
  z-index: 10;
  margin: 20px 13px 20px 0;
  }

.left_column {
  display: inline; position: relative; float: left;
  width: 168px;
  margin: 0 10px;
  text-align: left;
  }

/* ------------------------------------------------------------------------------
  ... body content : the main content area
/* ------------------------------------------------------------------------------ */
.bodycontent {
  float: left;
  color: inherit;
  padding: 0 0 26px 0; margin: 0;
  background: #fff;
  }
/* Overcome 3px margin bug in IE/Win floats
   http://www.positioniseverything.net/explorer/threepxtest.html */
   * html .bodycontent {
     margin-right: -3px;
     }

