#sc_page {
	width: 1004px;
	margin: auto;
	background: transparent url(../images/bg-body2.gif) repeat-y left top;
}

#sc_mainbox {
	width: 984px;
	margin: auto;
	position: relative;   /* for logo placement */
}

img#logo {
	position: absolute;
}

#sc_header {
	height: 80px;
	padding: 0px 30px 0 0;
	background-repeat: repeat;
	background-color: #FFFFFF;
}

#sc_content {
	background-color: #fff;
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
}

#sc_content #top {
	background: transparent url(../images/background_main.jpg) repeat-x left top;
}

#sc_content #top.home {
	height: 317px;   /* banner height + 2px on top of the banner */
}

#sc_content #middle {
	padding: 0 30px;
}

#sc_content #middle #content {
	float: left;
	width: 680px;
}

#sc_content #middle #content.home {
	width: 100%;
	padding-top: 20px;
}

#sc_content #middle #content.full {
	width: 100%;
}

#sc_content #middle #sidebar {
	float: right;
	margin: 25px 0 0;
	width: 180px;
}

#sc_content #bottom {
	height: 40px;
	background: transparent url(../images/bg-content.gif) repeat-x left -40px;
}

#sc_footer {
	background-color: #0F0F0F;
	padding: 20px 30px;
	text-align: center;
}

#sc_footer .footer_section {
	float: left;
	width: 182px;   /* account for padding, total = 196 */	
	margin: 0 7px;
}

#sc_footer .footer_section div.line {
	height: 1px; 
	background-color: #6f6f6f; 
	margin-bottom: 10px;
}

#ss_footer {
	background-color: #1F1F1F;
	padding: 20px 30px;
	text-align: center;
}

#flash {
	position: relative; /*or absolute*/
	z-index: 0;
	margin-left: -1px;
	padding-top: 20px;
}
