html {
 padding: 0;
 margin: 0;
}

body {
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 16px;
	margin: auto 0;
	padding: 0;
	text-align: center;
}

.header h1 {
	margin: 0;
}

.container { 
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

.header {
	background: #00477d;
	height: 300px;
	width: 100%;
}

.masthead {
	background: url('header.png') no-repeat #00477d;
	height: 300px;
}

.masthead .logo {
	text-indent: -9999px;
}

.masthead .contact-info {
	color: #fff;
	float: right;
	font-size: 1.1em;
	position: relative;
	top: -25px;
}

.contact-info a {
	color: #fff;
	text-decoration: none;
}

.contact-info p {
	margin-bottom: 50px;
}

.contact-info .phone {
	color: #ebb41c;
}

