body
{
  margin: 20px;
  padding: 0px;
  background-image: url(../images/bg.gif);
  background-repeat: repeat-x;
  background-color: rgb(82,62,27);
}

img
{
  border: none;
}

h1
{
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
  padding: 0px;
  margin: 0px 0px 22px;
  color: rgb(255,255,180);
}

.content
{
  width: 700px;
  color: rgb(255,255,255);
  font-family: georgia, serif;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.navigation
{
  border-top: 3px double rgb(255,255,255);
  border-bottom: 3px double rgb(255,255,255);
  padding: 10px 0px;
  margin-bottom: 30px;
  text-align: center;
  font-family: tahoma, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 12px;
}

a
{
  color: rgb(255,255,180);
  text-decoration: underline;
}

a:hover
{
  color: rgb(100,255,255);
  text-decoration: none;
}

img.photo
{
  border: 3px double rgb(255,255,255);
}
