body {
	background-color: #000000;
	background-attachment: fixed;
	height: 100%;
	width: 99%;
	background-image: url(images/tile.jpg);
	background-position:center;
	font-family:"Courier New", Courier, mono;
	color:#73685b;
	text-align: center;
	font-size: 95%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	
	}
.newitem {color: #FF0000}
.news p {
	font-size: 110%;
}
	
#navigation {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 22px;
	margin: 0;
	padding: 0;
	z-index: 999;
	background-image: url(images/nav-background.jpg);
	background-repeat: repeat-x;
	background-position:center;
	text-transform: uppercase;
}

#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
	padding-left:4px;
	padding-right:4px;
}
#navigation a {
	font-size: 17px;
	font-weight: bolder;
	color:#990000;
	text-decoration: none;
	}
	
#navigation a:link {
}
#navigation a:visited {

}
#navigation a:hover {
	color: #FF0000;
	border-bottom: 1px solid #800000;
}
#navigation a:active {
	color: red;
}

img#title {
	position: fixed;
	display: block;
	left:5px;
	top:20px;
}

img#geezer {
	position: fixed;
	display: block;
	right:0;
	bottom:0;
}



div#content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	padding:12px;
	width: 500px;
	background-color: white;
	background-image: url(images/tiling-paper.jpg);
	background-repeat: repeat;
	border: 1px solid #bbb;
	z-index: 599;
}

a {

}
a:link{
color:#32326B;
}
a:visited{
color:#660066;
}
a:active{
color:#BB0000;
}
a:hover{
color:#BB0000;
}

#footer {
	text-align: center;
	padding-top: 30px;
	font-size: 50%;
}
#footer img {
	padding-bottom: 10px;
}



.centered {
	text-align: center !important;
}

.credit {
	margin-top:0;
	margin-bottom:11px;
	padding: 0;
	font-size: 70%;
}
