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-top:15px;
	background-color:rgb(0,0,0);
	background:rgba(0,0,0,.75);
}
#left {
	width:40%;
	padding-top:1px;
	padding-bottom:10px;
	}

#right {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width:60%;
	}

#blockOne table{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	position:relative;
	left:90px;
	padding-top:15px;
	border:none;
	}

.tbllft{
	text-align:right;
	}

#blockOne table td{
	padding:3px 3px;
	}

#blockOne h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:rgb(112,234,4);
	text-transform:uppercase;
	position:relative;
	left:75px;
	padding-top:5px;
	}

#blockOne h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:rgb(141,141,141);
	text-transform:uppercase;
	position:relative;
	left:100px;
	margin-bottom:-5px;
	padding-bottom:0px;
	}

#blockOne h4{
	font-size:12px;
	text-transform:uppercase;
	color:rgb(141,141,141);
	padding:0px;
	margin-bottom:-5px;
	margin-top:5px;
	position:relative;
	left:100px;
	}

#blockOne ul{
	list-style:inside;
	position:relative;
	left:75px;
	}

#blockOne #right ul{
	list-style:none;
	}

#blockOne ul li, #blockOne ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	line-height:25px;
	text-decoration:none;
	}

#blockOne p{
	font-size:12px;
	font-style:italic;
	color:#FFFFFF;
	position:relative;
	left:100px;
	}


#blockTwo{
	background:rgb(0,0,0);
	background:rgba(0,0,0,.75);
	margin-top:0px;
	position:relative;
	padding:25px 0px 20px;
	border-bottom:3px double #CCCCCC;
	}

#blockTwo a{
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:10px;
	}

#blockTwo img{
	vertical-align:middle;
	}

#blockTwo #schedule{
	display:inline;
	position:relative;
	float:left;
	width:40%;
	left:75px;
	}

#blockTwo #schedule p{
	text-indent:-20px;
	position:relative;
	float:right;
	right:50px;
}

#blockTwo #schedule p.two{
	right:40px;
}

#blockTwo #policy{
	position:relative;
	float:left;
	width:60%;
	left:75px;
	}	
	
#blockThree{
	width:100%;
	background:rgb(0,0,0);
	background:rgba(0,0,0,.75);
	padding-top:20px;
	padding-bottom:20px;
	}

#blockThree h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:rgb(112,234,4);
	text-transform:uppercase;
	position:relative;
	left:75px;
	padding-top:5px;
	}

#blockThree h3{
	font-size:14px;
	color:#FFFFFF;
	text-transform:uppercase;
	position:relative;
	left:90px;
	}

#blockThree p, #blockThree h4{
	font-size:14px;
	color:#FFFFFF;
	position:relative;
	left:100px;
	padding-right:135px;
	}

#blockThree h4{
	color:#999999;
	font-style:italic;
	margin-top:-5px;
	}

#blockThree p a{
	text-decoration:none;
	font-size:12px;
	color:#333333;
	font-style:italic;
	}

#blockThree p a:hover{
	color:#666666;
	}

.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;
	}
	
