body {
margin: 0px 0px 10px 0px;
background-color: #000;
color: #fff;
font-family: helvetica, arial, sans serif;
font-size: 12px;
}
a:link {
color: #000;
}
a:hover {
color: #da5b20;
}
a:visited {
color: #161616;
}
#container {
width: 850px;
margin-left: auto;
margin-right: auto;
}
#navbar {
height: 58px;
background-color: #da5b20;
border-top: 1px solid #f0bda5;
border-bottom: 1px solid #000;
text-align: center;
}
#contentarea {
background-color: #b3b3b3;
padding: 15px;
border-bottom: 1px solid #000;
color: #161616;
font-size: 12px;
line-height: 120%;
}
.alertbox {
width: 400px;
padding: 3px 3px 15px 3px;
border: 1px dashed red;
background: #e6e6e6;
}
#pageheader {
}
.sectionheader {
margin: 15px 0px 3px 0px;
font-size: 14px;
font-weight: bold;
}
.notebox {
background-color: #d1d1d1;
border: 1px dashed #da5b20;
margin: 10px;
padding: 3px;
}
.tinytext {
font-size: 10px;
}
.threadtitle {
margin: 3px 0px 3px 0px;
font-size: 13px;
font-weight: bold;
}
#countdown {
width: 250px;
height: 143px;
background-image: url(/images/countdown.png);
background-repeat: no-repeat;
}
#countdowntext {
padding-top: 80px;
color: #fff;
font-size: 17px;
font-weight: bold;
}
#footer {
height: 18px;
background-color: #da5b20;
border-top: 1px solid #f0bda5;
padding: 6px 0px 0px 0px;
text-align: center;
color: #161616;
}
#footer a:link {
color: #161616;
}
#footer a:hover {
color: #fff;
}
#footer a:visited {
color: #161616;
}
.footerelement {
margin: 0px 10px 0px 10px;
}
#copystuff {
margin-top: 5px;
text-align: right;
font-size: 10px;
}
#copystuff a:link {
color: #fff;
}
#copystuff a:visited {
color: #fff;
}

