/*recipe print*/

* {
	background: #fff;
	border: none;
}

body {
	width: 640px;
	padding: .5in;
	font-size: 11pt;
	margin: .5in 0;
}

.recipeImage, .menuImage {
	float: right;
}

h3.recipeTitle {
	page-break-before:always;
	margin-top: .25in;
}


.recipePrintHeader {
	border-bottom: 1px solid #000;
	display: block;
}

#pageBackground, #pageWrapper, #contentWrapper, #innerContent {
	background: #fff;
}

.topNav, #pageHead, #footer {
	display: none;
}


