body{
  background: #000000 url(/images/starfield.png);
  color: #000000;
  margin: 0 0 0 0;
  font-color: black;
  font-family: Ariel, Helvetica, sans-serif;
}
#backdrop {
  margin: 0;
  background-image: url(images/AD-bg2.jpg);
  background-repeat:  no-repeat;
  padding: 0;
  clear: none;
}

h1 {
  margin: 0;
  padding: 0;
}

a { 
  font-weight: bold; 
  color: #333399; 
}
a:visited { color: #993399; }
a:active { color: #993333; }
a:hover { color: #993333; }

#container{
  margin: 0 30px;
}
#page-body{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #FFFFFF;
}

.translucent {
  height: 100%;
  width: 100%;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity:0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

#header{
  margin: 0;
  height: 150px;
  clear: all;
}
#logo{
  float: left;
  padding:  0;
  height: 100px;
  width: 437px;
}

#nav-area{
  margin: 0;
  padding: 0;
  height: auto;
  width: 200px;
  float: left;
}
#menu, #menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: bold;
  width: 100%;
  line-height: 1.8em;
  text-align: center;
}

#menu a {
  display: block;
  color: white;
  text-decoration: none;
}

#menu li {
  margin: 0 0 0 0;
  background: #333333 url(images/metal_background.gif) center left no-repeat;
  border: solid #000000 1px;
  height: 30px;
}

#menu li.parent {
  background: #333333 url(images/metal_background_parent.gif) center left no-repeat;
}

#menu li ul {
  position: absolute;
  left: -999em;
  w\idth: 200px;
}

#menu li li {
  margin: 0 0 0 0;
  color: white;
}

#menu li:hover ul {
  position: relative;
  top: -20px;
  left: 180px;
  z-index: 10;
}

#menu li:hover {
  background: #333333 url(images/metal_background_blue.gif) center right no-repeat;
}

#menu li li:hover {
  background: #333333 url(images/metal_background_blue.gif) center right no-repeat;
}

#main_body {
  position: relative;
  color: black;
  margin: 0 260px 0 0;
  padding: 0 0 0 0;
}

.content {
  position: relative;
  color: black;
  margin: 0 0 0 210px;
  padding: 0 0 0 0;
}

#footer {
  clear: both;
  text-align: center;
  width: 100%;
}

#site_news {
  float: right;
  background: white;
  color: black;
  margin-top: 30px;
  padding: 10px 10px 10px 10px;
  width: 230px;
  border: solid #333399;
  border-width:  5px 0 5px 5px;
  font-size: smaller;
  line-height: 1.2em;
}

#site_news_title {
  font-size: larger;
  font-weight: bold;
  color: #333399;
}

#footer p {
  line-height: 1.0em;
}
