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

span.superscript
{
	font-size: 90%;
}
 
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.box
{
	display: none;
	position: absolute;
}

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

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

div#box_main div.container p
{
	margin: 10px 30px 10px 10px;
}

div#box_main div.container p.quote1
{
	width: 230px;
	margin: 5px auto;
}

div#box_main div.container p.quote2
{
	width: 385px;
	margin: 5px auto;
}

div#box_main div.container p.image
{
	text-align: center;
}

div#box_main div.container p.button
{
	padding: 12px 100px;
}

div#box_main div.container ul
{
	margin: 10px 50px 10px 50px;
	list-style-type: none;
}

div#box_main div.container ul li
{
	margin: 5px 0;
}

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

/* Recipe Styles */

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

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

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

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

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

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

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

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

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

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

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

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

div.box div.recipe div.end
{
	margin: 10px 0;
	text-align: left;
}

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

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