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

One column layout that shows only the main-content. Other columns are
hidden if exist 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 {
  width: 75%;
  float: left;

  _display:inline;  /* IE6 HACK */
}