body {
  background: #614931;
  margin: 0px;
}
#site {
  width: 930px;
  margin: auto;
}
#header {
  height: 166px;
  width: 100%;
  background: url(../graphics/header.jpg);
}
#title {
  float: left;
  margin-top: 42px;
  margin-left: 100px;
  height: 96px;
}
#title img {
  border: none;
}
#logo {
  height: 166px;
  float: right;
  margin-right: 15px;  
}
#logo img {
  border: none;
}
#menu {
  height: 28px;
  float: left;
  width: 726px;
  margin: 0px;  
}


#menu li a:hover {
  color: #fc9e2c;
}
#main {
  background: url(../graphics/background.gif) repeat-y;
  float: left;
}
#inner_main {
  width: 900px;
  margin: 0px 20px;
  _margin: 0px 10px;
  float: left;
  background: #ff9000 url(../graphics/flare.jpg) bottom left no-repeat;
  padding-bottom: 15px;
}
#footer {
  height: 100px;
  float: left;
  width: 100%;
  background: url(../graphics/footer.jpg) no-repeat;
}
#powered {
  float: right;
  margin: 20px;
}
#powered img {
  border: none;
}
#copyright {
  font-size: 9px;
  font-family: arial, helvetica, verdana, sans;
  margin: 5px 25px;
  color: #3f3022;
  float: left;
}
#copyright a {
  color: #3f3022;
}
#content {
  width: 500px;
  background: url(../graphics/contentbackground.png);
  border: solid 1px #614931;
  float: left;
  margin: 15px 25px 0px 25px;
  _margin: 15px 25px 0px 12px;
  padding: 15px;
  font-family: arial, helvetica, verdana, sans;
}
#content p, #content li, #content td {
  font-size: 13px;
  color: #000;
  line-height: 1.3em;
}
#content a {
  color: #5f0176;
}
#content h1 {
  color: #5f0176;
  font-family: trebuchet MS;
  font-size: 40px;
  margin: 0px;
  font-weight: normal;  
}
#content h2 {
  color: #5f0176;
  font-family: trebuchet MS;
  font-size: 20px;
  margin: 10px 0px;
  font-weight: normal;  
}
#content h4 {
  color: #000;
  font-family: trebuchet MS;
  font-size: 16px;
  margin: 5px 0px;
  font-weight: bold;  
}
#content hr {
  color: #614931;
  margin-bottom: 25px;
  border: solid 1px;
}
#sidebar {
  width: 285px;
  float: left;
  margin: 15px 25px 10px 0px;
  _margin: 15px 12px 10px 0px;
}
#sidebar .block {
  width: 265px;
  background: url(../graphics/contentbackground.png);
  border: solid 1px #614931;
  margin-bottom: 15px;
  padding: 10px;
  float: left;
}
#sidebar .block * {
  font-family: arial, helvetica, verdana, sans;
  font-size: 12px;

}
#sidebar .block h6 {
  color: #5f0176;
  font-family: trebuchet MS;
  font-size: 20px;
  margin: 0px 0px 10px;
  font-weight: normal;
}
#recent {
  width: 160px;
  height: 100px;
  margin: 10px 0px;
  text-align: center;
  float: left;
}
#recent img {
  border: none;
}
#now {
  width: 100px;
  height: 125px;
  margin: 10px 0px;
  text-align: right;
  float: left;
}
#now img {
  border: none;
  margin-top: 50px;
}
#quotes {
  margin-top: 10px;
  font-family: trebuchet MS;
  height: 70px;
  float: left;
  font-size: 16px;
  font-weight: bold;
  width: 290px;
  text-align: center;
}
td.buzzable {
  background: url(../graphics/buzzable.png) no-repeat left top;
  height: 70px;
  padding: 5px 0px 0px 100px;

}
td.buzzable * {
  font-size: 11px;
}