/* foundation print style sheet */ 

body {
	font-family: Arial, Helvetica, sans-serif;
	background: none;
	color: black;
	width: 97%
	}


#navigationbox, #sectionimage {
	display: none !important;
 	clear: none !important;
	float: none !important;
	}

#content{
	width:100%;
	margin:0;
	clear: none !important;
	float: none !important;
	}

