body {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 80px 0 170px 0;
  color: #fff;
  line-height: 1.2em;
  font-size: medium;
  font-family: Calibri, Arial, Helvetica, sans-serif;
  background: #7b6521 url(../images/bkgnd.jpg) top center fixed repeat-x;
}

p {
  margin: 0;
  padding: 5px 30px;
  background: url(../images/p-bg.png);
}
b {
  background-color: #e1aa04;
}
#frame {
  background: url(../images/frame-bg.png);
  margin: 0 20% 0 20%;
  min-width: 700px;
  padding-bottom: 20px;
}
.paren {
  font-size: .8em;
}
a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}
#latest {
  padding-top: 10px;
  font-weight: bold;
  color: #336699;
  float: right;
  display: inline-block;
}
#logo {
  float: right;
  display: inline-block;
  background: url(../images/logo.png) no-repeat center right;
  height: 105px;
  width: 400px;
  margin: -70px -40px 40px 0px;
  text-indent: -9999px;
}
