/* Generated by KompoZer */
#layout {
  border: 2px solid #0b2265;
  padding: 4px;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
#header {
  border-style: outset;
  border-width: 3px;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  font-size: large;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center top;
  padding-bottom: 10px;
  height: 280px;
  background-image: url(header.jpg);
}
#navbar {
  border-style: outset;
  border-width: 3px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: small;
  float: left;
  font-weight: inherit;
  text-align: left;
  color: black;
  list-style-image: url();
  list-style-type: circle;
  width: 160px;
  height: 900px;
  padding-top: 4px;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-image: url(lighterbackground.jpg);
}
#content {
  border-style: outset;
  border-width: 3px;
  font-family: Arial,Helvetica,sans-serif;
  margin-left: 165px;
  color: black;
  opacity: 0.9;
  background-repeat: no-repeat;
  background-image: url(background.jpg);
  height: 900px;
}
#footer {
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  color: black;
  font-size: small;
  clear: right;
  height: 120px;
  margin-bottom: 4px;
  margin-top: 4px;
  background-image: url(footer.jpg);
}
body {
}

