body
{
  margin: 0px;
  font-size: 8pt;
  font-family: Verdana;
}

a, a:visited, a:active
{
  color: #db0b0b;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

img
{
  border: 0px;
}

.fixedwidth
{
  margin-right: auto;
  margin-left: auto;
  width: 765px;
}

#header
{
  height: 66px;
  background-image: url('/images/header_back.png');
  border-bottom: 1px solid #858585;
}

#logo
{
  margin-top: 9px;
  float: left;
  height: 52px;
  width: 261px;
  background-image: url('/images/logo.png');
}

#logo a
{
  display: block;
  height: 100%;
}

#logo span
{
  display: none;
}

#onair
{
  margin-top: 11px;
  float: right;
  height: 42px;
  width: 92px;
  background-image: url('/images/onair.png');
}

#container
{
  margin-top: 5px;
}

#column
{
  float: left;
  width: 151px;
  margin-right: 5px;
  margin-bottom: 5px;
}

#content
{
  width: 606px;
  float: left;
  margin-bottom: 5px;
}

#footer
{
  clear: both;
  height: 66px;
  background-image: url('/images/header_back.png');
  border-top: 1px solid #858585;
  border-bottom: 1px solid #858585;
}

#footer img
{
  margin: 1px;
}

.sidebox
{
  width: 151px;
  margin-top: 5px;
}

.sidebox .header
{
  height: 25px;
  width: 151px;
  background-image: url('/images/side_header.png');
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
  color: #b20808;
}

.sidebox .content
{
  background-color: #e8e7e7;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  padding: 3px;
  width: 143px;
}

.sidebox .footer
{
  height: 12px;
  width: 151px;
  background-image: url('/images/side_footer.png');
}

.mainbox
{
  width: 606px;
  margin-top: 5px;
}

.mainbox .header
{
  height: 25px;
  width: 606px;
  background-image: url('/images/main_header.png');
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
  color: #b20808;
}

.mainbox .content
{
  background-color: #e8e7e7;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  padding: 3px;
  width: 598px;
}

.mainbox .content .image
{
  float: left;
  text-align: center;
  width: 175px;
}

.mainbox .footer
{
  height: 12px;
  width: 606px;
  background-image: url('/images/main_footer.png');
}

.imagetitle
{
  min-height:50px;
  text-align: center;
}

.image
{
  min-height: 200px;
  padding: 5px;
}

/* Useful classes */
.left
{
  float: left;
}

.right
{
  float: right;
}

.info
{
  text-align: right;
  color: #777777;
  font-style: italic;
  font-size: 7pt;
}

.clear
{
  clear: both;
}
