/*----------PRINT PAGE SINGLE start----------*/
/*--This section describes the alterations for how a single page, print version is displayed on screen (MEDIA="screen").  This CSS must be used with the mainstyle.css--*/
body {
	background: none;
	margin: 0px 0px 0px 75px;
	}

#mainbg {
	width: 692px;
	margin: 0px;
}

#maincontainer {
	background: #FFF;
	width: 692px;
	margin: 0px;
}

#header {
	width: 692px;
	height: 100px;
	margin: 0px;
	background: url(/includes/layoutimages/header/header_bg-print.png);
}
/*----------PRINT PAGE SINGLE end----------*/
