/* 
	BROWSE-mode; overrides some elements defined in the main stylesheet.
	Created on 2003-06-16 by Tom De Herdt (http://www.wulfila.be) 
*/

div#header {
	padding: 10px 0 5px 0;}
	
div#body {
	margin: 2% 0 2% 0;
	text-align: center; }
	
div#footer {
	margin: 0 10px 0 10px;
	padding: 5px 0 10px 0;  
	text-align: center; }

/* new element: (duplicate) navigation at bottom of page: */
div#navbottom {
	/*border-top: 1px solid navy;*/ 
	margin: 0 10px 0 10px;
	padding: 0px 5px 25px 5px;
	text-align: center;
	font-family: sans-serif;
	font-size: 12pt;}

	