/* CSS Document */

body {
background-image: url(gnetbg.jpg);
background-position:top left;
background-attachment:fixed;
background-repeat:no-repeat;
background-color:#000000;
}

p {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:11px;
color:#ffffff;
}

a {
font-family:Georgia;
font-size:11px;
color:#7F7F7F;
letter-spacing:2pt;
text-transform:uppercase;
text-decoration:none;
background-color: #070707;
padding:0 0 0 0;
margin: 0 0 0 0;
text-align: center;
display:block;
line-height:20px;
}

a:hover {
		color: #ffffff;
		background-color: #4A4A4A;
font-family:Georgia;
font-size:11px;
letter-spacing:2pt;
text-transform:uppercase;
text-decoration:none;
display: block;
padding:0 0 0 0;
margin: 0 0 0 0;
text-align: center;
	}


h1 {
font-family:"Times New Roman", Times, serif;
font-size:18px;
font-weight:bold;
color:#960E2E;
}

ul {
	list-style-image: url(bullet.gif);
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#53514C;
		padding-left:80px;
}
div#links a span {display: none;}

div#links a:hover span {
	display: block;
	width:260px;
   position: absolute; 
   top: 40px; 
   left: 0px;
   color: #B2B2B0;
	text-transform:none;
	text-decoration:none;
	letter-spacing:0pt;
   font: 11px Georgia, sans-serif; 
   text-align:right;
   }
   
#content {
position:absolute;
top:250px;
left:220px;

}

.cells {
padding: 4px;
background-color:#070707;
border:1px solid #581600;
color:#B2B2B0;
   font: 11px Georgia, sans-serif; 
   line-height:16px;

}

.navlinks a {
font-family:Georgia;
font-size:11px;
color:#4A4A4A;
letter-spacing:2pt;
text-transform:uppercase;
text-decoration:none;
background-color: #000000;
padding:0 0 0 0;
margin: 0 0 0 0;
text-align: center;
display:block;
line-height:20px;
}

.navlinks a:hover {
		color: #ffffff;
		background-color: #4A4A4A;
font-family:Georgia;
font-size:11px;
letter-spacing:2pt;
text-transform:uppercase;
text-decoration:none;
display: block;
padding:0 0 0 0;
margin: 0 0 0 0;
text-align: center;
	}

