body {
	background-color: #000000;
	background-image: url("/images/beadyeyes.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: scroll;
	font-family: Times New Roman;
	font-variant: small-caps;
	color: #fffdf9;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	margin:0em 3em;
	padding:0;
}

a {
	text-decoration:none;
	color:#B09E56;
}

a:hover {
	font-weight: bold;
	color:#CEB95E;
}

h1 {
	margin-left: 20%;
	margin-right: 20%;
}

.content {
	margin: 0 20% 470px;
					font-variant: normal;
}

.splash {
	font-variant: small-caps;
	font-size: 1.5em;
	text-align:center;
	margin:0;
	padding:0;
	padding-top:2em;
	line-height: 2em;
}

.header {
	margin:0;
	padding:.5em 0 3em;
}

.logo {
	margin:0;
	padding:5px 0;
/*
	display: inline;
*/
}

ul.menu {
	margin:0;
	padding:0;
	text-align: right;
	font-size: 1.5em;
}

ul.menu li {
	display: inline;
	padding-left:1em;
}

.footer {
	text-align: right;
	font-size: 0.5em;
}

.credits {
	margin:4em 0 0 0;
}

.credits h2 {
	display: inline;
}

.credits ul {
	margin: 0 0 0 15em;
	padding:0;
	position: relative;
	top:-1em;
}

.credits ul li {
	list-style: none;
}


