*, body * {
	background: none !important;
	color: #000 !important;
}

/* padding for printed document */
body {
	padding: 0;
	font-size: 90%;
}

/* turn off all unnecessary components */
.nav, .secondary, .footer {
	display: none;
}

/* force content to go accross whole page */
#master {
	width: 100%;
	padding: 0;
	position: static;
}

#masterFrame {
	width: 100%;
	border-bottom: none;
	position: static;
	height: auto;
	padding-top: 0 !important;
}



/* Primary Content Area
--------------------------------------------------------------------------*/
.primary {
	width: 100%;
}

.primary .wrapper {
	position: static;
	width: auto;
}

.primary .content {
	padding: 0;
	position: static;
}

.heading2 h2 {
	padding-left: 0;
	border-bottom: none;
}