BODY {
	font-family: trebuchet, geneva, verdana, helvetica, sans-serif;
	font-size: 12pt;
	color: white;				
	background: black url('../graphics/bg.gif') fixed; 
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	-webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
}
A { 	
	color: dodgerblue;
	text-decoration: none;
	font-weight: bold;
}
HR {
	color: red;
	size: 3;
	height: 3;
	noshadow;
	border: 0;
	background-color: red;
	margin-bottom: 1em;
	margin-top: 1em;
}
HR.thin {
	color: grey;
	size: 1;
	height: 1;
	noshadow;
	border: 0;
	background-color: grey;
	margin-bottom: .5em;
	margin-top: .5em;
}
h1 {
	margin-bottom: 0;
}
h2 {
	margin: 0;
}
h3 {
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
}
p {
	margin-top: .75em;
	line-height: 1.5em;
}
blockquote {
	margin-left: 10%;
	margin-right: 10%;
}
code {
	font-family: monospace;
}

#container {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #312b2c;
	border-right: 2px solid #312b2c;
	overflow: auto;
	font-size: 11pt;
	background: url('../graphics/shade.png');
}
#logo {
	background: url('../graphics/logobg.gif') repeat-x;
	margin-left: 20px;
	margin-right: 20px;
}
#menu {
	width: 200px;
	float: left;
	text-align: center;
	margin-top: 2em;
}
#content {
	margin-left: 220px;
	margin-right: 20px;
}
#story {
	margin-left: 20px;
	margin-right: 20px;
}
#about {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 9pt;
}
#print_break {
	display: none;
}
p.question {
	font-weight: bold;
	color: #e3bc35;
}
