
/* Template Design  */
body {
width:auto;
height:auto;
background: #000000;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
color:white;
}

A:link, A:visited{

color:#white;
text-decoration:underline;

}

A:active {

color:#0bb4f3;
text-decoration:underline;
}


A:hover{

color:#cccccc;
text-decoration:none;
}




#header{
	
	margin-left:auto;
	margin-right:auto;
	width: 1020px;
	background-color:#181818;
}

/*Logo and navigation at absolute top of page*/

#header .logo{
	
	position:absolute;
	display:block;
	z-index:2;
	top:10px;
}

#header .bannertop{
	height:100px;
	background-image: url(sepLineIm.jpg);
	background-repeat: repeat-x;
}

/*The navigation block */

#headRight{

	float:right;
	display: inline;
	margin-top:74px;
	width: 480px;
}

/*
Contains all of the center section content
*/
#content { 
	
	background:#181818;
	width:1020px;
	height:1070px;
}


#footer {

     margin-left:auto;
     margin-right:auto;
     width: 1020px;
     height:97px;
     background: #111111;
     padding-top:1px;
}

.footerbg{

     height:95px;
     font-size:12px;
     color:#ffffff;
}

#footerLogo{

     float:left;
}

#copyright{

     margin-top:40px;
     padding-right:25px;
     text-align:right;
}


/*
Helpers
*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.alignright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.alignleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}

a img {
border:0px;
}






/* Breakers */

#hRule{
	height:2px;
	background: #666666;
	width:960px;
	top:105px;
	position:absolute;
}

#hRule2{
	height:2px;
	background: #000000;
	width:960px;
	top:440px;
	position:absolute;
}

#hRule3{
	height:2px;
	background: #666666;
	width:960px;
        top:443px;
	position:absolute;
}