@charset "UTF-8";
/*this is for a 8-0-0 layout
This i currently only being used for the directory
at min width these are the widths of each column:
col1: 1002px + elastic
col2: NA
col3: NA
*/

@media all
{
  /*-------------------------------------------------------------------------*/

  #page_margins { background-color: #fff; }
  #main #col1 { background-color: #fff; }

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

  /**
   * (en) Formatting content container
   */
  #main { padding: 0px 0px 0px 0px;}
  #col1 { float: left; width: 100%;}
  #col1 #col1_content { padding: 7px 10px; }
  #col2, #col2_content, 
  #col3, #col3_content { display: none; }
	
  /*-------------------------------------------------------------------------*/
}
