@charset "utf-8";
/* CSS Document */


/* Header */
div.header_wrapper{
	width: 100%;
	height: 375px;
	margin: 0px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
}
div#header_top_wrapper {
	width: 870px;
	height: 105px;
	margin: 0px auto;
}
#header_company_logo {
	width: 34px;
	height: 105px;
	margin: 0;
	float: left;
}
div#header_content {
	width: 870px;
	height: 297px;
	margin: 0px auto;
	overflow: auto;
	background-image: url(../images/header_content_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}
div#header_headline{
	width: 430px;
	height: 297px;
	float: left;
}
div#header_headline h1{
	color: #fff;
	font-size: 22px;
	width: 275px;
	margin: 65px auto 0 auto;
}
div#header_headline h2{
	color: #fff;
	font-size: 16px;
	width: 275px;
	margin: 15px auto 0 auto;
    font-weight: normal;
}
div#header_highlight {
	width: 430px;
	height: 297px;
	float: left;
}