@charset "utf-8";
/* CSS Document */
/* This will be the print style sheet */


body {
	background: white;
	}
	
#menu {
	display: none;
	}
	
.wrapper, #content {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}


#top_header {
	display:none;
}

#header {
	display:none;
}

#sub_menu {
	display:none;
}

#navigation {
	display:none;
}

#bottom_header {
	display:none;
}

#add_section {
	display:none;
}

.footer {
	display:none;
}

.last_mod {
	display:none;
}