* {
	background: none;
	color: #000;
}

/* padding for printed document */
body {
	padding: 0;
	font-size: 90%;
}

/* turn off all unnecessary components */
.secondary, .header, .promo {
	display: none;
}

.primary .content {
	position: static;
	top: 0;
	left: 0;
	float: none;	
	margin-bottom: 0;
}

/* force content to go accross whole page */
.primary, .primary .article  {
	width: 18cm;
	padding: 0;
}

/* get rid of unnecessary padding */
.mainContentContainers {
	margin: 0;
	padding: 0;
}