body {
	background: url(../sitegraphics/body_bg.gif) repeat-x top center;
}
#wrapper {
	background: url(../sitegraphics/header_bg.jpg) no-repeat top center;
}
#wrapper.crappy {
	background: url(../sitegraphics/header_bg_2.jpg) no-repeat top center;
}
#header {
	padding-top: 482px;
}
#navigation {
	height: 40px;
	background: #003055;
}
#navigation table {
	margin: 0 auto;
}
#navigation a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	color: #c7e0f3;
	text-decoration: none;
}
#navigation a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#navigation span {
	display: block;
	height: 10px;
	width: 1px;
	background: #406480;
	margin-top: 15px;
}
#footer {
	padding-top: 20px;
	text-align: center;
}
#footer h1 {
	font-size: 36px;
	line-height: 40px;
}
#footer h2 {
	margin-top: 20px;
	font-size: 24px;
}
#footer h3 {
	font-size: 12px;
	text-align: center;
}
#footer div {
	padding: 10px;
}