body {
  font-family: arial, verdana, sans serif;
  margin: 0;
  padding: 0
}
#header {
  background-color: brown
}
#header h1 {
  margin: 0 0.5em 0 0;
  padding: 0.5ex 0.5em;
  font-size: 300%;
  color: yellow;
  background: url(heading.jpg) right center no-repeat
}
#header ul {
  margin: 0;
  padding: 0 1em;
  background-color: #0000FF;
  border-top: 1px solid yellow;
  border-bottom: 1px solid black
}
#header li {
  list-style: none;
  display: inline;
  margin: 0 0.1em;
  padding: 0 2em;
  background-color: #0000CC;
  border-left: 1px solid black;
  border-right: 1px solid black
}
#header a {
  color: white
}
#body {
  min-height: 60ex;
  height: auto !important;
  height: 60ex;
  padding: 1ex 1em;
  background-color: white;
  color: black
}
#body a {
  color: black
}
#footer {
  background-color: brown;
  border-top: 3px yellow solid;
  color: white;
  font-size: 80%;
  padding: 0.5ex 1em
}
#footer #contact {
  float: right
}
#footer a {
  color: white
}
a {
  font-weight: bold;
  text-decoration: none
}
a:hover {
  text-decoration: underline
}
