@font-face {
    font-family: 'Bank Gothic';
    src: url('bank_gothic_2-webfont.eot');
    src: url('bank_gothic_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('bank_gothic_2-webfont.woff') format('woff'),
         url('bank_gothic_2-webfont.ttf') format('truetype'),
         url('bank_gothic_2-webfont.svg#BankGothicLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  font-family: Times, "Times New Roman", serif;
  color: #353535;
  background-color: #353535;
}
:link, :visited {
  color: #A30C27;
}
#wrapper {
  width: 900px;
  margin: 0 auto;
  background: #eee;
}
#header {
  height: 256px;
  background-image: url("header.png");
}
#content {
  background-color: #3c4746;
}
#left {
  float: left;
  width: 180px;
  padding-top: 20px;
  color: #a4a4a4;
  font-family: "Bank Gothic", serif;
  font-size: 20px;
}
#left :link, #left :visited {
  color: #a4a4a4;
  font-family: "Bank Gothic", serif;
  text-decoration: none;
}
#left a:hover {
  text-decoration: underline;
}
#left ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 20px;
}
#left ul li {
  padding: 5px 0;
}
#right {
  float: right;
  width: 594px;
  padding: 10px 40px;
  background-color: #eee;
  min-height: 500px;
}
#footer {
  clear: both;
}
h1 {
  font-family: "Bank Gothic", serif;
}
.t { margin-top: 20px;  }
.h { font-weight: bold; display: inline; }
.p { margin-left: 40px; text-indent: -20px; }
.conc { font-weight: bold; }