/* CSS Document */

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	}
a {
	display: none;
}
.recipe_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: lighter;
	color: #000000;
}
.ingredients {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
}
img {
	display: none;
}
#recipecard {
	margin-top: 5px;
	margin-left: 5px;
	position: absolute;
	left: 100px;
	top: 0px;
}
#recipes, #topnav, .page {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none !important;
	background: transparent;
	position: absolute;
	top: 0px;
	right: 0px;
	}
#leftnav, #print, #topnav, h1, h4, form, .table_footer, .ptable {
	display: none;
}