/* CSS Document */

/*#gradient_header {
	background:#fff url(../images/header_grad.png) repeat-x top left;
	height:88px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
*/
#header {
	position:relative;
	z-index:100;
}

#header_wrapper {
	width:1000px;
	margin:0px auto;
}

#logo {
	display:inline;
	float:left;
	margin:30px 0 0 0;
	padding-left:20px;
}

#subheader_inner {
	width:900px;
	margin:0px auto;
}

#subheader {
	background:#c5a572;
	height:94px;
	width:100%;
}

#header_holder {
	width:205px;
	height:94px;
	float:left;
	background:#c5a572;
	margin-left: -50px;
}

#subhead_img {
	float:left;
}