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