body {
  background-attachment: scroll;
  text-align: center;
  margin-bottom: 5px;
  background: #C0C0C0;
  color: #333333;
  margin-top: 0px;
}
a:link {
  color: #000000;
  text-decoration: underline;
}
a:visited {
  color: #000000;
  text-decoration: underline;
}
a:active {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
#page_wrapper {
  background-repeat: repeat;
  margin-right: auto;
  width: 800px;
  margin-left: auto;
  text-align: left;
}
#page_header {
  background: #515230 url(../img/header.jpg) no-repeat scroll left top;
  height: 140px;
}
#page_header h1 {
  margin: 0px;
  padding-top: 30px;
  padding-left: 20px;
  font-family: verdana,helvetica,sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #fcf8e3;
  letter-spacing: -1px;
}
#page_header h2 {
  margin: 0px;
  padding-top: 0px;
  padding-left: 20px;
  font-family: verdana,helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #e2d179;
}
#menu_bar {
  background: #a5a162 url(../img/menu_bg.jpg) no-repeat scroll left top;
  height: 30px;
}
#navcontainer ul {
  margin-left: 0;
  background-color: transparent;
  float: left;
  font-family: verdana,helvetica,sans-serif;
  font-weight: bold;
  padding-left: 0;
  margin-top: 5px;
  color: #f3e7a9;
  width: 100%;
  font-size: 12px;
}
#navcontainer ul li {
  display: inline;
}
#navcontainer ul li a {
  border-right: 1px solid #bbb774;
  padding: 0.2em 1em;
  float: left;
  background-color: transparent;
  color: #fdfeb8;
  text-decoration: none;
}
#navcontainer ul li a:hover {
  color: #ffffff;
  background-color: transparent;
}
#content_wrapper {
  background-color: #ffffff;
}
#left_side {
  float: left;
  width: 800px;
  background: #FFFFFF;
}
#left_side h3 {
  margin: 10px 15px 10px 10px;
  font-family: verdana;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #a0410d;
}
#left_side h2 {
  margin: 10px 15px 10px 10px;
  font-family: verdana;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #152C57;
}
#left_side p {
  margin: 10px 15px 10px 10px;
  font-family: verdana;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
#page_footer {
  background: #152C57;
  height: 54px;
}
#page_footer a:link {
  color: #fdfeb8;
  text-decoration: underline;
}
#page_footer a:visited {
  color: #fdfeb8;
  text-decoration: underline;
}
#page_footer a:active {
  color: #fdfeb8;
  text-decoration: underline;
}
#page_footer a:hover {
  color: #f2c968;
  text-decoration: none;
}
#page_footer p {
  text-align: center;
  padding-top: 10px;
  font-family: verdana;
  font-size: 11px;
  line-height: 16px;
  color: #fcf8e3;
}
.spacer {
  margin: 0px;
  padding: 0px;
  height: 0px;
  clear: both;
}

