body {
  background-color: #FDFDFD;
  font: normal normal medium verdana, serif;
  margin: 0px;
  padding: 0px;
}
table {
  border-collapse: collapse;
  color: #333333;
  margin-bottom: 20px;
}
img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
h1 {
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
  color: #9A0000;
  font-size: 15pt;
  font-weight: bold;
}
h2 {
  background-image: url(http://www.rjclan.com/images/graybar.jpg);
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  color: #9A0000;
  font-size: 10pt;
  font-weight: normal;
}
p {
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
  color: #333333;
  font-size: 10pt;
  line-height:1.2em;
  font-weight: normal;
}
hr {
  height: 1px;
}
a:link, a:active, a:visited {
  color: #FF9900;
  text-decoration: underline;
}
a:hover {
  color: #FF9900;
  text-decoration: none;
}
#background-left {
  background-image: url(http://www.rjclan.com/images/background-left.jpg);
  position: absolute;
  top: 0px;
  left: 0px;
  height: 260px;
  width: 180px;
}
#background-center {
  background-image: url(http://www.rjclan.com/images/background-center.jpg);
  height: 164px;
}
#background-right {
  background-image: url(http://www.rjclan.com/images/background-right.jpg);
  position: absolute;
  top: 0px;
  right: 0px;
  height: 260px;
  width: 180px;
}
#logo {
  position: absolute;
  top: 7px;
  left: 7px;
}
#peekaboo {
  position: absolute;
  top: 20px;
  left: 30%;
  width: 568px;
}
#quickstats {
  text-align: center;
  color: #FF9900;
  font-weight: bold;
}
#navbar {
  text-align: right;
  position: absolute;
  top: 190px;
  left: 15px;
  width: 150px;
}
#navbar a {
  display: block;
  margin-bottom: 2px;
}
#content {
  position: absolute;
  top: 190px;
  left: 200px;
  right: 30px;
}
#shoutbox {
  background-color: #FFFFFF;
  border: 4px solid #CCCCCC;
  float: right;
  margin: 0px 0px 10px 10px;
  height: 400px;
  width: 200px;
}
#shoutbox-title {
  background-color: #CCCCCC;
  color: #9A0000;
  font-weight: bold;
  text-align: center;
}
#shoutbox-content {
  padding: 0px 3px;
  overflow: auto;
  height: 382px;
  width: 194px;
}
#shoutbox-spacer {
  border-bottom: 1px solid #CCCCCC;
  margin: 6px 0px;
}

