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