body {
  background-color: #f4ffe4;
  color: #000;
  margin: 0px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: .8em;
}
a {
  color: #036;
  text-decoration: none;
}
a:hover {
  text-decoration: underline; 
}
a[name], a[name]:hover {
  color: inherit;
  text-decoration: none;
}
h1 {
  font-size: 1.4em;
  color: #104203;
}
h2 {
  font-size: 1.2em;
  color: #104203;
}
div#header {
  height: 115px;
  text-align: center;
  background-color: #104203;
}
div#header img {
  height: 115px;
}
div#header img.left {
  float: left;
  width: 250px;
}
div#header img.center {
  width: 297x;
  height: 101px;
  margin: 7px 0px;
}
div#header img.right {
  float: right;
  width: 250px;
}
div.divider {
  height: 1px;
  background-color: #104203;
}
div#top_nav {
  height: 20px;
  border-style: solid none;
  border-color: #fcee22;
  border-width: 2px;
  background-color: #104203;
  text-align: right;
  padding-right: 10px;
}
div#top_nav a {
  color: #fcee22;
  text-decoration: none;
}
div#left {
  width: 171px;
  background: #104203 url('images/green-tomatoes-garden-green-fade.jpg') bottom no-repeat;
  color: #fff;
  float: left;
  margin-right: 20px;
}
div#nav_left {
  position: relative;
  z-index: 1;
}
div#nav_left a {
  color: #fcee22;
  text-decoration: none;
  border-top: 1px solid #808080;
  display: block;
  padding: 5px 10px;
}
div#content {
  margin-right: 20px;
  margin-left: 191px;
  padding-bottom: 20px;
}
div#right {
  float: right;
  margin-left: 20px;
  margin-right: -20px;
}
div#right img {
  border: 3px solid #104203;
}
div#footer {
  text-align: center;
}
div#footer a {
  font-size: .8em;
}
div#footer p.normal {
  text-align: left;
}
div#footer p.normal a {
  font-size: .9em;
  color: #930;
}
