body {
	background-color: #000000;
	margin: 0;
	}

#logodiv {
	position: fixed !important;
	left: 0;
	position: relative;
	float: left;
	z-index: 100;
	background-color: #000000;
	width: 800px;
	height: 150px;
	border-bottom: 6px solid #000000;
	}

#nav {
	position: fixed !important;
	font: 10px/16px verdana, sans-serif;
	letter-spacing: 8px;
	background-color: #FFFEED;
	color: #ffffff;
	top: 150px;
	left: 0;
	padding: 2px;
	width:795px;
	border-bottom: 6px solid #FFFEED;
	}
	
#nav a {
	color:#BA6E0A;
	text-decoration: none;
	}

#nav a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: line-through;
	}

#nav a:link {
	font-weight: bold;
	color: #BA6E0A;
	text-decoration: none;
	}

#nav a:hover {
	color: #BA6E0A;
	text-decoration: line-through;
	}

#nav a:hover:visited {
	color: #000000;
	text-decoration: line-through;
	}

#main {
	position: absolute;
	background-color: #000000;
	width: 700px;
	padding: 15px;
	top: 195px;
	left: 50px;
	z-index: 1;
	}

body, h3, h4, p, {
	font-family: verdana, helvetica, arial, sans-serif;
	}

p {
	font-size: 12px;
	color: #FFFEED;
	}

p.signature {
	font-size: 12px;
	color: FFFEED;
	font-style: italic;
	font-familiy: palatino linotype, sans-serif, times new roman;
	letter-spacing: 5px;
	font-variant: small-caps;
	}

p.story {
	font-size: 14px;
	color: FFFEED;
	}

h1, h2, h3, h4, h5 {
	color: #BA6E0A;
	clear: both;
	}

h1 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 10px;
	font-family: palatino linotype, sans-serif, times new roman;
	margin-top: 0;
	}

h2 {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 8px;
	font-family: palatino linotype, sans-serif, times new roman;
	}

h3 {
	font-size: 12px;
	font-weight: 5;
	letter-spacing: 2px;
	}

a {	
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	}

a:visited {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
	}

a:link {
	color: #BA6E0A;
	background-color: transparent;
	text-decoration: none;
	}

a:hover {
	color: #BA6E0A;
	background-color: transparent;
	text-decoration: line-through;
	}

blockquote {
	color: #cccccc;
	text-decoration: none;
	font-weight: 100;
	font-size: 10px;
	}

blockquote.story {
	color: #FFFEED;
	text-decoration: italics;
	font-size: 14px;
	}
