body {
	font-family: Georgia, serif;
	font-size: 12px;
	text-decoration: none;
	color: #CCCCCC;
	background-color: #330000;
	}

a {
	font-family: Georgia, serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: underline;
	}

img {
	border: 5px solid #000000;
	margin-left:auto;
	margin-right:auto;
	}


#navigation {
	font-family: Georgia, serif;
	font-size: 10px;
	text-align: center;
	}

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#navigation li {
	display: inline;
	line-height: 22px;
	}

#navigation a:link, #navigation a:visited {
	border: 2px solid #000;
	padding: 2px 10px 2px 10px;
	color: #CCC;
	background-color: #660000;
	text-decoration: none;
	}

#navigation a:hover {
	border: 2px solid #660000;
	color: #CCC;
	background-color: #000000;
	}

hr {
	color: #000;
	border: 0px;
	background-color: #000;
	height: 10px;
	}

div.float {
	padding: 0px;
	}

div.spacer {
	clear: both;
	}

div.spacerleft {
	clear: both;
	text-align: left;
	border: 2px solid #CCC;
	padding: 5px;
	margin bottom: 5px;
	}

div.spacerright {
	clear: both;
	text-align: right;
	border: 2px solid #CCC;
	padding: 5px;
	margin bottom: 5px;
	}

#footer {
	position: absolute;
	bottom: 0;
	width: 99%;
	height: 40px;
	text-align: right;
	font-size: 10px;
	}


