#sc_inner_uscd {margin: 0px auto; padding: 10px 0px; width: 954px; border-left: #471800 3px solid; border-right: #471800 3px solid; background: #fff;}

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

#sc_col1,
#sc_col2 {
	float: left;
	/* position: absolute; */
	width: 180px; /* nav column width */
}

#sc_col1 {
	left: 0;
	top: 0;
}

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

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

/* controls main content div when 2 columns are visible */
.cols2 #sc_main {
	margin-left: 15px; /* nav column width */
}
