* {
  margin: 0;
  padding: 0;
  font-size: 8pt;
  font-family: arial;
}

body {
  background-color: #B8B8B8;
  background-image: url('../siteimages/body_layer_1.jpg');
  text-align: center;
  background-repeat: repeat-x;
}

#main_menu a:link, #main_menu a:visited {
  color : #fff;
  font-size: 12pt;
  line-height: 40px;
  text-decoration: none;
}

a:link, a:visited {
  color : #850907;
  font-weight: bold;
}

#head_wrapper {
  height: 100px;
  background-image: url('../siteimages/header_layer_1.jpg');
  text-align: center;
  background-repeat: repeat-x;
  background-color: #666;
}

#header {
  height: 100px;
  width: 950px;
  background-image: url('../siteimages/header_layer_2.jpg');
  margin: 0 auto;
}

#header_top {
  height: 60px;
}

#main_menu {
  height: 40px;
  background-image: url('../siteimages/menu_layer_1.gif');
}

#content_wrapper {
  width: 950px;
  margin: 0 auto;
  text-align: center;
}

#content {
  padding: 25px;
  background-color:#ccc;
  text-align: left;
}

#footer_wrapper {
  height: 60px;
  background-image: url('../siteimages/footer_layer_1.jpg');
  text-align: center;
  background-repeat: repeat-x;
  background-color: #666;
}

/* Homepage content containers */

#latest_news {
  border: 1px solid #000;
  width: 537px;
  height: 255px;
  background-color: #fff;
  float: left;
}

#latest_news_feed {
  background-color: #fff;
  border: 1px solid #000;
  height: 255px;
  margin: 0 0 0 562px;
}

#other_latest1 {
  border: 1px solid #000;
  margin: 25px 0 0 0;
  height: 282px;
  width: 256px;
  float: left;
  background-color: #fff;
}

#other_latest2 {
  border: 1px solid #000;
  margin: 25px 0 0 0;
  height: 282px;
  width: 338px;
  float: right;
  background-color: #fff;
}

#other_latest3 {
  border: 1px solid #000;
  margin-left: 306px;
  height: 282px;
  background-color: #fff;
  margin: 25px 362px 0 282px;
}



h1 {
  font-family: Impact, sans-serif;
  padding-left: 7px;
  font-weight: normal;
  font-size: 14pt;
  color: #fff;
  line-height: 33px;
  background-image: url('../siteimages/h1_background.jpg');
}

h3 {
  color: #851D1E;
}

li {
  list-style-type: none;
}

.feed_menu li {
  display: inline;
  line-height: 20px;
}

.feed_menu li a {
  padding: 3px;
  border-right: 1px solid #ccc;
  text-decoration: none;
  color: #851D1E;
}

.feed_list li {
  border-top: 1px solid #ccc;
  padding: 8px 10px 8px 10px;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.latestNewsThumb {
  height:35px;
  width:35px;
  margin-left:5px;
  border: 1px solid #000;
}

    .forum_main {
      width: 100%; 
      border: 1px solid #333;
      margin-bottom: 5px;
    }

.forum_main tr td, .forum_main tr th {
  font-family: Arial;
  font-size: 8pt;
  color: #666;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #333;
}

.forum_main tr th {
  font-family: Arial;
  color: #fff;
  background-color: #3E0001;
  text-align: left;
  background-image:url('../siteimages/th_bg.gif');
}

.forum_main tr td {
  color: #A0A0A0;
}



