body {
 margin: 0px;
 padding: 0px;
 text-align: center;
 background-image: url('graphics/sidebars.png');
 background-position: center 190px;
 background-repeat: repeat-y;
 background-image: url('graphics/sidebars.png'),url('graphics/background.png');
 background-position: center 190px,top center;
 background-repeat: repeat-y,repeat;
}
table {
 border: 0px;
 padding: 0px;
}
img {
 border: 0px;
}
a {
 text-decoration: none;
 color: #43434C;
}
a:active, a:hover {
 color: #BA0105;
}
#container {
 margin: 0 auto;
 width: 690px;
 height: 100%;
 text-align: left;
}
#titlespace {
 display: block;
 background-image: url('graphics/title.png');
 background-repeat: no-repeat;
 height: 177px;
 width: 690px;
}
#underbar {
 background-image: url('graphics/underbar.png');
 background-repeat: no-repeat;
 position: relative;/* used only for location */
 height: 13px;
 width: 690px;
 font: 5px;/* IE Hack */
}
#primary {
 min-height: 30px;
 width: 690px;
}
#content {
 float: left;
 position: relative;/* used only for the .homecircle class */
 margin-left: 10px;
 margin-right: 10px;
 padding-left: 10px;
 padding-right: 10px;
 padding-bottom: 30px;
 width: 650px;
 display: inline;
}
#footer {
 background-image: url('graphics/footer.png');
 position: fixed;
 bottom: 0;
 left: 50%;
 margin-left: -335px;
 padding-top: 2px;
 width: 670px;
 height: 28px;
 text-align: center;
 font-size: 10px;
}
.staffbox {
 float: left;
 background-image: url('graphics/staff.png');
 background-repeat: no-repeat;
 margin-top: 10px;
 padding: 5px;
 width: 310px;
 height: 130px;
 font-size: 0.8em;
}
.boxright {
 margin-left: 10px;
}
.staffhead {
 font-size: 1.25em;
 font-weight: bold;
}
.title {
 margin-top: 5px;
 font-size: 1.25em;
 font-weight: bold;
}
.postinfo {
 margin-bottom: 7px;
 font-size: 0.8em;
}
.post {
 margin-bottom: 7px;
 font-size: 1em;
}
.linkcircle {
 background-image: url('graphics/select.png');
 background-position: top left;
 background-repeat: no-repeat;
 min-height: 330px;
}
.homecircle {
 display: block;
 position: absolute;
 width: 50px;
 height: 50px;
 background-image: url('graphics/mainlink.png');
 background-repeat: no-repeat;
 text-align: center;
 font-family: "Courier New", Courier, monospace;
 font-weight: bold;
}