*{ margin:0px; padding: 0px; }

body {background-color:#333333}



#menubar
{

background: black; 
color: #9999FF; 
float: left;
margin: 0 auto;

}

#menubar ul {
list-style-type: none;
}

#menubar ul li {
float: left;
position: relative;
padding-right:5px;
padding-left:5px;


}

#menubar ul li a {
text-align: left;
padding: 3px;
padding-right:10px;
display:block;

}


#menubar ul li ul {
display: none
}

#menubar ul li:hover ul {
display: block;
position: absolute;
background: black; 
border-style:ridge;
border-color:white;


}

#menubar ul li:hover ul li a {
text-align: left;
}

#menucontain
{
background: black; 
position: relative; 
top: 80px; 
left: 15px;
height: 27px;
width: 800px;
border-style:ridge;
border-color:white;

}

#bigcontain{
position: absolute;
top: 175px;
left: 15px;
width: 800px;
z-index:-1;
}



#maincontent {
background: black; 
color: #9999FF;
width: 780px;
border-style:ridge;
padding-left:10px;
padding-right:10px;
font-size: 110%;

}




#subcontent {
position: relative; 
top: 6px;
background: black; 
color: #9999FF;
width: 780px;
padding-left:10px;
padding-right:10px;
border-style:ridge;
border-color:white;
font-size: 110%;
}

#bottomadd {
position: relative; 
top: 20px;
background: black; 
color: #9999FF;
padding-left:10px;
padding-right:10px;
border-style:ridge;
border-color:white;
}

#vsideadd {
position: relative; 
top: 20px;
background: black; 
color: #9999FF;
padding-left:10px;
padding-right:10px;
border-style:ridge;
border-color:white;
}

#rightaddcontain{
position: absolute;
top: 2px; 
left: 1100px; 
z-index:-1;
}


.rollover a:hover {color: #CC6600}

a:link { text-decoration: none; color: #9999FF }

a:active { text-decoration: none; color: #9999FF }

a:visited { text-decoration: none; color: #9999FF }

.topbanner{
position: absolute; 
top: 10px; 
width: 805px;
height: 120px;
left: 15px; 
border-style:none;
}

.highlighter{
color:#CC6600;
}


#rightcontain{
position: absolute;
top: 2px; 
left: 840px; 
width: 200px;
z-index:-1;
}

#rightcontent {
position: relative; 
top: 8px;
background: black; 
color: #9999FF;
width: 200px;
padding-left:10px;
padding-right:10px;
border-style:ridge;
border-color:white;
font-size: 110%;
}


#rightcontent2 {
position: relative; 
top: 6px;
background: black; 
color: #9999FF;
width: 200px;
padding-left:10px;
padding-right:10px;
border-style:ridge;
border-color:white;
font-size: 110%;
}


#rightcontent3 {
position: relative; 
top: 6px;
background: black; 
color: #9999FF;
width: 200px;
padding-left:10px;
padding-right:10px;
border-style:ridge;
border-color:white;
font-size: 110%;
}

.imgleft {
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;

}

.spacer {
  clear: both;
  }

.textcenter {
   text-align: center;
  }
  