
#header{
	
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	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;
	width: 480px;
}

/*
Login or Register 
*/

#loginRegis{

	float:right;
	padding-right:12px;
	padding-top: 10px;
}

/*
The main navigation options 
*/

#headRightBelow{

	position:absolute;
	top:80px;
	right:30px
}


/* Breakers */

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

#hRuleBanner{
	height:2px;
	background: #666666;
	width:960px;
	top:588px;
	position:absolute;
}

#hRuleGallery{
	height:2px;
	background: #666666;
	width:960px;
	top:290px;
	position:absolute;
}

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

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