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

One column layout. Second and third columns are hidden if exists
in source.

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

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

#main-content { 
  max-width: 60em;

  _width: 60em;
}

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

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

