	/* page styling*/
	body {background-color:#000000;}
	
	/* page element definitions */
	#top_bar {
		position:absolute;
		width:200px;
		height:115px;
		z-index:1;
		left: 35px;
		top: 10px;
	}

	#content {
		position:absolute;
		width:650px;
		height:595px;
		z-index:3;
		left: 150px;
		top: 255px;
		background-image: url(images/frame/centersq.jpg);
	}

	#rh_col {
		position:absolute;
		width:174px;
		height:605px;
		z-index:4;
		left: 811px;
		top: 255px;
		background-image: url(images/frame/rbar.jpg);
	}

	#footer {
		position:absolute;
		width:951px;
		height:80px;
		z-index:5;
		left: 35px;
		top: 864px;
		background-image: url(images/frame/footer.jpg);
	}
	
	
	/* fonts */
	.style1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #FFFFFF;
		font-size: 12px;
	}
	
	
	/* nav */
	#lh_nav {	
		position:absolute;
		width:110px;
		height:605px;
		z-index:2;
		left: 35px;
		top: 255px;
		background-image: url(images/frame/tools.jpg);
	}

	#lh_nav ul{list-style:none; margin-left:.25em; padding-left:.25em;}
	#lh_nav li{margin-top:1em;}
	#lh_nav a, a:active, a:hover, a:visited{font: normal 14px Georgia; color:#993399;}
	#lh_nav a:hover {color:#CC99FF;}

a:visited {
	color: #660066;
}
a:active {
	color: #cc99ff;
}