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;
	background:rgb(0,0,0);
	}

#slideshow{
	margin:0px auto;
	width:100%;
	position:relative;
	padding:30px 0px 15px;
	}
	
#myFlashContent{
position:relative;
margin-top:25px;
padding-bottom:45px;
left:75px;
}


.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;
	}
	
