body {
  background: #BCE0A8 url(images/bg.jpg) top center repeat-y;
  color: #000000;
  font: 0.75em "Trebuchet MS", verdana, arial, sans-serif;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  text-align: left;
}

#wrapper {
  background: #ffffff;
  border: 0px solid green;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 780px;
}

#title {
  text-align: right;
  width: 770px;
}

#title h1 {
  color: green;
  font-size: 1.6em;
  letter-spacing: 4px;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
}

#title h3 {
  color: #b29b35;
  padding: 0 10px 10px 10px;
  text-align: left;
}

#header {
  height: 300px;
  width: 770px;
}

.container {
  height: 35px;
  margin: 20px 0 10px 5px;
  width: 770px;
}

#navCircle {
  border-bottom: 1px solid #b2d094;
  margin: 0;
  padding: 0 0 20px 10px;
}

#navCircle li {
  display: inline;
  list-style-type: none;
  padding: 0;
}

#navCircle a:link, #navCircle a:visited {
  color: #457c05;
  float: left;
  font-size: 1.3em;
  padding: 0 20px 15px 20px;
  text-align:center;
  text-decoration: none;
}

#navCircle a:link.active, #navCircle a:visited.active {
  color : #000000;
}

#navCircle a:hover {
  background : url(images/arrow.gif) no-repeat bottom center;
}

#content {
  border-right: 1px solid #b2d094;
  float: left;
  margin-left: 11px;
  margin-top: 0;
  padding: 5px;
  width: 560px;
}

#content p {
  padding: 0 20px;
}

#right-col {
  margin: 5px 0 0 590px;
  padding: 3px;
  text-align: center;
  width: 175px;
}

#right-col h2 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 20px 0;
}

#footer {
  background: #4b692d;
  color: #ffffff;
  font: 0.9em "Trebuchet MS", verdana, arial, sans-serif;
  margin: 50px 0 0 0;
  padding: 5px;
}

#footer a:link, #footer a:visited {
  color: #b2d094;
}

#footer a:hover {
  color: #ffffff;
  text-decoration: none;
}

h2 {
  color: green;
  font-size: 1.4em;
  letter-spacing: 5px;
  margin: 20px;
  text-transform: uppercase;
}

h3 {
  color: green;
  font-size: 1.2em;
  letter-spacing: 5px;
  margin: 5px;
}

blockquote {
  color: #b29b35;
  font-style: italic;
  font-weight: bold;
}

a img {
  border: none;
}

a:link, a:visited {
  color: #457C05;
  text-decoration: none;
}

a:hover {
  color: #666666;
  text-decoration: underline;
}

ul.side {
  color: #457C05;
  list-style-type: square;
  margin: 0;
  padding: 0;
  text-align: left;
}

.side li {
  margin-left : 2em;
  padding-left : 0.2em;
}

