body {
  font-family: tahoma,helvetica,arial,sans-serif;
  text-align: center;
  font-size: 11px;
  color: #330000;
}
html, body, #wrapper, #nav, #nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}

h5{
border-top: 1px solid #880000; padding-top: 20px;
}
#wrapper {
  margin: auto;
  text-align: left;
  width: 800px;
  position: relative;
  background-color: white;
  top: 10px;
}
body {
  background: #333 none repeat scroll 0% 50%;
}
#wrapper {
	border: 0px solid #333;
	background: #ccc;
	width: 800px;
}
#nav li {
  border-left: 1px solid white;
  float: left;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  width: 159px;
  font-weight: bold;
  text-align: center;
  font-size: 11px;
}
#nav li.first {
  border-left: medium none;
  width: 160px;
}
#nav a {
  padding: 2px 0;
  background: #880000 none repeat scroll 0% 50%;
  color: #ffffff;
  display: block;
  text-decoration: none;
  width: 100%;
}
#nav a:hover {
  background: #ff8c00 none repeat scroll 0% 50%;
}
#footer {
  padding: 8px 0;
  background: #880000 none repeat scroll 0% 50%;
  color: #ffffff;
  text-align: center;
}
#footer a {
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}
#footer a:hover {
  color: #ffd700;
}

