body {
  background-color: #1E1D2F;
  color: #000000; 
  margin-top: 10px;
}
#wrapper {
  position: absolute;
  left: 50%;
  font-family: sans-serif;
}
#frame {
  background-color: white;
  color: #000000; 
  position: absolute;
  display: block;
  width: 631px;
  left: -315px;
}
#sidebar {
  width: 172px;
  float: left;
  background-color: #878791;
  color: #000000; 
  padding-bottom: 15px;
}
#content {
  width: 459px;
  float: right;
  color: #000000; 
  background-color: white;
}
#header {
  background: url(../images/topimage.php);
  width: 631px;
  height: 159px;
}
#linkblock {
  padding-top: 134px;
  padding-right: 5px;
  font-weight: bold;
  font-size: 13px;
  text-align: right;
}
#footer {
  text-align: right;
  padding-top: 30px;
  padding-right: 5px;
  background-color: white;
  color: #000000; 
  font-size: 12px;
  clear: both;
}
.hidden {
  display: none;
}
.margin {
  margin: 5px 5px 5px 5px;
}
.titleright {
  float: right;
}
.titleleft {
  float: left;
}
.title {
  width: 100%;
  height: 20px;
  color: #000000; 
  background-color: #e8e8ea;
}
