body {
	position: 
		relative; 
		background: black;
		color: black;
		margin: 0; 
		padding: 0;
	}

div#links {
	position: 
		absolute; 
		top: 80px; 
		left: 0; 
		width: 88px; 
		height: 700px; 
		font: 12px "Comic Sans MS"; 
		z-index: 100;
	}

div#links a {
	display: block; 
		text-align: center; 
		font: bold 12px "Comic Sans MS"; 
		padding: 5px 10px; 
		margin: 0 0 1px; border-width: 0; 
   		text-decoration: none; 
  		background: #425D9A;
   		color: #FFFFFF; 
   		border-right: 
   		5px solid #505050;
   }
   
   
div#links a:hover {
	color: #411; 
	background: #AAA;
	border-right: 5px double white;
	}

div#links a span {
	display: none;
	}
	
div#links a:hover span {
	display: block;
		position: absolute; 
		top: 180px; 
		left: 0; 
		width: 80px;
		padding: 0px; 
		z-index: 100;
		color: #AAA; 
		background: black;
		font: 10px "Comic Sans MS"; 
		text-align: center;
	}

div#content {
	position: absolute; 
		top: 80px; 
		left: 99px; 
		width: 80%; 
		right: 50px;
		color: #BAA; 
		background: #22232F;
		font: 12px "Comic Sans MS"; 
		padding: 10px; 
		border: solid 5px #425D9A;
		
	}

div#quote {
	position: relative; 
		top: -300px auto;
 
		width: 148px; 
		margin:50px auto;
		color: #BAA; 
		background: #22232F;
		font: 12px "Comic Sans MS"; 
		padding: 10px; 
		border: solid 1px #505050;
		
	}


div#content h3 {
	margin-bottom: 4em;
	}

div#head {
	position: absolute; 
		top: 0px; 
		left: 0px;
		color: #BAA; 
		background: #22232F; 
		font: 13px "Comic Sans MS"; 
		padding: -20px; 
	}
	
div#head1 {
	position: absolute; 
		top: 60px; 
		left: 0px;
		color: #BAA; 
		background: #425D9A; 
		font: 1px arial; 
		padding: 0px; 
	}
	
div#footer {
	position: relative;
		width: 400px;
		margin:3px auto;
		text-align:center; 
		padding:5px;
		border:1px dashed #333;
		background: black;
		color: white;
	}

h1 {
	margin: 0; 
	padding: 0px 0 0px; 
	text-align: center; 
	background: #666699; 
	color: #FFFFFF; 
	letter-spacing: 0.3em; 
	font: bold 25px "Comic Sans MS"; 
	height: 28px; 
	white-space: nowrap;
	}
	
dt {font-weight: bold;}

dd {margin-bottom: 0.66em;}

div#content a:link {background: none; color: white;}

div#content a:visited {background: none; color: #BBC;}

div#content a:link:hover {background: none; color: #425D9A;}

div#content a:visited:hover {background: none; color: #425D9A;}

code, pre {background: none; color: #EDC; font: 110% monospace;}

	
	
-->