﻿@media print {
	body {
		background-color: white !important;
		background-image: none !important;
	}

	#header, #menu, #footer, #other-content, .hidePrint {
		display: none;
	}

	#page {
		width: 100%;
		padding-top: 0;
	}

	#main-content {
		float: none;
		width: 90%;
		padding: none;
	}

}

