@charset "UTF-8";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #FFF;
  font: small "Times New Roman", Times, serif;
}

#wrapper {
  background-color: #000;
  color: #FFF;
  margin-right: auto;
  margin-left: auto;
  width: 800px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#wrapper img {
  border: 1px solid #FFFFFF;
  margin: 0;
  padding: 0;
}

#header {
  padding: 10px 0 10px 0;
}

#content {
  margin: 0;
  background-color: #000;
  color: #FFF;
  padding: 0;
  max-width: 800px;
  position: absolute;
}

#content a:link, #content a:visited {
  text-decoration: none;
  color: #555555;
}

#content a:hover {
  text-decoration: none;
  color: #333333;
}

#content p {
  padding: 0;
  margin: 0;
}

#text {
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  position: absolute;
  width: 800px;
  top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

#text p {
  padding: 0 0 20px 10px;
}

.right {
  text-align: right;
}

#menu {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: -125px;

}

#menu ul {
  margin: 0;
  text-align: right;
}

#menu li {
  display: block;  
  font: small "Times New Roman", Times, serif;
}

#menu a:link, #menu a:visited {
  text-decoration: none;
  background-color: #000;
  color: #FFF;
}

#menu a:hover {
  text-decoration: none;
  background-color: #000;
  color: #666666;
}

.header {
  font-weight: bold;
  padding: 10px 0 10px 0;
}

.indent {
  padding-left: 20px;
}

p.top {
  padding-top: 30px;
}