header {
	padding-top: 2%;
	width: 100%;
	height: 350px;
	text-align: center;
	width: 100%;
}

#header_title_image {
	width: 40%;
}

h1 {
	font-size: 12pt;
	padding: 1% 10%;
}

#header_images {
	width: 84%;
	padding: 0% 8%;
	height: 171px;
	display: block;
}

#header_images img {
	height: 171px;
	float: left;
}

header hr {
	width: 84%;
	margin: 10px 8%;
	border: none;
	height: 20px;
	background-color: black;
}