html, body, .pagewrap {
	height: 100%;
}

body {
	background: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#152a35;
	line-height:22px;
	margin:0; padding:0;
}

.container {
	min-height: 480px;
}


header {
	width: 100%;
	background:url(../img/headerBg.png) center top no-repeat;
	height:116px;
	text-align: center;
}

footer {
	width: 100%;
	position:relative; bottom:0;
	background:url(../img/footerBg.png) 40px 20px repeat-x;
	height:147px;
	text-align:center;
	color:#808284;
	line-height: 15px;
}

footer a, footer a:hover {
	color:#808284;
	}

nav {
	width:100%; 
	height:60px;
	text-align:center;
	text-transform:uppercase;
	}

nav a {
	display: inline-block;
	padding: 0 1em;
	text-decoration: none;
	line-height:60px;
}

a {
	color: #152a35;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #a11d3e;
}



section {
	padding: 50px 30px 50px 30px;
	text-align: center;
	clear: both;
}

section h2 {
	font-size: 2.6em;
	font-weight: 300;
	padding: 4em 0 0.4em;
}

section p {
	font-size: 1.5em;
	line-height: 1.5;
	margin-top: 0;
}

.columns {
	max-width: 900px;
	margin: 0 auto;
	text-align: left;
}

.column {
	width: 50%;
	padding: 0 2em;
	float: left;
}

section img{
    max-width:100% !important;
    max-height:auto !important;
    display:block;
	border:0;
}
