/* by kyle ross */

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;}
	
.fancytext
{
	font-size: 24px;
	line-height: 30px;
	font-style; italic;
	color: #E60066;/* dark pink */
	}
	
	

	
	#topnav
{
	position: absolute;
	top: 0;
	bottom: 80%;
	right: 0;
	left: 0;
	background-color: 001110;
	min-height: 100px;
	max-height: 100px; /* doesn't solve height problem */
	float: left;
}

#sidenav
{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 80%;
	right: 0;
	background-color: 001010;
	min-width: 100px;
	max-width: 400px;
	float: right;
}

#page
{
	position: fixed;
	top: 20%;
	bottom: 0;
	left: 0;
	
	overflow:no-scroll;
	background-color: 001100;
	margin-left: 100px;
	float: left;
	
}