h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #214971 url("images/bck-gradient.gif") repeat-x;
}
#page {
  text-align: left;
  margin: 0 auto;
  width: 804px;
  background: url("images/bck-page.gif");
  border: 1px solid black;
}
#header {
  background: url("images/balloon.jpg") no-repeat bottom;
  padding-bottom: 298px;
}
#header h1 {
  width: 804px;
  height: 72px;
  overflow: hidden;
}
#content {
  float: left;
  width: 548px;
  min-height: 300px;
  margin-left: 17px;
  padding: 8px;
  padding-top: 38px;
  background: url("images/vision_action_results.gif") no-repeat;
  color: black;
  font-family: "Trebuchet MS", "Verdana", "Helvetica", "Arial", sans-serif;
  font-size: .8em;
  letter-spacing: 1px;
}
#content h1 {
  color: #5841BC;
  font-family: "Georgia", "Times", "Times New Roman", serif;
  font-size: 2em;
  letter-spacing: 1px;
}
#content h2 {
  background: #FBF4B8;
  font-family: "Georgia", "Times", "Times New Roman", serif;
  color: #5841BC;
  font-size: 1.6em;
  letter-spacing: 1px;
  line-height: 1.5em;
  margin-top: 30px;
  padding: 0 10px;
  border-top: 1px solid #E78400;
  border-bottom: 1px solid #E78400;
}
#content h3 {
  color: #5841BC;
  font-family: "Georgia", "Times", "Times New Roman", serif;
  font-size: 1.6em;
  letter-spacing: 1px;
}
#menu {
  float: right;
  width: 223px;
  text-align: left;
}
#menu,
#menu a {
  color: white;
  font-family: "Trebuchet MS", "Verdana", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
#menu a:hover,
#menu a:active {
  text-decoration: underline;
}
#menu ul,
#menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#menu li {
  padding: 5px;
  padding-left: 18px;
  border-bottom: 1px solid black;
}
#footer {
  background: url("images/bck-orange.gif");
  padding: 17px;
  color: white;
  font-family: "Trebuchet MS", "Verdana", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
}

.cleaner {
  clear: both;
}

