@charset "UTF-8";
/*this is for a 3-3-2 layout
at min width these are the widths of each column:
col1: 366px
col2: 366px + elastic
col3: 262px

body, header, nav, footer, col1 and col3 are dark gray (#41464b)
col2 is white (#ffffff)*/

@media all
{
  /*-------------------------------------------------------------------------*/

  #page_margins { background: #fff url(http://media.skininc.com/designimages/si_layout_left_3.gif) top left repeat-y;}
  #page { background: url(http://media.skininc.com/designimages/si_layout_right_2.gif) top right repeat-y;}

  /*-------------------------------------------------------------------------*/

  /**
   * (en) Formatting content containers
   */
  #main { padding: 0 262px 0 366px;}
  #col1 { float: left; width: 366px; margin-left: -366px;}
  #col2 { float: left; width: 100%;}
  #col3 { float: left; width: 262px; margin: 0px -262px 0px 0px;}
	
  /*-------------------------------------------------------------------------*/
}

