html, body {
  height: 100%; 
  margin: 0;
  padding: 0;
  background: #a9909c;
}
body {
  font: 86% arial,verdana,sans-serif;
}
div#header {
  height: 233px;
  margin-top: 5px;
  background: #a9909c;
  background-image: url(reikibyloz-bannerQuote.jpg);
  background-repeat: no-repeat;
  background-position: center;
  font-family: 86% verdana, arial, sans-serif;
  color: #614576;
}
div#container {
  background: #a9909c;
}
div#wrapper {
  float:left;
  width:100%;
}
div#content {
  margin-left: 200px;
  padding-top: 30px;
}
div#content p {
  line-height: 1.4; 
  background: #a9909c; 
  color: #680068;
}
div#navigation {
  float: left;
  width: 200px;
  margin-left: -100%;
  background: #a9909c;
}
div#navigation a {
  padding-left: 20px;
  display: block; 
  background: #a9909c; 
}
div#extra {
  clear: left;
  width: 100%;
  background:#a9909c;
}
div#footer {
  background: #a9909c;
  color: #680068;
}
div#footer p {
  margin: 0;
  padding: 5px 10px;
}
a:link {
  font-family: 86% verdana, arial, sans-serif;
  font-weight: bold;
  color: #aa00aa;	
  text-decoration: none;
}
a:visited {
  font-family: 86% verdana, arial, sans-serif;
  font-weight: bold;
  color: #614576;	
  text-decoration: none;
}
a:hover {
  font-family: 86% verdana, arial, sans-serif;
  font-weight: bold;
  color: #d696d2;	
  text-decoration: none;
}
a:active {
  font-family: 86% verdana, arial, sans-serif;
  font-weight: bold;
  color: #e2b4e0;	
  text-decoration: none;
}
p {
  margin: 0 10px 10px;
  background: #a9909c;
  color: #680068;
}
table, tr, td {
  background: #a9909c;
  color: #680068;
}
h1 {
  text-align: right;
  padding-right: 50px;
  color: #6c006c;
}
h2 {
  padding-left: 15px;
  text-align: left;
  color: #800080;
}
h3 {
  padding-left: 60px;
  text-align: left;
  color: #930093;
}
hr {
  width: 40%;
  color: #800080;
  background-position: center;
}