body {
  background-image: url('../images1/bg.jpg');
  background-repeat: repeat-x;
  padding:0;
  margin:0;
  background-color:#202020;
}
td#left_bg{
  background-image:url('../images1/left.jpg'); 
  background-repeat:no-repeat; 
  background-position:100% 0%;
}
td#right_bg{
  background-image:url('../images1/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 #D368F5;
}
#header_menu a{
  text-decoration: none;
  color: #F6E1FF;
}
.star{
  position: relative;
  top: 4px;
  color: #D368F5;
}
#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: #696869;
}
table#menu td{
  padding-top: 5px;
  border-style: solid;
  border-width: 0px 2px 0px 0px;
  border-color: #363636;
  background-image: url('../images1/menu_bg.jpg');
  background-repeat: repeat-x;
  text-align: center;
}
table#menu td.active{
  background-image: url('../images1/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('../images1/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: #2C0A36;
  color: #9180A5;
}
#footer a{
  text-decoration: none;
  color: #9180A5;
}
#footer_top{
  height: 28px;
  padding-top: 8px;
  text-align: center;
  background-color: #5D007A;
}
#footer_bottom{
  height: 21px;
  padding-top: 6px;
  padding-right: 16px;
  font-size: 12px;
  text-align: right;
}

