body {
	background-color: #4C4C4C;
}

#wrapper {
	width: 1028px;
	margin: 0 auto;
	margin-top: 10px;
	background: url(../images/RepeatingBackground.png) repeat-y;
}

#header {
	display: block;
	width: 1028px;
	height: 219px;
	background-image: url(../images/HeaderBackground.png);
	background-repeat: no-repeat;
	position: relative;
}

#mission {
	width: 1000px;
	padding-left: 14px;
	padding-right: 14px;
}

#affiliations {
	width: 225px;
	text-align: center;
}

#left {
	float: left;
	width: 225px;
}

#main_content {
	width: 775px;
	float: left;
}

#inner_content {
	margin: 15px;
}

#footer {
	clear: both;
	width: 1028px;
	height: 36px;
	background-image: url(../images/FooterBackground.png);
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
}

#disclaimer {
	width: 1028px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

