* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  width: 850px;
  margin: 8px auto;
  color: #000;
  font-size: 13px;
  font-family: 'lucida grande',verdana,helvetica,arial,sans-serif;
  background-color: #97ab96;
  background-image: url(../img/site_bg.jpg); 
}

h1 {
  background-image: url(../img/tick-BANNER4.jpg);
  height: 0;
  padding: 203px 0 0 0;
  overflow: hidden;
}

#content {
  background-image: url(../img/bg3.jpg);
  background-repeat: repeat-y;
/*  total width is 850px; */
  width: 558px;
  padding: 0 110px 0 182px;
  color: #434a41;
}

p, dl {
  padding: 0.5em 0 0.5em 0;
}

a {
  text-decoration: none;
  color: #b76d62;
}

a:hover, a:active {
  text-decoration: underline;
}

h2 {
  color: #80907f;
  font-size: 1.4em;
  margin-top: 0.75em;
}

dt {
  font-weight: bold;
  margin-top: 0.25em;
}

dd {
  margin-left: 2em;
}

#mission p {
  text-indent: 2em;
  margin-bottom: 0.25em;
  margin-top: 0;
  padding: 0;
}

#mission h2 {
  margin-bottom: 0.75em;
}

#contact {
  margin-bottom: 1.5em;
  text-align: center;
}

#copyright {
  padding: 2em 0;
  text-align: center;
  font-size: 0.8em;
}