*
{
	margin: 0px;
	padding: 0px;
	border: none;
}

span.numerator
{
	font-size: 0.8em;
	line-height: 0.8em;
	vertical-align: 0.3em;
}

span.denominator
{
	font-size: 0.8em;
	line-height: 0.8em;
	vertical-align: -0.1em;
}

body
{
	margin: 20px 0 10px;
	color: #333;
	font-family: Georgia, Times, "Times New Roman", Serif;
	font-size: 14px;
	line-height: 140%;
	background-image: url('../img/background.jpg');
	background-attachment: fixed;
	background-color: #FFF;
}

div.box
{
	display: none;
	position: absolute;
	width: 810px;
	margin: 0 auto;
}

div.box div.top
{
	width: 810px;
	height: 25px;
	background-image: url('../img/top.png');
	background-repeat: no-repeat;
}

div.box div.middle
{
	width: 810px;
	padding: 10px 0;
	background-image: url('../img/middle.png');
	background-repeat: repeat-y;
}

div.box div.bottom
{
	width: 810px;
	height: 25px;
	background-image: url('../img/bottom.png');
	background-repeat: no-repeat;
}

div.box div.middle p
{
	margin: 0 35px;
	text-indent: 2em;
	text-align: justify;
}

div.box div.middle p.first
{
	text-indent: 0;
}

div.box div.middle p.course
{
	text-indent: 0;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	margin: 15px 0 5px;
}

div.box div.middle p.dish
{
	text-indent: 0;
	text-align: center;
	margin: 5px 0;
}

div.box div.middle p.dish a
{
	color: #000;
	text-decoration: none;
}

div.box div.middle p.dish a:hover
{
	color: #666;
	text-decoration: none;
}

div.box div.middle p.button
{
	text-indent: 0;
	text-align: center;
	font-size: 120%;
}

div.box div.middle p.button a
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

div.box div.middle p.button a:hover
{
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

div.box div.image
{
	text-align: center;
}

div.box div.image img
{
	width: 400px;
	height: 300px;
	border: 1px #600 solid;
	margin: 25px 0px;
}

div.box div.middle div.title
{
	color: #600;
	padding: 10px 0;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

div.box div.middle div.ingredient
{
	clear: both;
	margin: 5px 0;
	margin: 5px 50px;
}

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

div.box div.middle div.ingredientRight
{
	padding-left: 255px;
}

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

div.box div.middle div.instruction
{
	clear: both;
	margin: 5px 50px;
}

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

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

div.box div.middle div.ending
{
	text-align: left;
	margin: 5px 50px;
}

div.box div.middle div.first
{
	margin-top: 25px;
}

div.copy
{
	font-size: 9px;
	text-align: center;
	line-height: 20px;
	color: #AAA;
}
