html,body{
margin:0;
padding:0
}
body{
behavior:url("csshover.htc");
font: 76% verdana;
background-color: #000000;
}
p{
margin: 10px 0px 10px 10px;
}
div#container{
background:url("main_img/starfield.jpg");
background-repeat: repeat-y repeat-x;

width:1000px;
margin:0 auto;
}
div#header{
height:130px;
margin:0 auto;
}
div#header #logo{
margin: 10px 20px 0px 20px;
}
div#header #banners{

margin: 5px 20px 0px 10px;
}
div#navbar {
background:url("main_img/navbar_img.jpg");
background-repeat: repeat-x;
height: 30px;
border:1px solid #000;
}
div#navbar p{
font: bold 14px verdana;
text-align:right;
color: #000;
position:relative;
top:-4px;
}
div#wrapper{
float:left;
width:100%;
}
div#content{
margin: 20px 250px 20px 200px;
}
div#content p{
line-height:1.4;
text-align:center;
font: 110% verdana;
color: #FFF;
}
div#content u{
font: bold 110% verdana;
text-decoration:none;
color: #FF0;
}
div#content i{
font: bold 110% verdana;
color: #0F0;
}
div#content li{
font: 95% verdana;
color: #FFF;
}
div#content b{
font: bold 130% verdana;
text-decoration:underline;
color: #FFF;
}
div#content strong{
font: bold 130% verdana;
text-decoration:none;
color: yellow;
}
div#content td img{
border: 1px solid #FFF;
}
div#content td{
text-align:center;
padding: 20px 0px 20px 0px;
color:#FFF;
}
div#content img{
border: 1px solid #000;
}
div#navigation{
background:url("main_img/menupaper.jpg");
background-position: right top;
background-repeat: no-repeat;
float:left;
width:200px;
height:400px;
margin:20px 0px 20px -1000px;
}
div#navigation ul{
list-style-type:none;
color: #000;
margin-top: 20px;
margin-right: 10px;
}
div#navigation ul li{
font: bold 15px verdana;
cursor:pointer;
}
div#navigation ul li.ono:hover{
text-decoration:underline;
color: #F00;
}
div#navigation ul li.onocur{
list-style-type:square;
padding:0px 0px 0px 10px;
color: #000;
}
div#extra{
background:#000;
float:left;
width:250px;
margin:20px 0px 20px -250px;
}
div#footer{
background:url("main_img/navbar_img.jpg");
background-repeat: repeat-x;
clear:left;
width:100%;
height:30px;
border: 1px solid #000;
}
div#footer p{
font: bold 90% verdana;
text-align:center;
position:relative;
top:0px;
color: #000;
}
a:link {
color: #F00;
text-decoration: none;
font: bold 110% verdana;
}
a:visited{
color: #F00;
text-decoration: none;
font: bold 110% verdana;
}
a:hover {
text-decoration: underline;
}
#text a:link {
color: #c0c0c0;
text-decoration: none;
font: bold 110% verdana;
}
#text a:visited{
color: #c0c0c0;
text-decoration: none;
font: bold 110% verdana;
}
#text a:hover {
text-decoration: underline;
}