


/*  global styles  */

body {
  background-image: url("../img/paper.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  background-color: #C9CDB7;
  margin: 0;
  padding: 0;
  border: 0;
}

a, img {
  border-width: 0;
}

a {
  color: #288109;
}


/*  layout  */

#logo {
  position: absolute;
  top: 70px;
  left: 70px;
}

#mainmenu {
  position: absolute;
  top: 135px;
  left: 70px;
  width: 100px;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #777777;
  line-height: 18px;
}

#mainmenu a {
  color: #5B5D54;
  text-decoration: none;
}

#mainmenu a.active {
  color: #000000;
  text-decoration: underline;
}

#mainmenu a:hover {
  color: #000000;
  text-decoration: underline;
}

#content {
  position: absolute;
  top: 135px;
  left: 172px;
}

#image {
  vertical-align: top;
}

div.h1 {
  font-size: 20px;
  font-weight: normal;
  padding: 0 0 26px 0;
}

.small-caps { font-variant: small-caps; }
.small { font-size: 11px; line-height: 16px; font-family: Arial, Helvetica, sans-serif; }
.faded { color: #888; }