body {
  background: white url("../images/background.gif") top left repeat-x;
  text-align: center;
  margin: 0; padding: 30px;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
  border-top: solid #369 10px;
}

a img { border: none; }
a:focus { outline: none; }

#main {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 800px;
  text-align: left;
}

h1 {
  margin: 0 0 10px 0;
  padding: 0;
}
h1 a {
  color: black;
  text-decoration: none;
  border-bottom: #333 dotted 1px;
}
h1 a:hover {
  border-bottom: #036 solid 1px;
  color: #036;
}

h2 {
  margin: 0 0 20px 0;
  padding: 0;
  color: #369;
}

#footer {
  clear: both;
  margin-top: 50px;
  text-align: center;
  font-size: 70%;
  color: #666;
}
#footer p { margin: 5px 0 }
#footer a { color: #333 }
