body {position: relative; background: black; margin: 0; padding: 0;}

div#links {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 166px;
	height: 700px;
	font: 16px Verdana, sans-serif;
	z-index: 100;
	visibility: visible;
}
div#links a {display: block; text-align: center; font: bold 1em sans-serif; 
   padding: 5px 10px; margin: 0 0 1px; border-width: 0; 
   text-decoration: none; color: #999999; background: #444;
   border-right: 5px solid #505050;}
div#links a:hover {color: #411; background: #AAA;
   border-right: 5px double white;}

div#links a img {height: 0; width: 0; border-width: 0;}
div#links a:hover img {position: absolute; top: 190px; left: 55px; height: 50px; width: 50px;}

div#content {position: absolute; top: 26px; left: 161px; right: 25px;
   color: #BAA; background: #22232F; 
   font: 13px Verdana, sans-serif; padding: 10px; 
   border: solid 5px #444;}
div#content p {margin: 0 1em 1em;}
div#content h3 {margin-bottom: 0.25em;}

dt {font-weight: bold;}
dd {margin-bottom: 0.66em;}
div#content a:link {color: #999999;}
div#content a:visited {color: #999999;}
div#content a:link:hover {color: #CCCCCC;}
div#content a:visited:hover {color: #CCCCCC;}
code, pre {color: #EDC; font: 110% monospace;}




a:visited {
	color: #CCCCCC;
	border: none;
}
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline overline;
}

h1 {
	font-family: Verdana, Geneva,
	Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 150%;
	font-weight: 700;
	color: #999999;
}

h5 {
	font-family: Verdana, Geneva,
	Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: .25em;
	font-weight: 700;
	color: #999999;
}

p { 
	font-family: Verdana, Geneva,
	Arial, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	line-height: 150%;
}
