
body
{
	background-color: 	#dddddd;
	font-family: 		Verdana,Helvetica,Ariel,sans-serif;
	line-height:		1.6em;
	
}
ul
{
	list-style-type:	none;
}
li{
	margin-left: 		0;
	margin-right: 		10%;
	margin-top: 		1.1em;
	margin-bottom: 		1.1em;
}

#containsall
{
	background-color: 	#eeeeee;
	width: 				900px;
	margin-left:		auto;
	margin-right:		auto;
	border-style:		none;
	border-width:		1px;
	border-color:		#580000;
}
#header
{ 
	background-color:	#aaaaaa;
	line-height:		0.8em; 
	display: flex;
}
#logo
{
	background-color:	none;
	/* margin:				10px 0px 0px 0px; */
}
#headertext
{
	width: 				100%;
	font-family:		Georgia;
	font-size:			300%;
	float: 				right;
	padding-bottom:		0px;
	background-color:	none;
	margin-top:			50px;	
	vertical-align: middle;
	text-align: center;
}


#main
{
	margin:				40px 10px 0px 300px;
	background-color:	#eeeeee;
	
}
#nav
{
	width: 				300px;
	height:				700px;
	float:				left;
	background-color:	#eeeeee;
	margin:				25px 0px 0px 0px;
	line-height:		1em;
	
}

#returnhome
{
	margin-top:			6em;
	font-size:			115%;
}

#footer
{
	background-color:	#aaaaaa;
	text-align:			center;
	clear:				left;
}


.currentpage
{
	color:		#b50000;
}
a:link 
{
	color:#580000;
	text-decoration:none;
} 
     
a:visited 
{
	color:#580000;
	text-decoration:none;
}  
a:hover 
{
	color:#b50000;
	text-decoration:none;
} 



 

