@charset "UTF-8";

.CenterFloat {
	text-align: center;
}

#container {
	position: relative;
	height: 500px;
	width: 900px;
	margin: 100px auto;
	z-index: 0;
	overflow: visible;
}
#spacer_top {
	height: 5px;
	width: 900px;
	position: absolute;
	z-index: 3;
	background-image: url(../gfx/h_line_grey.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#spacer_left {
	height: 500px;
	width: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	background-image: url(../gfx/v_line_grey.png);
	background-repeat: repeat-y;
	background-position: right center;
}
#spacer_right {
	height: 500px;
	width: 5px;
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 895px;
	background-image: url(../gfx/v_line_grey.png);
	background-repeat: repeat-y;
	background-position: left center;
}
#spacer_bottom {
	height: 5px;
	width: 900px;
	position: absolute;
	top: 495px;	
	left: -895px;
	z-index: 3;
	background-image: url(../gfx/h_line_grey.png);
	background-repeat: repeat-x;
	background-position: center top;
}

#logoHeader {
	height: 125px;
	width: 875px;
	position: absolute;
	top: -495px;
	left: 0px;
	z-index: 2;
	background-image: url(../gfx/ssc_logo_fixedsize.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#mainContent {
	position: absolute;
	top: 155px;
	left: 30px;
	height: 215px;
	width: 500px;
	z-index: 1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	color: #666;
	text-align: justify;
}

#sideColumn {
	position: absolute;
	top: 155px;
	right: 30px;
	height: 215px;
	width: 250px;
	z-index: 1;
	padding-top:16px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	color: #666;
	text-align: right;
}

#footer {
	position: absolute;
	height: 125px;
	width: 890px;
	left: 0px;
	bottom: 5px;
	z-index: 1;
}

