BODY {
BACKGROUND-COLOR: #000;
}
html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }
body {
 color: #fff;
}

span.article_separator {
background: #999;
display:block;
height:1px;
margin:0;
padding:0;
width:0;
}

td.contentheading {
color: #888888;
font-size: 20px;
}

a:link, a:visited  {
text-decoration: none; 
color: #7EAAD0;
} 
a:hover {
color: #497EAB; 
text-decoration: none;
}



td.createdate {
      font-size: 10px;
      color: #888888;
      text-align: right;
}

ul {
margin: 0;
margin-top:5px
list-style: none;
padding: 0px 0px 0px 0px;
}

li {
margin: 0;
background: url(../../../images/stories/button.png) no-repeat;
list-style: none;
padding: 0px 7px 0px 0px;
}

.main {
  left:50%;
  top:0%;
  width: 800px;
  margin:0;
  margin-left:-400px;
  position:absolute;
  height:100%;
}

.top {
 position:absolute;
 left:50%;
 background: url("../../../images/top.png") #000;
 margin-left:-400px;
 width:800px;
 height:40px;
 top:80px;
}

.banner {
 position:absolute;
 left:50%;
 background: url("../../../images/banner.png") #000;
 margin-left:-400px;
 width:800px;
 height:80px;
}

.footerm {
 background: #000;
 position:absolute;
 width:800px;
 bottom:0px;
 height:20px;
 font-size: 11px;
      color: #888888;
      text-align: center;
 z-index: 50;
}

.bottom {
 position:absolute;
 left:50%;
 background: #000 url("../../../images/bottom.png") no-repeat;
 margin-left:-400px;
 width:800px;
 bottom:20px;
 height:60px;
 z-index: 50;
}


.left{
 background:url("../../../images/lcarsleft.png") #000;
 position:fixed;
 margin-left:-400px;
 top:120px;
 left:50%;
 width:75px;
 height:100%;
 z-index: 10;
}
.right{
 background:url("../../../images/lcarsright.png") #000;
 position:fixed;
 margin-left:325px;
 top:120px;
 left:50%;
 width:75px;
 height:100%;
 z-index: 10;
}

.menu0{
 position:fixed;
 text-align: right;
 margin-left:-456px;
 top:170px;
 left:50%;
 width:120px;
 background: #000;

 z-index: 20;

}

.menu1{
 position:fixed;
 text-align: right;
 margin-left:-456px;
 top:300px;
 left:50%;
 width:120px;
 background: #000;

 z-index: 20;

}

.menuspacer{
 position:fixed;
 text-align: right;
 margin-left:-456px;
 top:168px;
 left:50%;
 width:120px;
 height:2px;
 background: #000;
 z-index: 30;

}
.menuspacer1{
 position:fixed;
 text-align: right;
 margin-left:-456px;
 top:298px;
 left:50%;
 width:120px;
 height:2px;
 background: #000;
 z-index: 30;

}

.content {
  top:120px;
  left:50%;
  position:absolute;
  width:650px;
  margin-left:-325px;
  height:70%;
  overflow:auto;
  z-index: 90;
}