html, body{
	height:100%;
	}

body{
	background:url(images/main_bg.jpg) no-repeat;
	background-position:top left;
	background-color:#080808;
	}

#wrapper{
	width:860px;
	margin:0px auto;	
	min-height: 100%;
	margin-bottom: -235px; /*this is the height of the footer*/
	position: relative;
	}

#header{
	position:relative;
	}

#header hr{
	position:relative;
	top:180px;
	width:859px;
	height:1px;
	background-color:#CCCCCC;	
	}

#logo {
	position:relative; /*----This lets you be able to specify an exact location (x,y) for the div to fall in relation to partent element, or header div in this case----*/
	top:75px; /*----This is where it falls in relation to the parent element, which in this case is #header----*/
	left:-85px;
	margin-top:-80px; 
	z-index:50;} /*---this makes this layer ontop, above the menu layer-------*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
	
#content{
	font-family:Arial, Helvetica, sans-serif;
	width:859px;
	}
	
#blockOne {
	position: relative;
	margin:0px auto;
	width:100%;
	background-color:rgb(0,0,0);
	background:rgba(0,0,0,.3);
}

#left {
	width:700px;
	padding:15px 25px;
	margin:0px auto;
	}

#left h2{
	font-size:16pt;
	color:rgb(112,234,4);
	font-weight:normal;
	text-transform:uppercase;
	}

#left h3{
	font-size:18px;
	color:rgb(227,35,121);
	font-weight:bold;
	position:relative;
	left:25px;
	margin:0px;
}

#left p{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	position:relative;
	left:25px;
	}

#left ul{
	position:relative;
	left:45px;
	}

#left ul li{
	color:#fff;
	line-height:24px;
}

#left p.question{
	position:relative;
	left:40px;
}

#blockOne #left p em.other{
	text-decoration:none;
	font-weight:lighter;
	font-size:15px;
	top:10px;
	position:relative;
	}

#left p a{
	font-style:italic;
	color:#CCCCCC;
	text-decoration:none;
	}

#left p a:hover{
	color:#333333;
	}

#blockOne #left p em{
	text-decoration:underline;
	}

#left p.indent{
	text-indent:25px;
	}

.clearfooter {
height: 235px;
clear: both;
}

#footer{
	height:235px;
	position:relative;
	border-top:10px solid #70ea04;
	background-color:#292829;
	margin-top:15px;
	}

#footIn{
	margin:0px auto;
	width:860px;
	}

#footIn h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	text-transform:uppercase;
	}

#footIn ul{
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	list-style-position:outside;
	text-indent:-30px;
	}
	
#footer ul li a, #footer h4 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	text-decoration:none;
	}

#footer ul li a:hover, #footer h4 a:hover{
	color:#999999;
	font-style:italic;
	}

#footAbt, #footClass, #footReg, #footComp, #footCont{
	float:left;
	height:100px;
	margin-top:25px;
	border-right:3px double #333333;
	}

#footAbt {
	width:80px;
	margin:25px 20px 10px 45px;
	}

#footClass {
	width:125px;
	margin:25px 20px 10px;
	}

#footReg {
	width:170px;
	margin:25px 20px 10px;
	}

#footComp {
	width:150px;
	margin:25px 20px 10px;
	}

#footCont {
	width:90px;
	margin:25px 20px 10px;
	border:none;
	}

#footBottom{
	border-top:5px double #212121;
	}

#footBottom p{
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	}

#footBottom p.copy{
	font-size:8px;
	}

#footBottom a img{
	border:none;
	text-decoration:none;
	}
	
