body {
	font-family: Arial, Verdana, Tahoma, "Lucida Grande", sans-serif;
	background-image: url(images/blue-cleargradient.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

h1, h2, h3 {
	color: #003264;
	text-shadow: #999 0.08em 0.08em 0.15em;
}

#mainbox {
	position: relative;
	text-align: left;
	background-color: #E4DDCC;
	width: 800px;
	min-height: 700px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 4px 10px 4px 10px;
	
	border: 1px solid #333;
}

#hitbox {
	position: absolute;
	bottom: -.4em;
	color: #666;
	font-size: small;
	/*border: solid thin blue;*/
}
.linkbox {
	position: relative;
	left: 2em;
}
a:link {
	color: #248;
	text-decoration:none;
}
a:visited {
	color: #248;
	text-decoration:none;
}
a:focus {
	border: thin solid #003264;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #555;
}

span.copyright {
	font-size: .8em;
}
