/* Dains Print CSS Document */

body {
	color:#000;
	font: 80% Verdana, Arial, sans-serif;
	line-height: 1.8em;
	text-align:left;
}

body * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	list-style-type: none;
}

/* get rid of all floating */

#wrap {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;	
	position:relative; !important;
}

div {
	margin-bottom: 2em;
}

#navigation ul, .hidden, #standardInformation,
#footer {
	display:none;
}
