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

Three column layout with 1-2-3 ordering.

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: 1024px;
  max-width: 1024px;
}

#main-content-wrapper {
  width: 678px;
}

#main-content {
  width: 330px;
  float: left;
  /* _display:inline; IE6 HACK */
}

#sub-content-a {
  display: block;
  width: 346px;
  float: left;

  /* _display: inline;  IE6 HACK */
}

#sub-content-b {
  display: block;
  width: 340px;
  float: right;
}

