body {
	margin: 0 0 20px 0;
	padding: 0px;
	background-image: url(/images/background.jpg);
	background-attachment: fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

#footer {
	padding: 5px 0 8px 0;
	margin: 20px 0 20px 0;
	text-align: center;
	width: 700px;
	border-top: 2px solid #990000;
	border-bottom: 2px solid #990000;
}

#footer h1 {
	font-size: 14px;
	letter-spacing: 1.3px;
	display: inline;
	font-variant: small-caps;
}

#footer p {
	margin: 1px;
	padding: 1px;
}