@charset "UTF-8";
#header_wrapper {
	display: block;
	background-color: #000;
}
#header_container {
	display: block;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	z-index: 2;
}
#header {
	height: 100px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #000;
}
#header_logo {
	position: absolute;
	height: 115px;
	width: 500px;
	top: -45px;
	z-index: 2;
	padding-top: 30px;
	left: 250px;
}
#header_tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	color: #373D41;
	font-weight: normal;
	text-align: right;
	line-height: 24px;
	height: 70px;
	width: 410px;
	float: left;
	position: absolute;
	left: 590px;
	margin-top: 50px;
}
#nav_top_wrapper {
	display: block;
	height: 40px;
	width: 100%;
	background-color: #FFF;
}
