#test {
}
#white_top {
	height: 32px;
	width: 976px;
	background-image: url(images/white%20top.png);
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#white_background {
	background-color: #FFF;
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#white_bottom {
	width: 976px;
	background-image: url(images/white-bottom.png);
	height: 32px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}
#footer {
	height: 65px;
	width: 976px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/footer-background.png);
	background-repeat: no-repeat;
	padding: 0px;
	clear: both;
}
#footer_text {
	padding: 0px;
	width: 976px;
	height: 20px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	clear: both;
	float: left;
	color: #004080;
}
#shadow {
	height: 115px;
	background-image: url(images/shadow.png);
	background-repeat: no-repeat;
	width: 1000px;
	clear: both;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#container {
	float: left;
	width: 1000px;
	background-image: url(images/content-background-bottom.jpg);
	background-repeat: repeat-x;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #999;
	margin: 0px;
	padding: 0px;
}
