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;
}
#left {
	width: 500px;
	background-color:rgb(0,0,0);
	background:rgba(0,0,0,.3);
	padding:15px 25px;
	border-bottom:1px solid #CCCCCC;
	}

#right {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 300px;
	background-color:rgb(0,0,0);
	background:rgba(0,0,0,.3);
	text-align:center;
	border-bottom:1px solid #CCCCCC;
	}

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

#right img{
	padding:25px 0px;
	}

#blockTwo{
	background:rgb(0,0,0);
	background:rgba(0,0,0,.3);
	margin-top:15px;
	}
	
.pictures{
	position:relative;
	float:left;
	width:300px;
	top:10px;
	left:150px;
	margin-top:15px;
	margin-bottom:25px;
	}

.bios{
	position:relative;
	float:left;
	width:400px;
	text-align:left;
	left:50px;
	top:10px;
	margin-top:15px;
	margin-bottom:25px;
	}
	
.hrule{
	position:relative;
	left:-15px;
	visibility:hidden;
	}	

h2{
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:bold;
	color:rgb(112,234,4);
	text-transform:uppercase;
	position:relative;
	margin:20px 0px 0px;
	left:100px;
	text-align:left;
	letter-spacing:3px;
	}

h1{ /*person's name*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:rgb(250,250,250);
	display:inline;
	}
	
h3{ /*person's title*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:rgb(245,72,150);
	font-weight:lighter;
	margin-top:0px;
	}
	
.bios p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:rgb(250,250,250);
	}
	
	
	
	
	

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