/* This is the stylesheet modern browser will use to print your pages. */
a {
	color: #000;
	text-decoration: none;
}

body {
	font-family: serif;
	font-size: 12pt;
}

#header {
	border: none;
	text-align: left;
}

#content {
	margin: 0px;
	padding: 0px;
	width: auto;
	border: none;
}

#main {
	float: none;
	margin: 0px 10%;
	padding: 0px;
	width: auto;
}

h2, h3, h4 {
	border: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width: auto;
}

.alignright, .alignleft {
	float: none;
}

li.ingred, h3.ingred {
	font: serif;
	color: black;
	float: none;
}

img {
	page-break-inside: avoid;
}


#sidebar, #footer, .hidden, .noprint, .navigation {
	display: none;
}