#header {
  margin: 0px;
  padding: 0px;
  background: #407040 url(../images/pheader.png) no-repeat scroll left bottom;
  height: 60px;
  left: 235px;
  width: 600px;
  position: absolute;
  top: 0px;
}
#reiter {
  margin: 0px;
  padding: 4px 0px 6px;
  text-align: left;
  position: absolute;
  left: 218px;
  width: 900px;
  top: 39px;
  font-family: AvalonQuest;
  font-size: 20px;
}
#plaintext, #htmlheader {
  position: absolute;
  top: 10px;
  left: 850px;
  text-align: right;
  width: 100px;
}
#plaintext a {
  text-decoration: none;
  color: #333333;
}
#reiter ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#reiter li {
  display: inline;
}
#reiter li a {
  border-left: 2px solid #407040;
  margin: 0px;
  padding: 4px 8px 8px;
  background: #ddbb50 url(../images/pel.png) no-repeat scroll left top;
  text-decoration: none;
  color: #000000;
}
#reiter li a.sel {
  background-color: #828282;
}
#reiter li a:hover {
  background-color: #333333;
  color: #ffffff;
}
#eyecatcher {
  margin: 0px;
  padding: 0px;
  background: #828282 url(../images/banner.png) repeat scroll 0px;
  width: 100%;
  height: 180px;
  position: absolute;
  top: 84px;
  left: 0px;
}
#links {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 75px;
  left: 40px;
  width: 180px;
  background-color: #407040;
  font-family: AvalonQuest;
  font-size: 20px;
}
#links h3 a {
  border-top: 2px solid #407040;
  border-right: 2px solid #407040;
  margin: 0px;
  padding: 4px 4px 8px 8px;
  background: #ddbb50 url(../images/pel.png) no-repeat scroll left top;
  text-decoration: none;
  color: #000000;
  display: block;
  font-size: 100%;
  font-weight: bold;
}
#links h3 a:hover {
  background-color: #333333;
  color: #ffffff;
}
#links p {
  margin: 0px;
  padding: 4px 10px;
  text-align: right;
}
#links p.sub {
  padding: 2px 40px 4px 10px;
}
#links p a {
  text-decoration: none;
  color: #333333;
}
#links p a:hover {
  color: #ddbb50;
}
form.search {
  margin: 0px;
  padding: 10px;
}
form.search input {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}
input.search {
  border: 1px solid #828282;
  width: 150px;
}

#content {
  border-bottom: 10px transparent;
  margin: 0px;
  padding: 20px;
  width: 600px;
  background-color: #dddd80;
  position: absolute;
  top: 100px;
  left: 220px;
}
#output {
  border-bottom: 10px transparent;
  margin: 0px;
  padding: 20px;
  width: 600px;
  background-color: #dddd80;
  position: relative;
  top: 0px;
  left: 0px;
}
#sidebar {
  border-left: 5px transparent;
  padding: 20px;
  margin: 0px;
  position: absolute;
  float: right;
  top: 100px;
  left: 880px;
  width: 120px;
  background-color: #dddd80;
}
#sidebar-extender {
  border-left: 5px transparent;
  padding: 20px;
  margin: 0px;
  position: absolute;
  float: right;
  top: 880px;
  left: 880px;
  width: 120px;
  height: 209px;
  background-color: #dddd80;
}

