body {
  margin: 0px;
  background-color: #FFF3BE;
  background-image: url(images/back.gif);
  color: #F77D76;
  font-family: verdana, sans-serif;
  font-size: 10pt;
}
h1 {
  font-family: arial narrow, sans-serif;
  font-size: 24pt;
  text-align: center;
}
h2 {
  font-family: arial narrow, sans-serif;
  font-size: 18pt;
  text-align: left;
}
p {
  text-align: justify;
}
a:link,a:visited {
  color: #F75F68;
  text-decoration: none;
  font-weight: bold;
}
a:active,a:hover {
  color: #F75F68;
  text-decoration: underline;
  font-weight: bold;
}
img {
  border: 0px;
}
ul {
  list-style-type: square;
}
.infopic {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
#toppic {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
#links {
  position: absolute;
  top: 466px;
  left: 566px;
  width: 131px;
  height: 397px;
  z-index: 2;
}
#content {
  position: absolute;
  top: 472px;
  left: 15px;
  width: 536px;
  padding: 4px;
  background-color: #FFF3BE;
  border: solid 2px #F7D37B;
  z-index: 3;
}
