/* 2 Column layout - Center column and Right column */
 
body {
	padding-right: 0px;   /* RC fullwidth + CC padding (10+140++10)+(20+15)*/
	padding-left: 0px;    /* LC fullwidth (10+260+10) */
	}

#container {   
	padding-left: 0px;   /* LC fullwidth */
	padding-right: 280px;  /* RC fullwidth + CC padding */
	}

#centercolumn {
	padding-left: 40px;
	}
#leftcolumn {
	display: none;
	}

/* Note that both 'centercolumn' AND 'leftcolumn' are written twice each in the javascript above. If the names you've given to your column div id's are different, then adjust the javascript to match your given id names. */

#rightcolumn {
}

#footer {
	padding-left: 296px;
	}

