body
{
	background-color: #001100;
	font-family: veranda, arial, san-serif;
	font-size 14px;
	color:#6699AA
}


	/* this is the link style */ 
	a:link {text-decoration: none; color: #778877;}
	a:visited {text-decoration: none; color: #778877;}
	a:active {text-decoration: none; color: #ddffff;}
	a:hover {text-decoration: bold; color: #ddffff;}
		
	#topnav
{
	position: fixed;
	top: 5%;
	bottom:0;
	right: 0;
	left: 0;
	background-color: 001110;
	min-height: 100px;
	max-height: 100px; /* doesn't solve height problem */

}
	
#sidenav
{
	position: fixed;
	top: 20px;
	bottom: 0;
	left: 0;
	right: 50%;
	background-color: 000000;
	float: right;
	overflow: scroll;
}

#page
{
	position: fixed;
	top: 20px;
	bottom: 0;
	left: 50%;
	right: 0;
	background-color: white;
	/*margin-left: 100px;*/
	float: left;
	overflow: scroll;
}


.setapart
{
	font-size: 16px;
	line-height: 19px;
	font-style; italic;
	color: #E60766;/* dark pink */
	}
	
	
	.sectionhead
{
	font-size: 28px;
	line-height: 36px;
	font-style; italic;
	color: #732110;
	}
	