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:99;} /*---this makes this layer ontop, above the menu layer-------*/

#header ul.portfolio{
	position:relative;
	padding:0px 0px;
	margin:0px;
	list-style:none;
	width:859px;
	}

.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;
	border-bottom:1px solid #CCCCCC;
}

#left{
		float:left;
		position:relative;
}

#left.intro{
	width: 525px;
	background-color:rgb(0,0,0);
	background:rgba(0,0,0,.3);
	padding:15px 25px;
	
	}
	
#left.intro p{
	font-size:18px;
	color:#FFFFFF;
	}

#right{
	position:relative;
	width: 275px;
	background-color:rgb(0,0,0);
	background:rgba(0,0,0,.3);
	
	float:right;
	padding-top:20px;
	}

#right.announcements h2{
	font-weight:bold;
	color:#FF0099;
	font-size:16px;
	text-transform:uppercase;
	text-align:center;
	}

#right.announcements h3, h4{
	text-transform:uppercase;
	font-size:14px;
	font-weight:normal;
	color:#FF0099;
	margin:5px 0px 5px;	
	padding:0px 25px
	}
	
#right.announcements h4{
	color:#FFFFFF;
	padding-bottom:15px;
	text-transform:none;
	}

#blockTwo{
	padding-top:15px;
	position:relative;
	border-bottom:1px solid #CCCCCC;
	}

#left.news{
	width: 525px;
	background-color:rgb(0,0,0);
	background:rgba(0,0,0,.3);
	padding:15px 25px 35px;
	}

#blockTwo h2{
	background:url(images/news_heading.gif) no-repeat;
	text-indent:-9999px;
	}

#blockTwo h3, #blockThree h3{
	font-size:16px;
	text-transform:uppercase;
	color:#FF0099;
	margin-bottom:0px;
	}

#blockTwo p{
	font-size:14px;
	color:#FFFFFF;
	margin-top:0px;
	}

#blockTwo ul{
	color:#FFF;
	margin-top:-5px;
	line-height:20px;
	}

#blockTwo a{
	color:#CCC;
	text-decoration:none;
	}

#blockTwo a:hover{
	color:#FFF;
	}
	
.payment{
	
	width: 275px;
	background-color:rgb(0,0,0);
	background:rgba(0,0,0,.3);
	text-align:center;
	}

#right.payment img{
	border:none;
}

#right.payment img.gallery{
	margin:20px -25px 0px;
	}

#blockTwo #right.payment h4{
	font-size:12px;
	color:#FFFFFF;
	text-transform:none;
	text-align:center;
	margin-top:10px;
	}

#pay{
	position:relative;
	margin-top:15px;
	}

hr{
	border:0px;
	width:100%;
	color:#333333;
	background-color:#333333;
	height:2px;
	margin-top:18px;
	}

#blockThree{
	width:789px;
	padding:10px 35px;
	background-color:#000000;
	padding-top:10px;
	}

#blockThree p{
	font-size:14px;
	color:#FFFFFF;
	line-height:18px
	}

#blockTwo #right.payment a{
	font-size:14px;
	}

#blockTwo #right.payment a:hover{
	font-size:14px;
	color:#ff0099;
	}

#blockThree ul, #blockThree ul li a{
	list-style:inside circle;
	font-size:14px;
	color:#FFFFFF;
	line-height:20px;
	text-decoration:none;
	font-style:italic;
	}

#blockThree ul li a:hover{
	color:#666666;
	font-style:normal;
	}

#blockThree p a{
	color:#CCC;
	text-decoration:none;
	}

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

.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;
	position:relative;
	left:-25px;
	}

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