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

a:hover
{
	color: #000;
	text-decoration: 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
{
	color: #000;
	background-color: #FFF;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

div#boxOuter
{
	width: 760px;
	margin: 0px auto;
	background-image: url( "../img/flowers_top.png" );
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#boxOuter div#box
{
	padding: 150px 0 0 139px;
	width: 620px;
	background-image: url( "../img/flowers_bottom.png" );
	background-repeat: no-repeat;
	background-position: right bottom;
}

div#boxOuter div#box p
{
	margin: 10px 30px 10px 10px;
}

div#boxOuter div#box p.quote1
{
	width: 230px;
	margin: 5px auto;
}

div#boxOuter div#box p.quote2
{
	width: 385px;
	margin: 5px auto;
}

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

div#boxOuter div#box p.button
{
	padding: 12px 100px;
}

div#boxOuter div#box ul
{
	margin: 10px 50px 10px 50px;
	list-style-type: none;
}

div#boxOuter div#box ul li
{
	margin: 5px 0;
}

div#boxOuter p.copy
{
	text-align: right;
	font-size: 10px;
	line-height: 10px;
	color: #666;
	margin: -10px 5px 20px 0;
}

/* Recipe Styles */

div#outerBox
{
	width: 640px;
	margin: 20px auto;
	background-image: url( "../img/border.png" );
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#box
{
	width: 600px;
	padding: 20px;
	background-image: url( "../img/flowers_bottom.png" );
	background-repeat: no-repeat;
	background-position: right bottom;
}

div#box div.introduction
{
	margin-bottom: 20px;
}

div#box div#image
{
	margin-bottom: 20px;
	text-align: center;
}

div#box div#image img
{
	border: 1px #000 solid;
}

div#box div#title
{
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

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

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.end
{
	margin: 10px 0;
	text-align: left;
}

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

div#copy
{
	text-align: right;
	font-size: 10px;
	line-height: 10px;
	color: #666;
	margin: 0px 5px 20px 0;
}

span.superscript
{
	font-size: 90%;
}
