@charset "UTF-8";
/*this is for a 3-3-2 layout
at min width these are the widths of each column:
(please note that the 2px divider gets added to col1 and col3)
col1: 361px
col2: 361px + elastic
col3: 262px

*/

@media all
{
  /*-------------------------------------------------------------------------*/

  #page_margins { background: #ffffff url(http://media.cosmeticsandtoiletries.com/designimages/ct_layout_left_3.gif) top left repeat-y;}
  #page { background: url(http://media.cosmeticsandtoiletries.com/designimages/ct_layout_right_2.gif) top right repeat-y;}

  /*-------------------------------------------------------------------------*/

  /**
   * (en) Formatting content containers
   */
  #main { padding: 0px 268px 0px 367px;}
  #col1 { float: left; width: 361px; margin-left: -366px; }
  #col2 { float: left; width: 100%; }
  #col3 { float: left; width: 262px; margin: 0px -267px 0px 5px;}
	
  /*-------------------------------------------------------------------------*/
}

