/* CSS Document */

#contentWrapper {
	height: 885px;
	width: 730px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #0078B5;
	border-right-color: #0078B5;
	border-bottom-color: #0078B5;
	border-left-color: #0078B5;
	left: 20%;
	right: 10%;
	position: relative;
	background-color: #FFFFFF;
}
#contentWrapper #header {
	float: left;
	height: 150px;
	width: 450px;
	border: medium solid #FFFFFF;
}
#contentWrapper #updates {
	height: 157px;
	width: 270px;
	float: left;
}
#contentWrapper #form1 #EMAIL {
	background-color: #CCFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding: 2px;
}
#contentWrapper #images {
	float: left;
	height: 275px;
	width: 450px;
}
#contentWrapper #navigation {
	float: left;
	height: 28px;
	width: 728px;
}
#contentWrapper #subnavigation {
	background-color: #0078B5;
	float: left;
	height: 86px;
	width: 728px;
}
#contentWrapper #body {
	height: 375px;
	width: 404px;
	float: left;
	overflow: auto;
	padding-right: 10px;
}
#contentWrapper #aboutSBC {
	height: 275px;
	width: 450px;
	float: left;
	margin-top: 15px;
}
#contentWrapper #ready {
	height: 275px;
	width: 273px;
	float: left;
	border-left-width: medium;
	border-left-style: outset;
	border-left-color: #CCCCCC;
	margin-top: 15px;
}
#contentWrapper #footer {
	background-color: #FF0000;
	height: 50px;
	width: 728px;
	float: left;
}
#contentWrapper #sbcNews {
	height: 275px;
	width: 278px;
	float: left;
	background-image: url(../images/news_gradient.gif);
	background-repeat: repeat-x;
	overflow: none;
}
#contentWrapper #puzzleimage {
	float: left;
	height: 375px;
	width: 314px;
}

