body { color:#7FAFA3; background-color: #000; margin: 0px;
font-family: georgia, 'times new roman', serif; }

a       {text-decoration: none}
A.link:link { color: #7FAFA3; }
A.link:visited { color: #7FAFA3; }
A.link:hover { color: #7FAFA3; text-decoration: underline; }
A.link:active { color: #7FAFA3; }

.oldbrowser { display: none }

.alt { display: none; }

#hidden { 
	height: 5px; 
	margin-top: 0px; 
	background-image: url("images/blank.gif"); 
	background-repeat : repeat 
	}

#top { 
	position: absolute;
	left: 0px;
	margin-top: 0px; 
	display: block; 
	width: 800px; 
	height: 72px; 
	background: url(images/top_bar.gif); 
	text-align : left 
	}

#sidebar { 
	position: absolute;
	left: 0px;
	margin-top: 72px; 
	display: block; 
	width: 157px; 
	height: 528px; 
	background: url(images/sidebar.gif); 
	text-align : left 
	}

#navbar { 
	position: absolute;
	left: 157px;
	margin-top: 72px; 
	width: 50%;
	display: block;
	background: #000; 
	text-align : left;
	vertical-align: top; 
	background: url(images/ampersand.gif) no-repeat; 
	font-size: 8pt;
	word-spacing: 18pt;
	}

#navbar li {
	display: inline;
	padding: 0;
	margin: 0;
	}

#corner { 
	position: absolute;
	left: 157px;
	margin-top: 100px; 
	display: block; 
	width: 40px; 
	height: 35px; 
	background: url(images/corner.gif); 
	text-align : left 
	}

#text { 
	position: absolute; 
	margin-top: 130px;
	left: 200px;
	right: 200px;
	background: #000; 
	text-align : left; 
	vertical-align: top; 
	}
