*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #202902;
	background-color: #909A6F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.35em;
}

div#box
{
	margin: 0 auto;
	width: 700px;
	height: 100%;
	background-color: #CDC8A8;
	border-width: 0 5px 0 5px;
	border-color: #59672B;
	border-style: none solid none solid;
	background-image: url("../img/footer.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#box div#header
{
	margin-bottom: 20px;
	width: 700px;
	height: 275px;
}

div#box a
{
	color: #202902;
	background-color: #CDC8A8;
	font-style: normal;
	text-decoration: none;
	border-width: 0 0 1px 0;
	border-color: #202902;
	border-style: none none dotted none;
}

div#box div#title
{
	color: #202902;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

div#box div#imageBox
{
	text-align: center;
	margin: 20px 0;
}

div#box div#imageBox img
{
	width: 400px;
	height: 300px;
	border-color: #202902;
	border-width: 1px;
	border-style: solid;
}

div#box div.outer_content
{
	margin: 0 50px;
}

div#box div.inner_content
{
	margin: 5px 0;
}

div#box div.spacer
{
	margin: 25px 50px;
}

div#box div.ingredient_left
{
	float: left;
	width: 250px;
	text-align: right;
}

div#box div.ingredient_right
{
	padding-left: 255px;
}

div#box div.ingredient_separator
{
	padding: 5px 0 0;
	text-align: left;
	text-indent: 255px;
	font-style: oblique;
}

div#box div.instruction_left
{
	float: left;
	width: 1em;
	text-align: right;
}

div#box div.instruction_right
{
	padding-left: 1.4em;
	text-align: left;
}

div#box div.ending
{
	text-align: left;
}

div#box div#close
{
	margin-top: 20px;
	padding: 0 0 1em 0;
	text-align: center;
}

div#box div#close a
{
	padding: 0.2em 0.4em;
	color: #202902;
	background-color: inherit;
	font-size: 125%;
	font-weight: bold;
	border: none;
	text-decoration: none;
	cursor: pointer;
}

div#box div#close a:hover
{
	color: #CDC8A8;
	background-color: #59672B;
	text-decoration: none;
}

div#copy
{
	padding-top: 30px;
	color: #202902;
	width: 700px;
	font-size: 0.65em;
	text-align: center;
	line-height: 3em;
}

