#sc_inner {
 margin: 0 auto;
	/* margin: 10px auto 15px auto; */
	position: relative;
	width: 795px; 
 /* Added 6.27.09 */
 clear: both;
}

#sc_col1,
#sc_col2 {
	position: absolute;
	width: 175px; /* nav column width */
 /* Added 6.19.09 */
 margin-bottom: 20px;
}

#sc_col1 {
 /* Added 6.19.09  Reset values to 0 */
	left: 20px;
	top: 0;
}

#sc_col2 {
	right: 0px;
	top: 0px;
}

/* middle column will be different depending on how many columns are showing */
.cols3 #sc_main,
.cols2 #sc_main {
	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 {
	margin: 0 180px; /* nav column width */
}

/* controls main content div when 2 columns are visible */
.cols2 #sc_main {
	/* margin-left: 180px; nav column width */
 /* Added 6.19.09 */ 
 margin: 0 15px 0 210px;
 /* Added 6.27.09 */
 clear: both;
}
