* { padding:0; margin:0; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	font-weight: bold;
}
a:link, a:visited, a:active {
	color: #FFFFFF;
}
a:hover {
	color: #FF0000;
}
ul,ol { list-style:none }
a img, :link img, :visited img { border:none }
q:before, q:after, blockquote:before, blockquote:after { content: ""; }
html, body {
	overflow: auto;
	height: 100%;
}
body {
	background-color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #FFFFFF;
}
strong {font-weight: bold;}
h1 {
	font-family: monospace;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1em;
	padding-bottom: 0.6em;
	text-transform: uppercase;
}
p {
	margin-top: 0.6em;
	padding-top: 0.6em;
}
p img {
	float: left;
	margin-right: 5px;
}
#wrapper {
	text-align: left;
	margin-left: 20px;
	margin-top: 1.6em;
}
#background {
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 1;
	height: 100%;
	width: 100%;
}
#content {
	width: 600px;
	z-index: 2;
	position: relative;
	margin-left: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
}
#header {}
#logo {}
#menu {}
#menu ul {}
#menu ul li {}
#menu ul li a {}
#menu ul li a.current {}
#page-container {width: 2800px;}
#page-container div {display:block; float:left; display: inline; margin-right: 20px;}
#side-nav { width: 300px; }
#footer { clear: both; }
#metalinks {}
.row600 {width: 600px;}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
* html .clearfix {height:1%;}
.clearfix {display:inline-block;}
.clearfix {display:block;}