@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	}
	
a {
	color: #00afee;
	text-decoration:none;
	}

html, body, #container { 
	height: auto !important;
	}

body {
	background-color: #000000;
	background-image:url(images/erfbg.jpg);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	color:#FFFFFF;
	}

table {
	color:#ffffff;
	align:center;
	width:auto;
	}
	
td h1 {
	color:#ffffff;
}
	
#headercontainer {
	width: 100%;
	position: fixed;
	text-align: center;
	top: 0px;
	left: 0px; 
	clear: both;
	margin: 0 auto;
	}

#header {
	text-align: center;
	height: 8em;
	width: 750px;
	margin-left: auto;
	margin-right:auto;
	vertical-align:middle;
	background-image:url(images/contentbg.png);
	}
	
#header h1 {
	font-size:3.45em;
	font-weight:bold;
	color:#FFF;
	}
	
#topnav {
	text-align: center;
	height: 1.6em;
	background-color: #000;
	width: 750px;
	margin-left: auto;
	margin-right:auto;
	border-top:solid 1px #111111;
	border-bottom:solid 1px #111111;
	
	}	

#container {
	width: 750px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 9.6em;
	padding-bottom: 1.6em;
	height: 100%;
	}
	
#content {
	text-align: center;
	min-height: 100%;
	height: 100%;
	margin:0px auto;
	padding:10px;
	background-image:url(images/contentbg.png);
	}
	
#content h1 h2 {
	text-align:right;
	color: #FFFFFF;
	}

/* IE */
* html #content {
    height: 100%;
}
	
#footercontainer {
	width: 100%;
	position: fixed;
	text-align: center;
	bottom: 0px;
	left: 0px; 
	clear: both;
	margin: 0 auto;
	}
	
#footer {
	border-top:solid 1px #111111;
	text-align: center;
	height: 1.6em;
	background-color: #000;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px absolute;
	}
		
h1, h2, h3 {
	color: #000000;
	}

p {
	text-align: left;
	}
	
ul {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	white-space: nowrap;
	text-align:center;
	}

li {
	list-style-type: none;
	display: inline;
	font-size:.9em;
	text-align:center;
	font-weight: bold;
	line-height:1.7em;
	text-transform: uppercase;
	}

li a {
	text-decoration: none;
	color: #00afee;
	}
	
li a:link {
	color: #FFF:
	}
	
li a:visited {
	color: #CCC;
	}

li a:hover {
	color: #FFF;
	}
	
li .spacer {
	padding-right: 2px;
	}