#sc_inner {
	margin: 0 auto;
	position: relative;
	width: 1025px;
	padding: 0 10px;
	background: url() no-repeat #0152ad;
	overflow: hidden;
}

#bottom_left_bg {
	display: block;
	position: absolute;
	background: url() bottom repeat-x #0086e7;
	height: 90%;
		width: 225px;
	bottom: 0;
	left: -10px;
	z-index: 1;
}

#sc_col1 {
	width: 175px; /* nav column width */
	position: relative;
	z-index: 2;
	margin-top: 20px;
	float: left;
	padding-bottom: 150px;
}

#sc_col1 .nav_block, #sc_col2 .nav_block {
	position: relative;
	z-index: 2;
}

/* middle column will be different depending on how many columns are showing */
#sc_main {
	float: left;
	padding: 7px;
	margin-left: 12px;

	/* below line prevents an IE 6 and earlier CSS bug */
		position: relative;
	z-index: 2;
	width: 819px;
	background: #fff;

/*	min-height: 1350px;
	height: auto !important;
	height: 1350px;
	*/
}
