/* Generated by KompoZer */
body {
  background-color: #005500;
}
#wrapper {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
#header {
  border-bottom: 2px solid #333333;
  color: #888888;
  position: relative;
  background-color: black;
}
#holder {
  background-color: #eeeee1;
  position: relative;
}
#content {
  border-top: 1px dashed white;
  border-left: 1px solid black;
  margin-left: 20%;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  background-color: #eeeee1;
}
#navbar {
  position: absolute;
  width: 20%;
  top: 0px;
  background-color: #d6d8c9;
}
#header h1, #header p, #navbar h2, #navbar p {
  text-align: center;
}
