body {
  font-family: Times New Roman,Georgia,Courier,serif;
  font-size:14px; 
  color:#ffffff;
  background: #242421 url(../../images/background.jpg) repeat;
}
body, img, p, h1, h2, h3, hr, ul, ol, li {
  margin: 0;
  padding: 0;
  border: 0;
}
table {
  margin: 0 auto;
}
h1 {
  font-size: 20px;
  margin: 0 0 10px 0;
  padding: 3px;
  text-align: center;
  background: #333333;
}
h2 {
  font-size: 18px;
  margin: 0 20px 5px 20px;
  text-align: center;
}
h3 {
  font-size: 16px;
  text-align: left;
  padding: 10px 20px;
}
h4 {
  font-size: 16px;
  margin: 5px 10px;
  text-align: center;
}
p {
  margin: 10px 20px;
  text-align: left;
}
a:link, a:visited {
  color: #fa9701;
}
a:hover, a:active {
  color: #fdcb7f;
}
ul, ol {
  clear: both;
  margin: 0 20px 10px 20px;
  text-align: left;
}
li {
  margin: 3px 15px;
}
hr {
  color: #999999;
  background-color: #999999;
  height: 1px;
  margin: 5px 20px;
  border: 0;
}
.small {
  font-size: 11px;
}
span.hidden {
  display:none;
}
input.textbox, select, textarea {
  background-color: #ffffff !important;
}
input.error {
  background-color: #ff7272 !important;
}
div.formerror {
  color: #ff0000;
  width: 375px;
  margin-left: 200px;
  font-weight: bold;
}
div.formerror li {
  list-style: none;
}
span.errortext {
  color: #ff0000;
  font-weight: bold;
}
#wrapper {
  width: 100%;
  background: url(../../images/background_wrapper.jpg) repeat-x;
}
#header{
  text-align:center;
  height:230px;
  background: #000000;
}
#header_logo {
  float: left;
  background: url(../../images/header_logo.gif) no-repeat;
  width: 340px;
  height: 70px;
  text-align: left;
}
#header_flash {
  float: left;
  background: url(../../images/header_flash.jpg) no-repeat;
  width: 777px;
  height: 160px;
}
#header img {
  float:left;
}
#navigation_wrapper {
  width: 777px;
  height: 25px;
  background: url(../../images/nav_background.gif) repeat-x;
}
#navigation{
  float: left;
  width: 480px;
  height:25px;
  background: url(../../images/navbar.gif) no-repeat;
}
#content_wrapper {
  background: #242421;
}
* html #content_wrapper {
  margin-top: -18px;/*fix for mystery gap bug in IE*/
}
#content_area, #content_admin {
  background:url(../../images/content_background.jpg) no-repeat;
  width:777px;
  padding: 10px 0;
}
#content_area img {
  margin: 0 20px;
  border: 1px solid #999999;
}
#footer {
  float: left;
  width: 777px;
  height: 20px;
  background: #7f7f7d;
  font-size: 0;
}
#footer img {
  float: left;
}