/* CSS Document */

body {
background-color:#000000;
}

p {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:11px;
color:#A29A98;
}

a {
color:#7F7F7F;
}

a:hover {
		color: #ffffff;
		
	}


h1 {
font-family:"Times New Roman", Times, serif;
font-size:11px;
text-transform:uppercase;
letter-spacing:2pt;
color:#7F7F7F;

}

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:100px;
left:150px;
width:400px;

}

.cells {
padding: 10px;

background-color:#070707;
border:1px solid #581600;

}

.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;
	}

