body {
	background-image: url("images/mainback.gif");
	background-position: top-left;
	background-repeat: repeat-x;
	background-color: #000a6d;
	color: white;
	font-family: Arial, sans;
	padding: 10px 0px;
	margin: 0px;
}
#main {
}
#copyright {
	font-weight: bold;
	width: 600px;
	margin: 30px auto 10px auto;
}
.content, #header { padding-bottom: 20px; }
.content, #copyright { text-align: center; }
.content { padding-top: 5px; }
.left {
	background-image: url("images/leftspacer.gif");
	background-position: top-left;
	background-repeat: repeat-x;
}
.right {
	background-image: url("images/rightspacer.gif");
	background-position: top-left;
	background-repeat: repeat-x;
}
a {
	color: #ffc000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}