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

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

Specific hacks for Internet Explorer 6 are marked with "IE6 HACK". See
README.txt for details.

Original author: Ben Sturmfels, Boojum, March 2009

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

body {
  min-width: 580px;
  max-width: 1024px;
}

#main-content {
  float: left;
  width: 76%;

  _width: 75.5%; /* IE6 HACK */
  _display:inline;  /* IE6 HACK */
}

#sub-content-a {
  display: block;
  float: left;
  width: 24%;

  _display:inline; /* IE6 HACK */
}