/*
	Be sure to undo floats, inline-block and other items to get printing to work accurately.
*/

body {
	overflow: visible;
}

#sidebar,
#contentContainer,
#subnavContainer {
	float: none;
}

