@charset "UTF-8";
/*this is for a 2-6-0 layout
at min width these are the widths of each column:
(please note that the 2px divider gets added to col1 and col3)
col1: 262px
col2: 736px + elastic
col3: NA

*/

@media all
{
  /*-------------------------------------------------------------------------*/

  #page_margins { background: #ffffff url(http://media.gcimagazine.com/designimages/gci_layout_left_2.gif) top left repeat-y;}

  /*-------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   */
  #main { padding: 0px 0px 0px 264px;}
  #col1 { float: left; width: 262px; margin: 0px 0px 0px -264px;}
  #col2 { float: left; width: 100%;}
  #col3, #col3_content { display: none; }
	
  /*-------------------------------------------------------------------------*/
}

