div#header_bg {

	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:75px;
	padding:4px 4px 0 15px;
	background:#343536;
	border-top:2px solid black;
	border-bottom:2px solid #ADABA5;

}

div#header {

	position:relative;
	top:5px;
	height:75px;
	width:877px;
	margin:5px auto;

}

div#header_title {

	font-size:1.5em;
	float:none;		
	font-size:2.5em;
	color:white;

}

div#header_right{

	float:left;
	margin-top:30px;
	width:100%;
	padding-bottom:10px;
	border-bottom:1px dashed #ADABA5;
}

div#header_login {

	font-size:12px;
	width:877px;

}

div#header_links {

	float:left;
	vertical-align:bottom;

}

div#header_links li, #header_links a {

	list-style:none;
	float:left;
	margin-right:15px;
	vertical-align:bottom;
	font-size:1.2em;
	display:inline;	

}