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