body {
	background-color: #568fff;
	color: white;
	font-family: Trebuchet MS1, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
a:link {
	color: white;
}
a:visited {
	color: white;
}
a:active {
	color: white;
}
a:hover {
	color: #f3aa00;
}
#header {
	background-image: url(../images/header_grad.png);
	background-repeat: repeat x;
}
#middle {
	background-color: #4e3200;
	margin-top: -9px;
}
#menu {
	text-align: center;
	font-size: 1.2em;
	word-spacing: 20px;
	letter-spacing: 8px;
}
#footer {
	background-color: #4e3200;
	text-align: center;
}