@charset "utf-8";
/* CSS Document */
body {
	background-attachment: fixed;
	background-color: #000;
	background-image: url(/graphics/NightForest.jpg);
	background-repeat: repeat;
	background-position: center top;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	font-style: oblique;
	font-weight: bold;
	font-variant: normal;
	color: #FF9;
	text-align: center;
	padding: 5px;
	width: 70%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #033;
	text-align: center;
	word-spacing: normal;
	width: 70%;
	color: #FFF;
	border: thin solid #3C0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.subheader {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18pt;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #CCC;
	text-align: center;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCC;
}
.story {
	background-attachment: scroll;
	background-image: url(/graphics/rafters.jpg);
	background-repeat: repeat;
	background-position: left top;
	text-align: justify;
	text-indent: 5pt;
	padding: 5px;
	width: 70%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: bold;
	color: #FF6;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	color: #3F9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #F00;
	background-color: #FF9;
}
a:active {
	text-decoration: none;
	color: #F0F;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	font-style: oblique;
	font-weight: bold;
	font-variant: normal;
	color: #FF9;
	text-align: center;
	padding: 5px;
	width: 70%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18pt;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #CCC;
	text-align: center;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
blockquote {
	background-attachment: scroll;
	background-image: url(/graphics/rafters.jpg);
	background-repeat: repeat;
	background-position: left top;
	text-align: justify;
	text-indent: 5pt;
	width: 70%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #FF6;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
