*
{
	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;
}

a
{
	color: #1A332E;
	text-decoration: none;
	border-bottom: #1A332E 1px dotted;
}

a:hover
{
	color: #1A332E;
	text-decoration: none;
	border-bottom: #1A332E 1px solid;
}

body
{
	color: #1A332E;
	background-color: #9CD4C9;
	background-image: url( ../img/background.png );
	margin: 1em 0 0 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	line-height: 140%;
}

div#box
{
	width: 850px;
	margin: 0 auto;
}

div#box div#title
{
	display: none;
}

div#box div#top
{
	width: 850px;
	height: 140px;
}

div#box div#middle
{
	background-image: url( ../img/middle.png );
	background-repeat: repeat-y;
}

div#box div#bottom
{
	width: 850px;
	height: 30px;
}

div#box p
{
	margin: 10px 75px;
}

div#box p#first
{
	margin-top: 0;
}

div#box div.recipe
{
	padding: 0 75px;
}

div#box div.title
{
	padding: 5px 0 0;
	text-align: center;
	font-size: 130%;
	font-style: italic;
}

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

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

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

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

div#box div.instruction_right a.roll
{
	float: right;
	margin: 5px 0 5px 10px;
	cursor: pointer;
	border: 0 none #000;
}

div#box div.instruction_right a.roll img
{
	border: 1px solid #1A332E;
}

div#box div.above
{
	padding-top: 1em;
}

div#box div.below
{
	padding-bottom: 1em;
}

div#box div#home
{
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

div#box div#home a
{
	border: none;
}

div#box div#home a img
{
	border: none;
}

div#copy
{
	width: 100%;
	margin: 0 auto;
	margin-top: -15px;
	color: #1A332E;
	font-size: 9px;
	text-align: center;
}
