/* CSS Document */


body { background: #000000 url(images/body_bg.jpg) no-repeat top center fixed;}

h3 {font-size: 13px;}

#header { 

  margin: 0 auto;
  width: 909px;
  height: 150px;
  border: 0px solid #000000;
  
}


#top_text {


  height: 105px;

  

}

#top_menu {

  margin-left: 33px;
  padding-top: 5px;
  

}

#top_menu_left {

  float: left;
  width: 45px;
  height: 40px;
  background: url(images/top_menu_left.png) no-repeat;
  
}


#top_menu_center {

  background: url(images/top_menu_bg.png) repeat-x;
  float: left;
  height: 40px;
  width: 390px;
  line-height: 50px;

  
}

#top_menu_center a {

  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #f3c0c0;
  letter-spacing: -0.2px;

}

#top_menu_center a:hover {

  color: #431818;

}

#top_menu_right {

  float: left;
  width: 45px;
  height: 40px;
  background: url(images/top_menu_right.png) no-repeat;
  
}

#top_top {

  background: url(images/top_bg.png) no-repeat;
  margin: 0 auto;
  width: 909px;
  height: 27px;

    
}


#true_main {

  background: url(images/main_bg.png) repeat-y;
  margin: 0 auto;
  width: 909px;


}



#footer {

  background: url(images/footer_bg.png) no-repeat;
  margin: 0 auto;
  width: 909px;
  height: 85px;
  text-align: center;
  font-size: 10px;
  font-family: Arial;

}

