/* CSS Document */
/*	Copyright 2004 Geert De Deckere. All Rights Reserved.
	This file overwrites all other styles
---------------------------------------- */

body {
	background:#fff;
	color:#000;
}

#header p#title, #nav, #footer #bottomnav {
	display:none;
}

#content, #main-content, #sub-content {
	background:#fff;
	border:none;
}
#main-content, #sub-content {
	float:none;
	width:100%;
}

