body {
  margin:0px;
  padding:0px;
  font-family:verdana, arial, helvetica, sans-serif;
  background:#92C17B url(pics/mapletree.jpg) 0 0 no-repeat fixed;
}

i.book {
  text-decoration:underline;
}

blockquote {
  font-size:.9em;
  font-family:"Lucida Handwriting", cursive;
}

cite.quote {
  display: block;
  font-size: .75em;
  text-indent: 6em;
}

#header {
  position: static;
  height:60px;
  width:100%;
  margin:20px 0px 10px 0px;
  padding:0px 0px 0px 0px;
  border-style:solid;
  border-color:black;
  border-left-width:0px;
  border-right-width:0px;
  border-bottom-width:1px;
  border-top-width:1px;
  background: url(pics/wood.jpg) 0 0 repeat-x;
}

#header img {
  border:0;
}

#content {
  margin:0px 50px 50px 255px;
  padding-left: 10px;
  padding-top: 15px;
  font-family: verdana, arial, helvetica, sans-serif;
  line-height:1.2em;
  color:#030;
}

#content img {
  padding:0px 1em 1em 0em;
}

#content h1 {
  margin:0px 0px 15px 0px;
  padding:0px;
  font-size:1.5em;
  line-height:28px;
  font-weight:900;
  color:#060;
}

#content p {
  font-family:verdana, arial, helvetica, sans-serif;
  margin:0px 0px 16px 0px;
  padding:0px;
}

#content a:link {
  color:#00c;
  text-decoration: underline
}

#content a:visited {
  color:#060;
  text-decoration: underline
}

/* spacing between paragraphs */
/* #content>p {margin:0px;} */

/* tab after 1st paragraph */
#content>p+p {
  text-indent:30px;
}

#navigation {
  position:absolute;
  /*position: fixed;*/
  top:135px;
  left:14px;
  padding:2px;
  background-color:#060;
}

#navigation a {
  color:#060;
  text-decoration:none;
  font-weight:600;
  font-family:verdana, arial, helvetica, sans-serif;
  line-height:1.5em;
}

#navigation a:link, #navigation a:visited {
  width: 205px;
  font-size:.75em;
  background-color:#92C17B;
  border-bottom:#060 solid 2px;
  border-right:#060 solid 2px;
  border-left:#9c9 solid 1px;
  border-top:#9c9 solid 1px;
  font-family:helvetica,arial,sans-serif;
  padding:1px;
  padding-left: 3px;
  text-decoration:none;
  display: block;
}

#navigation a:hover{
   border-bottom:#9c9 solid 1px;
   border-right:#9c9 solid 2px;
   border-left:#060 solid 1px;
   border-top:#060 solid 2px;
   background: url(pics/wood.jpg);
}

#navigation a:active, #navigation a:focus {
  border-bottom:#9c9 solid 1px;
  border-right:#9c9 solid 2px;
  border-left:#060 solid 2px;
  border-top:#060 solid 2px;
}

body>#navigation {
  width:211px;
}
