/*
Janice's Kitchen
Print Style Sheet
*/

body,
div#centerWrapper,
div#footer {
	background-color: #fff;
	}

img#logo,
div#header,
ul#nav,
div#submenu {
	display: none;
	}

/* printLogo is hidden with display: none; in screen.css - here we turn it back on for print */	
img#printLogo {
	width: 200px;
	height: 130px;
	margin: 0 0 0 35%;
	display: block;
	}
	
div#page {
	margin-left: 50px;
	}

div#footer {
	margin-left: 108px;
	}
	
div#footer a#requestQuote {
	display: none;
	}