*
{
	margin: 0;
	padding: 0;
}
 
a
{
	color: #900;
	text-decoration: none;
}

a:hover
{
	color: #F00;
	text-decoration: none;
}

body
{
	color: #000;
	background-color: #FFF;
	font-family: Times, "Times New Roman", serif;
	font-size: 16px;
	line-height: 120%;
	margin-top: 40px;
}

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

div#box p
{
	margin: 0;
}

div#box p.indent
{
	text-indent: 25px;
}

div#box p.title
{
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

div#box p.rule
{
	font-size: 1px;
	line-height: 1px;
	border-bottom: 1px #900 solid;
	margin: 24px 0;
}

div#box p.picture,
div#box div.picture,
div#box div.title
{
	margin-top: 10px;
	text-align: center;
}

div#box div.ingredient
{
	clear: left;
	margin-top: 10px;
}

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

div#box div.ingredientRight
{
	padding-left: 245px;
	text-align: left;
}

div#box div.separator
{
	margin: 10px 0;
	text-align: center;
	font-style: italic;
}

div#box div.instruction
{
	margin-top: 20px;
}

div#box div.instruction p
{
	margin: 10px 0;
}

div#box div.instruction ol
{
	margin-top: 10px;
}

div#box div.instruction ol li
{
	margin: 3px 0 3px 30px;
}

div#box div.end
{
	margin: 10px 0 10px 100px;
	text-align: left;
	text-indent: -25px;
}

div#box table
{
	width: 500px;
	margin: 10px auto;
}

div#box table td.picture
{
	width: 250px;
	padding: 5px;
}

div#box table td.description
{
	width: 300px;
	padding-left: 10px;
}

div#box p.button
{
	display: none;
}

div#box p.copy
{
	text-align: center;
	color: #999;
	font-size: 0.8em;
}
