body {
	margin: 0;
	padding: 0;
	background: #e0e6ee url(/images/spider.jpg) no-repeat fixed bottom right;
	color: #002;
	font-family: Luxi Sans, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

a {
	text-decoration: none;
	color: #34d;
}

a:hover {
	text-decoration: none;
  background-color: #34d;
	color:  #fff;
}

#content {
	margin: 0 30% 1em 0; /* top right bottom left */
	padding: 2em 3em 3em 3em; /* top right bottom left */
	border-right: 3px solid #abc;
	border-bottom: 3px solid #abc;
	background: #fffffa;
	/*color: #4f3737;*/
	color: black;
}

#content a {
	color: #860;
	text-decoration: underline;
}

#content a:hover {
	color: #fff;
	background-color: #860;
}

#content h1 {
	margin: 0 0 1em 0; /* top right bototm left */
	border-bottom: solid 1px #89f;
	padding-bottom: 5px;
	font-size: 1em;
}

#content h1:first-line {
	font-size: 153%;
}

#content h2 {
	font-size: 1em;
	margin: 0 0 -1em 0;
	padding: 0 .3em 0 0; /* top right bottom left */
	display: inline;
	float: left;
	font-weight: bold;
}

#content h3 {
	font-size: 1.1em;
	margin: 0;
	padding: 1 .3em 0 0; /* top right bottom left */
	font-weight: bold;
	text-decoration: underline;
}

#content h2:after {
	content: ".";
}

#content dt {
	font-weight: bold;
	font-style: italic;
}

#content dd dt {
	font-weight: bold;
	font-size: .95em;
	font-style: normal;
}

#content dd dd {
	border-left: solid 1px #ccc;
}

#content dd {
	margin: 0;
	padding: 0;
	margin-left: .7em;
	padding-left: .3em;
	margin-bottom: .4em;
}

#content dt {
  color: #660;
}

#content dd dt {
  color: #44f;
}

#content h2 {
  color: #00f;
}


#text {
	line-height: 1.2em;
	/*font-family: MaxFont;*/
}

#copyright {
	font-size: .85em;
	text-align: center;
	border-top: solid 1px #48e;
	padding-top: 5px;
	color: #665;
	font-style: italic;
}

#menu {
	position: absolute;
	top: 1.2em; right: 0; margin: 0;
  padding: 0 2% 1em 0; /* top right bottom left */
	width: 28%; /* fix for IE5 Win starts */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 25%;
}

#menu > dl > dt:first-line {
	font-weight: bold;
	letter-spacing: 3px;
}

#menu > dl > dt {
	border-right: solid 1px #469;
	border-bottom: solid 1px #469;
	text-align: right;
	padding-right: 7px;
}

#menu > dl > dd {
	text-align: left;
	border-left: solid 1px #469;
	margin-left: 0;
	margin-bottom: 1em;
	padding: .2em 1em .2em 1em; /* top right bottom left */
}

#menu dl > dd > dl > dt {
	font-weight: bold;
	padding-right: 1em;
}

#menu dl > dd > dl > dd {
	font-size: .9em;
	font-style: italic;
	padding-left: 0;
	margin-left: 1em;
}

#menu dl > dd > dl > dt:after {
	content: ": ";
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	list-style-type: none;
}

#menu p {
  margin: 0;
	padding: 0;
	text-align: justify;
}

#navigation {
	padding: 1em 1% .5em 0px; /* top right bottom left */
	text-align: left;
	letter-spacing: 1px;
	width: 70.7%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 69.7%;
	}
	html>body #navigation {
	width: 69.7%; /* ie5win fudge ends */
}

#navigation ul {
	margin: 0;
	display: inline;
}

#navigation li {
	list-style-type: none;
	display: inline;
}

#navigation a {
	text-decoration: none;
}

#navigation li:after {
	content: " / ";
}

#navigation li.last:after {
	content: "";
}

#errors {
	color: red;
}

#message {
	border: solid 1px #ccc;
	background: #fff;
	color: blue;
	padding: .3em 1em .3em 1em; /* top right bottom left */
	margin: .3em 1em .3em 1em; /* top right bottom left */
	text-align: justify;
}

td {
	vertical-align: top;
}

th.headerline {
	text-decoration: underline;
	font-weight: bold;
	padding-top: 1em;
	font-size: 1.1em;
}

#storytext {
	padding: 1em;
	margin: 1em;
	text-align: justify;
}

#storyhead {
	font: 1.2em monospace;
	text-align: center;
	font-weight: bold;
}

#storyend {
	font: 1em monospace;
	text-align: center;
}

#storypre, #storypost {
	border: solid 1px black;	
	padding: 1em;
	margin: 1em;
}

table {
clear: both;
margin-top: 1.5em;
}

table.span {
	width: 100%;
}

.far {
	text-align: right;
}

.alttablerow {
	background: #eef;
	text-align: left;
}

.contentmenu {
	text-align: right;
}

th {
	vertical-align: top;
}

textarea {
	font-size: 1em;
	font-family: courier;
}

input {
	font-size: 1em;
	font-family: courier;
}

select {
	font-size: 1em;
	font-family: courier;
}

#subblurb {
	font-style: italic;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 1em;
}

.footnote {
  font-size: .8em;
  font-style: italic;
}

#stamp {
	position: absolute;
	right: 0;
	top: 0;
}
