body{
  margin: 0px;
  padding: 0px;
  background-color: #040b13;
  background-image: url(images/backgrounds/main_back.gif);
  background-repeat: repeat-x;
  background-position: top;
  font-family: verdana, arial;
  font-size: 8pt;
  text-align: center;
  color: #ffffff;
}
#site_hold{
  position: relative;
  width: 968px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;     
}
#header{
  position: relative;
  height: 221px;
  width: 968px;
  background-image: url(images/backgrounds/light_bar.gif);
  background-repeat: no-repeat;
  background-position: bottom center;
  text-align: center;
  z-index: 1;
}
#main_menu{
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 720px;
  margin-top: 25px;      
}
#middle_section{
  position: relative;
  height: auto !important;
  min-height: 600px;
  height: 600px;
  width: 968px;
  background-image: url(images/backgrounds/pattern_back.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 0;
}
#footer{
  position: relative;
  background-image: url(images/backgrounds/main_back_stripe.gif);
  background-position: top;
  background-repeat: repeat-x;
  margin-top: 15px;  
}
.footer_link{
  color: #ffffff;
  text-decoration: none;
}
.footer_link:hover{
  text-decoration: underline;
}
#content{
  position: relative;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}