body {
  background-color: #e0e0e0;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  text-align: center;
}

#container {
	width: 800px;
	margin: 0 auto;
  background: #f0f0f0; 
	border-bottom: 1px solid #b5b5b5;
}

#header {
  text-align: center;
  color: #ffffff;
	padding: 10px;
}

#nav {
	display: block;
	position: relative;
	width: 164px;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
  background: #f0f0f0;
}

#nav ul {
	display: block;
	position: relative;
	width: 164px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li a, #nav ul li a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 164px;
	height: 25px;
	border-bottom: 1px solid #b5b5b5;
	text-decoration: none;
	color: #004680;
	font: 12px/25px "Lucida Grande", Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 15px;
}

#nav li a:hover, #nav ul li a:hover {
	background-color: #e1e1e1;
}

#nav ul li a {
	text-indent: 20px;
}

#main {
	padding: 10px;
}

.footer {
  color: gray;
  font-size: 11px;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  line-height: 15px;
  text-align: center;
}

.footer a {
  color: #fff;
}

.footer a:visited{
  color: #fff;
}

