/*-------------------------------------------
Layout styles
---------------------------------------------

Two column layout with 2-1 ordering. Third column is hidden if
exists in source.

------------------------------------------*/

#content-wrapper {
 clear: both;

  /* force floats to be contained -- so we can do side borders on
  this section alone */
  /*overflow: auto;*/

  _height: 1%;
}

#main-content {
  float: left;
  width: 681px;
  margin-left: 269px;

  background-image: url(../image/bg-main-content-2-col.jpg);

  _display: inline; /* avoid IE6 doubled margin float bug */
}

#sub-content-a {
  float: left;
  width: 269px;
  overflow: hidden;
  margin-left: -950px;

  _display: inline; /* avoid IE6 doubled margin float bug */
}

#sub-content-b { display: none; }

#footer { clear: both; }