body
{
  background-color: #DDDDDD;
  font-family: trebuchet ms;
  font-size: 12px;
  color: #000000;
  min-width: 800px;
  text-align: center;
}

#wrapper
{
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  background-color: white;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  position: relative;
  bottom: 20px;
}

#header
{
  position: absolute;
  border: 1px solid black;
  top: 0px;
  position: relative;
  right: 1px;
  margin-bottom: 10px;
}

#navigator
{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  word-spacing: 15px;
  margin-bottom: 10px;
}

#text
{
  width: 680px;
  position:relative;
  left: 10px;
}

.title
{
  width: 700px;
  background-color: #8D7C76;
  position: relative;
  right: 10px;
  text-indent: 10px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}

#footer
{
  width: 700px;
  background-color: #CCCCCC;
  position: relative;
  right: 10px;
  text-align: center;
  color: #555555;
  font-size: 12px;
  margin-top: 30px;
}

a
{
  color: black;
  text-decoration: none;
  font-weight: bold;
}

a img
{
  border: 0;
}

#linkback
{
  position: absolute;
  right: 10px;
  top: 160px;
}
