/*
	Print specific styles
*/

html,
body,
#container,
#mainTop {
	background-color: #fff;
}

/*
	PC IE 5/6 requires hack to prevent flash content wrapping below content
	when being printed.  On-screen OK.  Other browsers show hidden content
	(incl. IE 7) effectively showing full image as intended.

*/

#content2 {
	width: 459px;
}
#content2 {
	overflow: hidden;
}
html>body #content2 {
	overflow: visible;
}
#printerfooter {
	display: block;
}
#printerfooter p {
	color: #333;
}
