
html,
body,
div#page,
div#page-content,
div#content,
div#header,
div#logo
{
	position: static;
	margin: 0em;
	padding: 0em;
	width: auto;
}

div#sidebar,
div#footer,
img#basil 
{
	display: none;
}

h1 img {
	display: block;
}

div.recipe img 
{
	float: right;
	height: 188px;
	margin-left: 1em;
	width: 250px;
}

body
{
	font-size: 90%;
}

p,
ul {
	color: #333;
	font: 0.9em/1.2em sans-serif;
	margin-top: 1em;
	margin-bottom: 1em;
}
