
#container_header{
	background-image: url(http://www.bluejam.com/images/backheader.gif);
	background-repeat: repeat-x;
	height: 67px;
	width: 100%;
	display: block;
}

#header{
	margin: auto;
	width: 837px;
}

#header h1{
	text-align: right;
	display: block;
	font-size: 15px;
	color: #999999;
	padding-top: 8px;
}

#header h1 span{
	float: left;
	color: #FFFFFF;
}

#header h1 a{
	color: #09F;
	text-decoration: none;
}

#header h2{
	font-size: 11px;
	color: #999999;
	display: block;
	padding-top: 18px;
	text-transform: uppercase;
}

#header a:hover{
	color: #FFF;
}