body {
  background: #28884b url(images/bg_tree.gif) no-repeat top right;
  color: #000;
  margin: 0;
  padding: 0;
  line-height: 0;
}

body, table, td {
  font: normal 10pt "arial", "helvetica", sans-serif;
}

dd {
  padding-bottom: 1em;
}

dl.address dd {
  padding-bottom: 0;
  margin-left: 0;
}

dl.address dt {
  font-weight: bold;
}

blockquote {
  font: normal 10pt "times new roman", serif;
  color: #333;
  background: #d9dab0;
  border: 2px solid #000;
  padding: 1em;
}

#container {
  width: 600px;
  height: 100%;
}

#menu {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 23px;
  overflow: hidden;
  width: 600px;
}

#menu li {
  margin: 0; 
  padding: 0;
  display: block;
  float: left;
  list-style-type: none;
}

#menu a {
  height: 0px !important; 
  height /**/:23px; /* for IE5/Win */
  padding: 23px 0 0 0;
  overflow: hidden;
  display: block;
}

#menu a:hover {
  background-position: 0 -23px;
}

#menu a:active, #menu a.selected {
  background-position: 0 -23px;
}

#home a  {
  width: 120px;
  background: url(images/btn_home.gif) top left no-repeat;
}

#study a  {
  width: 200px;
  background: url(images/btn_study.gif) top left no-repeat;
}

#about a  {
  width: 125px;
  background: url(images/btn_about.gif) top left no-repeat;
}

#resources a  {
  width: 155px;
  background: url(images/btn_resources.gif) top left no-repeat;
}

#content {
  background: #fff;
/*  height: 70%;*/
  padding: 1em;
}

#content h2 {
  margin: 0;
}

#footer {
  background: #d7d9ae;
  text-align: center;
}

#footer p {
  font-size: smaller;
  margin: 0 1em 0 1em;
  padding: 0 0 1em 0;
  border: 2px solid #000;
  border-width: 2px 0 0 0;
}
