body
{
  margin: 0;
}

#container
{
  position: absolute;
  background-image: url("../gfx/bg.jpg");
  width: 700px;
  height: 525px;
  border: 0;
  left: 50%;
  top: 50%;
  margin-top: -262px;
  margin-left: -350px;
  border: 1px solid #42923b;
}

#nav
{
  height: 22px;
  margin-top: 429px;
  text-align: right;
  width: 700px;
  font-family: tahoma;
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
}

#nav a
{
  text-decoration: none;
  color: #ffffff;
}

#nav a:hover
{
  text-decoration: underline;
  color: #ffffff;
}

#content
{
  height: 420px;
  width: 465px;
  padding-right: 10px;
  float: right;
  text-align: justify;
  overflow: auto;
  font-family: verdana;
  font-size: 11px;
}

#content a
{
  text-decoration: none;
  color: #42923b;
}

#content a:hover
{
  text-decoration: underline;
  color: #42923b;
}

h1
{
  margin: 0px;
  font-family: tahoma;
  color: #42923b;
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 5px;
}

h2
{
  margin: 0px;
  font-family: tahoma;
  color: #000000;
  font-size: 14px;
}
