*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {margin:0;padding:0}

html,body {
	background:#2D4159;
	overflow: auto;
}

#header_wrap {
	position: relative;
	top: 0px;
	background:#ffffff;
	width: 100%;
	text-align: center;
}

#header_content {
	width: 75%;
	margin: 0 auto;
	padding: 3% 0 3% 0;
}

#header_image {
	position:relative;
	margin: 0px;
	width: 100%;
	background-size: cover;
	background-image: url('../img/top_img.jpg');
}

#header_text {
	position:relative;
	font-family: Courier New, Courier, monospace;
	color: #fff;
	text-align: left;
}

#ref_wrap {
	position: relative;
	top: 0px;
	background-image: url("../img/hr1.png");
	background-repeat: repeat-x;
	background-color: #d3ecf5;
	width: 100%;
	min-height: 400px;
	text-align: center;
}

#ref_content {
	width: 80%;
	margin: 0 auto;
	font-family: Courier New, Courier, monospace;
	color: #333;
	font-size: 1.5em;
}

.ref-headline {
	color: #333;
	font-family: 'PT Sans';
	font-size: 1.8em;
}

#footer_wrap {
	position: relative;
	top: 0px;
	background-image: url("../img/hr2.png");
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
}

#footer_content {
	width: 100%;
	padding: 30px 0 40px 0;
	margin: 0 auto;
	color: #ccc;
	font-family: 'PT Sans';
}

#footer_content a {
	text-decoration:none;
	color: #ccc;
}

#footer_content a:hover {
	color: #d3ecf5;
}

#footer_content a:visited {
	color: #ccc;
}

#footer_content a:visited:hover {
	color: #d3ecf5;
}

#footer_content a:active {
	color: #ccc;
}