#sc_inner {
	margin: 0 auto;
	position: relative;
	width: 960px; /* fits well inside 1024 with a little room on the sides */	
	height:100%; 
	min-height:700px !important;
}

#inner_content {
	background-image:url('//www.wytchdragon.com/images/center-content.png');
	background-position: top center;
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	height:100%;
	min-height:700px;
}

#sc_footerlower	{
	height: 55px;
	background-image:url('//www.wytchdragon.com/images/footer.png');
	background-position: top center;
	background-repeat: no-repeat;
	clear: both;
	text-align:center;
	}

#sc_col1,
#sc_col2 {
	position: absolute;
	width: 180px; /* nav column width */
	height:100%; 
}

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

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

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

	/* 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 */
	height:100%; 
	clear: both;
}
