/* This hides all the menus etc so they aren't printed out */

html, body, .container {
	min-height			: 100%;
	width				: 100%;
	height				: 100%;
	color				: #000000;
	background			: #ffffff;
	background-image	: none;
	}

.ahem {
	display				: none
	}

img {
	border				: none;
	}

li.dummy {
	display				: none;
	}

.sidebar {
	display				: none
	}

.main, .address {
	padding				: 0.5em;
	margin				: 0.5em;
	color				: #000000;
	background			: #ffffff;
	}
