body {
  background-color: #FFFFFF;
  background-image: url(../img/bluegrad_short.gif);
  background-position: 0px 0px;
  background-repeat: repeat-x;
  background-attachment: fixed;
  color: #333;
  font-family: "Trebuchet MS", sans;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
  text-shadow: 0 1px 0 #fff;
}

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

a:hover {
  text-decoration: underline;
}

a:active {
  color: #769945;
}

h1,h2 {
  margin: 0;
}

h1 {
  color: #005580;
  font-size: 2em;
  line-height: 1em;
  padding-bottom: 8px;
}

h2 {
  color: #005580;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.2em;
}

#header {
  background-image: url(../img/grass_tile.gif);
  background-repeat: repeat-x;
  height: 34px;
  width: 100%;
}

#header img {
  border: none;
}

#bar {
  background-image: url(../img/bar.gif);
  background-repeat: repeat-x;
  height: 6px;
}

#horizon {
  background-attachment: fixed;
  background-image: url(../img/clouds.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 20px;
  text-align: center;
  width: 100%;
}

#box {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  width: 780px;
}


#box p {
  padding: 0;
  margin: 0 0 10px 0;
  text-align: left;
  font-size: .9em;
}

#footer {
  clear: both;
  color: #999999;
  font-size: .8em;
  line-height: 1.5em;
  padding-top: 20px;
  padding-bottom: 4px;
  text-align: center;
  width: 100%;
}

#footer p {
  margin: 0;
  padding: 0;
}

#footer p.copyright {
  color: #000;
}
