body {
	background-image: url(background.jpg);
	background-color: #93AEC1;
	background-repeat: no-repeat;
	background-position: center top;
}
.imageContainer {
	margin-top: 45px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 900px;
	border: 1px solid #366496;
}
.navColumn {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	height: 18px;
	padding: 6px;
}
.links {
	width: 900px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #CC6600;
	text-decoration: underline;
}
