@charset "UTF-8";
/*this is for a 2-4-2 layout
at min width these are the widths of each column:
(please note that the 3px divider gets added to col1 and col3)
col1: 262px
col2: 460px + elastic
col3: 262px
*/

@media all
{

#page_margins { background: #fff url("../images/ct/layout/left-2.gif") top left repeat-y; }
#page { background: url("../images/ct/layout/right-2-11.gif") top right repeat-y; }

#main { padding: 0px 268px 0px 268px; }
#col1 { float: left; width: 262px; margin-left: -267px; }
#col2 { float: left; width: 100%; }
#col3 { float: left; width: 262px; margin: 0px -267px 0px 5px; }
	
}