#sc_inner {
	margin: 0 auto;
	position: relative;
	width: 850px; /* fits well inside 1024 with a little room on the sides */
}

#sc_col1,
#sc_col2 {
	width: 150px; /* nav column width */
}

#sc_col1 {
	float: left;
}

#sc_col2 {
	float: right;
}

/* middle column will be different depending on how many columns are showing */
.cols3 #sc_main,
.cols2 #sc_main {
	float: left;
	padding: 0 7px;

	/* below line prevents an IE 6 and earlier CSS bug */
	}

/* controls main content div when 3 columns are visible */
.cols3 #sc_main {
	width: 606px;
}

/* controls main content div when 2 columns are visible */
.cols2 #sc_main {
	width: 786px;
}
