@font-face { 
  font-family: 'Balduin';
  src: url('fonts/balduin.eot?#iefix') format('embedded-opentype'), url('fonts/balduin.woff') format('woff'), url('fonts/balduin.ttf') format('truetype')
}

BODY {
  margin: 20 0 0 30;
  background-color: #000000;
  background-image:url(images/background.png);
  background-repeat:repeat-x;
  color: #ffffff;
  font-family: 'Balduin', Arial, sans-serif;
  line-height: 110%;
}

DIV.container {
  width: 996px;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #000000;
  background-color: #000000;
}

DIV.head {
  background-image: url(images/head.jpg);
  height: 151px;
}

DIV.content {
  padding: 0px 20px 30px 20px;
}

DIV.content P {
  font-size: 92%;
  line-height: 140%;
  color: #d0d0d0;
  margin: 0px 0px 15px 0px;
}

DIV.content LI {
  font-size: 92%;
}

DIV.content TD.sidebar IMG {
  margin-top: 24px;
  border: 3px solid #3C434B;
}

DIV.content TD.content IMG {
  margin-top: 5px;
  border: 2px solid #3C434B;
}

DIV.indent {
   margin-left: 30px;
}

DIV.content H1 {
  font-size: 120%;
  padding-top: 10px;
  margin-bottom: 10px;
}

DIV.content H2 {
  font-size: 95%;
  margin: 0px 0px 8px 0px;
}


DIV.foot {
  padding: 15px 0px 30px 0px;
  color: #808080;
  text-align: center;
  font-size: 80%;
}

A:link, A:visited
{
  text-decoration: none;
  color: #a49872;
}

A:hover, A:active
{
  text-decoration: underline;
}

DIV.content DIV.members {
 margin-left: auto;
 margin-right: auto;
 width: 770px;
}

DIV.content DIV.members DIV.member {
  float: left;
  color: #808080;
  text-align: center;
  font-size: 80%;
  padding-bottom: 20px;
  width: 128px;
}

DIV.content DIV.member IMG {
  border: 3px solid #3C434B;
  margin-bottom: 3px;
}