body { 
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;	
}

#header { height: 105px; font-size: 36px; text-align: center; width: 700px; border-bottom: 1px solid #00f; }

#pagecontent { width: 700px; padding: 5px; }

#nav { padding: 3px; }

/*#nav a:link { color: white; text-decoration: none; } 
#nav a:visited { color: white; text-decoration: none;}
#nav a:hover { color: white; text-decoration: underline;} 
*/
#nav ul { margin: 0; padding-left: 0; white-space: nowrap;}
#nav ul li  { display: inline; list-style-type: none; font-size: 90%; letter-spacing: 1.5px;}
#nav ul a { padding: 2px 6px; }
#nav ul a:link, #nav ul a:visited
{ color: #f00; background-color: #fff; text-decoration: none; }
#nav ul a:hover
{ color: #fff; background-color: #f00; text-decoration: none; }

#footer { width: 700px; text-align: center; border-top: 1px solid #00f; font-size: 10px;}

