body {
  background: #ffffff url(bottom.png) fixed no-repeat bottom right;
  margin: 0px;
}

#nav {
  background: transparent url(bgtop.png) scroll repeat-x top left;
}

#outer_box {
  background: transparent url(bgleft.png) scroll repeat-y top left;
}

#main {
  margin: 20px 0px 0px 40px;
  width: 500px;
  font-size: 10pt;
  font-family: arial;
}

#main h1 {
  font-size: 1.2em;
}

#main h2 {
  font-size: 1.1em;
}

#main a:link, #main a:visited {
  color: #802020;
  text-decoration: none;
}

#main a:visited {
  border-bottom: #802020 1px dashed;
}

#main a:hover, #main a:active {
  border-bottom: #802020 1px solid;
}