/* generic css */
body,html {
  color:#3D3D3D;
  font-family:Arial,Verdana,Sans-Serif;
  font-size:12px;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
  text-align:left;
  margin: 0px;
  padding:0px;
  height:100%;
  text-align: center;
  background-color: #35312d;
  
  background-repeat: repeat-x;   

}
@media print {
  body {
    margin: 0;
    background-color: white;
  }
}

/* page */
div#page {
  position: relative;
  width: 975px;
  margin:auto;
  margin-top: 7px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #000000;
  border-top: 7px solid #000000;
  border-left: 7px solid #000000;
  border-right: 7px solid #000000;
  border-bottom: 2px solid #000000;
}


div#footer{
  background-color: #000000;
  width: 930px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: left;
  padding-left: 45px;
  *padding-left: 25px;
  margin:auto;
  color: #808080;
  font-size: 11px;
  height: 14px;
}
div#footer a{
  color: #808080;
  font-size: 11px;
  text-decoration: none;
}
div#footer_left{
  width: 500px;
  text-align: left;
  float: left;
}
div#footer_right{
  width: 389px;
  *width: 379px;
  text-align: right;
  float: left;
}

/* float terminator */
div.term {
  clear: both;
}



