body
{
	margin: 0;
	padding: 0;
	font-family: "courier new", sans-serif;
	text-transform: lowercase;
	background-color: #000;
	color: #fff;
}

a,
a:link,
a:visited
{
	font-weight: bold;
	color: #B30909;
	background: transparent;
}

a:hover,
a:active
{
	color: #fff;
	background: transparent;
	text-decoration: none;
}

#container
{
	width: 760px;
	margin: 40px auto 0 auto;
	padding: 0;
}

#header
{
	height: 156px;
	background-image: url("../img/darkheaderbg.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	position: relative;
}

#header h1
{
	margin: 0;
	padding: 0;
	background-image: url("../img/darklogo.gif");
	background-position: top left;
	background-repeat: no-repeat;
	height: 120px;
	text-indent: -1000em;
	overflow: hidden;
	width: 311px;
	left: 0;
	top: 0;
	position: absolute;
}

#header #update
{
	position: absolute;
	left: 440px;
	top: 10px;
	width: 270px;
	font-weight: bold;
}

#header #spoof
{
	position: absolute;
	left: 410px;
	top: 0px;
	width: 340px;
	font-weight: bold;
}

#navigation
{
	float: left;
}

#navigation h2
{
	margin: 0;
	padding: 0;
	height: 1px;
	text-indent: -1000em;
	overflow: hidden;
}

#navigation ul
{
	float: left;
	margin: 20px 30px 0 0;
	padding: 0;
}

#navigation ul li
{
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
	list-style: none;
}

#navigation ul li a,
#navigation ul li a:link,
#navigation ul li a:visited
{
	font-weight: bold;
	color: #B30909;
	background: transparent;
	text-decoration: none;
	letter-spacing: -0.05em;
}

#navigation ul li a:hover,
#navigation ul li a:active
{
	text-decoration: underline;
}

#home #navigation ul li a#navhome,
#home #navigation ul li a#navhome:link,
#home #navigation ul li a#navhome:visited
{
	text-decoration: underline;
}

#introduction #navigation ul li a#navintroduction,
#introduction #navigation ul li a#navintroduction:link,
#introduction #navigation ul li a#navintroduction:visited
{
	text-decoration: underline;
}

#theory #navigation ul li a#navtheory,
#theory #navigation ul li a#navtheory:link,
#theory #navigation ul li a#navtheory:visited
{
	text-decoration: underline;
}

#content
{
	clear: both;
	padding: 20px 0;
	margin-bottom: 30px;
}

#visuals
{
	float: left;
	width: 320px;
	padding: 20px 0 0 0;
}

#visuals img 
{
	display: block;
	margin: 0 auto 20px auto;
	padding: 0;
	border: 0;
}

#body
{
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
	width: 700px;
	float: left;
}

#body h2
{
	margin: 30px 0 45px -2px;
	font-size: 1.8em;
	letter-spacing: -0.07em;
	color: #B30909;
	background: transparent;
}

#body p
{
	font-size: 0.9em;
	line-height: 120%;
}

#body p em
{
	font-style: normal;
	font-weight: bold;
	color: #b30909;
	background: transparent;
}

#body p:first-letter
{
	font-size: 160%;
	font-weight: bold;
}

#body p:first-line
{
	line-height: 90%;
}

#footer
{
	float: left;
	width: 760px;
	height: 80px;
	background-image: url("../img/darkfooterbg.gif");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px;
	margin: 40px 0 0 0;
}

#footer ul
{
	margin: 20px 10px 0 0;
	padding: 0;
	float: left;
}

#footer ul li
{
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
	list-style: none;
}

#footer ul li a,
#footer ul li a:link,
#footer ul li a:visited
{
	font-weight: bold;
	color: #B30909;
	background: transparent;
	text-decoration: none;
	letter-spacing: -0.05em;
}

#pager
{
	margin: 30px 0 20px 0;
	float: left;
}

#pager a,
#pager a:link,
#pager a:visited
{
	color: #fff;
	background: transparent;
	font-size: 1.2em;
	font-weight: bold;
}

#pager a:hover,
#pager a:active
{
	color: #AB1B1A;
	background: transparent;
}

#timeline 
{
	margin: 15px 0 20px 0;
}

#timeline h2
{
	font-size: 1em;
	margin: 0 0 20px 10px;
	color: #AB1B1A;
	background: transparent;
}

#timeline ul
{
	margin: 0 0 2px 70px;
	padding: 0;
	list-style: none;
}

#timeline ul li
{
	display: inline;
	margin: 0 4px 0 0;
	padding: 0;
}

#timeline ul li.year
{
	font-weight: bold;
	color: #AB1B1A;
	background: transparent;
	font-size: 1em;
}

#timeline ul li a,
#timeline ul li a:link,
#timeline ul li a:visited
{
	text-decoration: none;
	color: #fff;
	background: transparent;
}

#timeline ul li a:hover,
#timeline ul li a:active
{
	text-decoration: underline;
	color: #AB1B1A;
	background: transparent;
}

#timeline ul li a.current,
#timeline ul li a:link.current,
#timeline ul li a:visited.current
{
	color: #AB1B1A;
	background: transparent;
}
