body {
  background-image: url('../images2/bg.jpg');
  background-repeat: repeat-x;
  padding:0;
  margin:0;
  background-color:#202020;
}
td#left_bg{
  background-image:url('../images2/left.jpg'); 
  background-repeat:no-repeat; 
  background-position:100% 0%;
}
td#right_bg{
  background-image:url('../images2/right.jpg'); 
  background-repeat:no-repeat;
}
#site{
  position: relative;
  width: 992px;
  background-color: #000;
  font-family: arial, "Trebuchet MS", Tahoma, Verdana;
  font-size: 13px;
  color: #BEBEBE;
}
#header{
  position: relative;
  width: 992px;
  height: 301px;
  background-repeat:no-repeat; 
}
#header_menu{
  position: relative;
  padding-top: 20px;
  padding-right: 60px;
  text-align: right;
}
#header_menu #header_menu_elements{
  position: relative;
  float: right;
  margin-top: 2px;
  padding: 0px 6px 0px 10px;
  border-bottom: 1px solid #6B0607;
}
#header_menu a{
  text-decoration: none;
  color: #F1F1F1;
}
.star{
  position: relative;
  top: 4px;
  color: #BC1111;
}
#menu_container{
  position: relative;
  width: 992px;
  height: 43px;
}
table#menu{
  width: 968px;
  height: 43px;
  margin-left: 11px;
  border-style: solid;
  border-spacing: 0px;
  border-width: 0px 0px 2px 2px;
  border-color: #363636;
  background-color: #5A5A5A;
}
table#menu td{
  padding-top: 5px;
  border-style: solid;
  border-width: 0px 2px 0px 0px;
  border-color: #363636;
  background-image: url('../images2/menu_bg.jpg');
  background-repeat: repeat-x;
  text-align: center;
}
table#menu td.active{
  background-image: url('../images2/menu_bg2.jpg');
}
table#menu td a{
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #ECECEC;
}
#content{
  width: 992px;
  font-family: "Trebuchet MS", arial, Tahoma, Verdana;
  font-size: 13px;
}
#content_padding{
  position: relative;
  width: 964px;
  margin: 14px 14px 0px 14px;
  background-image: url('../images2/cont_bg.gif');
  background-repeat: repeat-x;
}
#content_left{
  position: relative;
  float: left;
  width: 780px;
  padding-top: 10px;
}
#content_right{
  position: relative;
  float: left;
  width: 184px;
  padding-top: 46px;
  background-repeat:no-repeat; 
}
#content_clear{
  clear: both;
}
#footer{
  position: relative;
  height: 63px;
  margin-bottom: 30px;
  background-color: #390001;
  color: #7A7A7A;
}
#footer a{
  text-decoration: none;
  color: #7A7A7A;
}
#footer_top{
  height: 28px;
  padding-top: 8px;
  text-align: center;
  background-color: #5F0304;
  color: #CCCCCC;
}
#footer #footer_top a{
  color: #CCCCCC;
}
#footer #footer_top .star{
  color: #CCCCCC;
}
#footer_bottom{
  height: 21px;
  padding-top: 6px;
  padding-right: 16px;
  font-size: 12px;
  text-align: right;
}

