/* Basics CSS*/

 /* Remove unwanted elements */
#hdr, #nav
{
display: none;
}

/* Ensure the content spans the full width */
#container, #container2, #cont
{
width: 100%; margin: 0; float: none;
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}
.recipe {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	width: 400px;
	padding: 10px;
}
#ftr {
	clear: both;
	color: #000;
	font-size: 0.8em;
	text-align: center;
	margin: 1em 0 0;
	height: 40px;
	padding-top: 5px;
	border-width: 0px;
	border-style: none;
 }
 #outer {
	border-width: 0px;
	border-style: none;
 }
