Body { background: url("images/planets.gif") #000 no-repeat top right; color: #fff; font-family: sans-serif;}
#header {
 margin-left: 0;
 color: #fff;
 border-bottom: 0;
 padding-top: 5px;
}
Body a:hover {background-color: #889;}
Body a { color: #fff; text-decoration: none; background-color: transparent;}
#header h4 a:hover {background-color: #008080;}
#header h4 a { color: #fff; text-decoration: none; background-color: transparent;}

#mainnav {
 height: 30px;
 padding: 0 0 0 0;
 margin: 0 0 0 2;
 font-size: 20px;
 color: #fff;
 background-image: url("images/navbar.gif");
 overflow: hidden;
}
.navtext {
 z-index: 10;
}
#topleft {
 width: 4px;
 height: 30px;
 padding: 0 0 0 0;
 margin: 0 0 0 0;
 background-image: url("images/tlcorner.gif");
 float: left;
}
#topright {
 width: 4px;
 height: 30px;
 padding: 0 0 0 0;
 margin: 0 0 0 0;
 background-image: url("images/trcorner.gif");
 float: right;
}

#splashbanner {
 height: 80px;
 padding: 0 0 0 0;
 margin: 0 0 0 2px;
 background-image: url("images/scanlines.gif");
}
#banner {
 padding: 0 0 0 0;
 margin: 0 0 0 0;
 float: left;
}
#tagline {
 float: right;
}

#content {
 margin: 0 25% 0 2px;
 padding: 3px;
 color: #fff;
 background-image: url("images/left.gif");
 background-repeat: repeat-y;
 background-color: #000;
}
#content a {color: #fff; background-color: transparent; text-decoration: underline; }
#content a:hover {color: #fff; background-color: #889; text-decoration: underline; }


#bottombar {
 height: 30px;
 width: 99%;
 padding: 0 0 0 0;
 margin: 0 0 0 2px;
 background-image: url("images/navbar.gif");
}
#bottomleft {
 width: 8px;
 height: 30px;
 padding: 0 0 0 0;
 margin: 0 0 0 0;
 background-image: url("images/blcorner.gif");
 float: left;
}
#bottomright {
 width: 8px;
 height: 30px;
 padding: 0 0 0 0;
 margin: 0 0 0 0;
 background-image: url("images/brcorner.gif");
 float: right;
}

#footer {
 clear: both;
 width: 95%;
 margin: 10px;
 text-align: center;
 padding: 3px;
 padding-bottom: 0.8em;
 color: #fff;
}
#footer .copyright {
 float: left;
 text-align: left;
}
#footer .legal {
 float: right;
 text-align: right;
}