/* 
	BROWSE-mode; overrides some elements defined in the main stylesheet.
	Created on 2003-06-16 by Tom De Herdt (http://www.wulfila.be) 
*/

header {
	padding: 10px 0 5px 0;
}

main {
	margin: 2% 0 2% 0;
	text-align: center;
}

footer {
	margin: 0 10px 0 10px;
	padding: 5px 0 10px 0;
	text-align: center;
}

/* new element: (duplicate) navigation at bottom of page: */
#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;
}

main .image img {
	display: block;
	width: 100%;
	max-width: 60em;
	height: auto;
	margin: 0 auto;
}