body {
  text-align: center;
  background-color: #00438c;
  background-image: url(./images/bg.jpg);
  margin: 22px 0px 0px 0px;
  font-family: Arial;
  }

#container {
  margin: 0 auto;
  width: 690px;
  text-align: left;
 }
 
 #header {
 	width: 690px;
	padding: 0px;
	margin: 0px;
 }
 
 #logo {
 	background-image: url(./images/logo.jpg);
	width: 303px;
	height: 136px;
	float: left;
 }
 
 #utility {
 	width: 387px;
	background-image: url(./images/utility-bg.jpg);
	height: 136px;
	float: right;
 }
 
 img {
 	border: 0px;
}

#content  {
 border-right: 3px solid #e6b415;
 border-left: 3px solid #e6b415;
 width: 684px;
 background-color: #fff;
}

content, p {
	margin-left: 30px;
	margin-right: 30px;
	color: #4a484a;
	font-size: 12.5px;
	line-height: 20px;
}

#footer {
	text-align: right; 
	font-size: 10px;
	color: #004990;
	margin-right: 30px;
	padding-bottom: 50px;
	padding-top: 100px;
}

#home-banner {
	background-image: url(./images/home-banner.jpg);
	width: 684px; 
	height: 242px;
}

h1 {
	font-family: Arial; 
	font-size: 20px;
	color: #004990;
}

h1#home {
	margin-left: 30px;
}