body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: rgb(0, 0, 0); 
	line-height: 1.15;
}

/* --------------------------------------------------


body {
	text-align: center;
	min-width: 700px;
	background-color: rgb(277, 227, 227);
	background: url(http://hansclough.com/images/hans-background-gray1.gif) fixed center no-repeat;}
}




#content {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: rgb(0, 0, 0); 
	line-height: 1.15;
	background-color: rgb(277, 227, 227);
}
	padding: 3px;


----------------------------------------*/



#lnav { 
	font-family: Impact, Arial, sans-serif;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}



#nav a:link {
	font-family: Impact, Arial, sans-serif;
	font-size: 16px; 
	color: rgb(164, 40, 0); 
	background: rgb(227, 227, 227); 
	text-decoration: none; 

/* All unvisited links will be colored red on gray */ 
}


#nav a:visited {
	font-family: Impact, Arial, sans-serif;
	font-size: 16px; 
	color: rgb(164, 40, 0); 
	background: rgb(227, 227, 227); 
	text-decoration: none; 

/* All visited links will be colored red on gray */
}


#nav a:hover {
	font-family: Impact, Arial, sans-serif;
	font-size: 16px; 
	color: rgb(227, 227, 227); 
	background: rgb(164, 40, 0); 
	text-decoration: none; padding: 3px; 
	

/* Mouseover will be gray on red */
}


#nav a:active {
	font-family: Impact, Arial, sans-serif;
	font-size: 16px; 
	color: rgb(255, 255, 255); 
	background: rgb(164, 40, 0); 
	text-decoration: none; 

/* All active links will be colored white on red */ 
}


/* must be in this order: a:link, a:visited, a:hover, a:active */






