#sc_inner {
	margin: 0 auto;
	position: relative;
	width: 980px; /* fits well inside 1024 with a little room on the sides */
	background: url(https://www.littlegallery.com/squirrelcart/themes/littlegallery/images/inner-bg.png) repeat-y #fff;
}

#sc_col1 {
	float: left;
	width: 180px; /* nav column width */
	padding-left: 28px;
	padding-right: 25px;
	margin-top: 25px;
}

/* middle column will be different depending on how many columns are showing */
#sc_main {
	padding: 25px 7px 0 7px;

	/* below line prevents an IE 6 and earlier CSS bug */
		
	width: 733px;
	float: left;
}


