/* CSS Document */

/* Main Elements */

body {
	background-color:#000000;
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	}
	
p {
	font-size: .7em;
	}
	
h1 {
	font-size: 1.2em;
	color: #FE2F2F;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 0px 5px 0px;
	}

h2 {
	font-size: 1em;
	color: #FE2F2F;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 20px 0px 1px 0px;
	}
	
h3 {
	font-size: .8em;
	color: #FE2F2F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h4 {
	font-size: .8em;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
		
h6	{
	font-size: .9em;
	color: #CC0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
li {
	font-size: 1em;
	}
	
em {
	font-weight: bold;
	color: #FF9900;
	}

td a {
	color: #FE2F2F;
	font-size: 1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
	
#tableID	{
	height: 600px;
	overflow: auto;
	}
	
		

/* Divs */

#wrapper {
	background-color:#000000;
	width:800px;
	height: 1024px;
	margin: auto auto;
	text-align:left;
	}
	
#header {
	width: 800px;
	height: 168px;
	background-image:url(../images/banner.jpg);
	}
	
#linkstop {
	width: 800px;
	height: 28px;
	}
	
#linksbot {
	width: 800px;
	height: 27px;
	}
	
#body {
	width: 800px;
	height: 777px;
	background-image:url('../images/splash_bot_eye.jpg');
	}

#footer {
	width: 800px;
	height: 168px;
	background-image:url(../images/banner.jpg);
	}	