body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  background-color: #e2ebed;
}

#container {
  background: url(images/background.jpg) top left repeat-y;
  width: 800px;
  margin: 0;
  padding: 10px 0 0 0;
}

#header {
  background: url(images/head-bg.jpg) top left no-repeat;
  margin: 0 0 0 25px;
  padding: 0;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 126px 0 0 460px;
}

#nav li {
	float: left;
	padding: 0 0 0 15px;
	margin: 0;
	font-weight: bold;
}

#nav a:link, a:active, a:visited {
	text-decoration: none;
	color: #000000;
}

#nav a:hover {
	text-decoration: none;
	color: #024e7c;
}

#footer {
	background: url(images/footer.jpg) top left no-repeat;
	width: 800px;
	height: 50px;
 	margin: 0;
}

#footer p {
	font-size: 10px;
	text-align: right;
	padding: 10px 75px 0 0;
	margin: 0;
}

#content {
	padding: 25px;
}

#content img {
	margin: 0 50px 0 50px;
}

h1 {
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 14px 25px;
	text-align: left;
}

p {
	line-height: 14px;
	margin: 14px 0 0 25px;
	padding-right: 300px;
	text-align: left;
}