body {
  background: #47541c;
  font-family: Helvetica, Arial, sans-serif;
  width: 800px;
  margin: auto;
}
h1,h2 {
  text-align: center;
}
a:link,a:visited {
  color: #47541c;
}
a:active,a:hover {
  color: #000099;
}
#header {
  background: #f8f8e0;
  /* width: 800px; */
  margin: auto;
  text-align: center;
}
#header h1 {
  margin-top: 5px;
  margin-bottom: 0px;
}
#header h2 {
  margin-top: 0px;
  margin-bottom: 5px;
}
#content {
  background: #f8f8e0;
  padding-top: 10px;
}
#left {
  float: left;
  width: 330px;
  padding-left: 5px;
}
#left h3 {
  margin-top: 15px;
}
#right {
  margin: 10px 0px 3px 10px;
  padding-right: 10px;
  width: 430px;
  float: right;
}
#right img {
  border: 5px solid #663300;
  /* padding is space between image and border: */
  padding: 10px;
  /* margin is space outside border: */
  margin: 10px 0px 3px 10px;
  float: right;
}
#right p {
  width: 410px;
  margin-top: 3px;
  margin-left: 5px;
  float: right;
}
div.spacer {
  clear: both;
}
#footer {
  background: #f8f8e0;
  text-align: center;
  font-size: smaller;
  margin-top: -20px;
}
/* IE6 fix below stops switch to body background (47541c) after visiting a link: */
#footer p {
  background: #f8f8e0;
}
