/*Header css stuff*/
.header
{
	background-color:#000000;
	
	border-bottom:1px solid #b7010e;
}

/*center the header div*/ 
.header div
{
	width:960px;
	margin:0 auto;
} 

.header h1 
{
	position:relative;
	top:20px;
	display: block;
	width: 420px;
	height: 63px;
	text-indent: -9999px;
	background: transparent url('rnl_logo.png') no-repeat 0 0;
}