*
{
	margin: 0;
	padding: 0;
}

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

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

/* tabs */

div.left
{
	float: left;
	width: 14px;
	height: 25px;
	background-image: url(../img/tabLeft.png);
	background-repeat: no-repeat;
}

div.leftEnd
{
	background-image: url(../img/tabLeftEnd.png);
}

div.center
{
	float: left;
	height: 25px;
	background-image: url(../img/tabCenter.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}

div.centerEnd
{
	background-image: url(../img/tabCenterEnd.png);
}

div.center a
{
	color: #050;
	text-decoration: none;
}

div.center a:hover
{
	color: #000;
	text-decoration: none;
}

div.right
{
	float: left;
	width: 14px;
	height: 25px;
	background-image: url(../img/tabRight.png);
	background-repeat: no-repeat;
}

div.rightEnd
{
	background-image: url(../img/tabRightEnd.png);
}

div.top
{
	clear: left;
	height: 25px;
}

div.middle
{
	clear: left;
	background-color: #FFC;
	height: 25px;
	border-top: 0px solid;
	border-right: 2px #060 solid;
	border-bottom: 0px solid;
	border-left: 2px #060 solid;
}

/* recipe area */

div#core
{
	padding: 35px 20px 20px 20px;
	background-color: #FFC;
	border-top: 0px solid;
	border-right: 2px #060 solid;
	border-bottom: 2px #060 solid;
	border-left: 2px #060 solid;
}

div#core h1
{
	color: #050;
	font-size:20px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 20px;
}

div#core div.section
{
	margin-bottom: 15px;
}

div#core div.section div.subhead
{
	float: left;
	width: 100px;
	text-align: right;
	color: #050;
	font-weight: bold;
}

div#core div.section div.paragraph
{
	margin-left: 110px;
}

div#core div.section div.indent
{
	margin-left: 125px;
	text-indent: -15px;
}

div#core div.section div.paragraph a
{
	text-decoration: none;
	border-bottom: 1px dotted #555;
}

div#core div.section div.paragraph div#image
{
	float: right;
	margin: 0 0 5px 15px;
	width: 202px;
	text-align: center;
	font-size: 90%;
}

div#core div.section div.paragraph div#image img
{
	border: 1px #050 solid;
	cursor: pointer;
}

div#core div.section div.separator
{
	margin: 5px 0 5px 120px;
	font-style: italic;
}

div#core div.section div.paragraph div.number
{
	float: left;
	width: 15px;
}

div#core div.section div.paragraph div.instruction
{
	margin-left: 18px;
}

div#core div.section div#header
{
	text-align: center;
}

div#core div.section div.introduction
{
	margin: 10px 20px;
}

div#core div#navbar
{
	text-align: center;
}

div#core div#navbar a
{
	font-weight: bold;
	color: #050;
	text-decoration: none;
}

div#core div#navbar a:hover
{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

/* copyright notice */

div#copy
{
	color: #FFC;
	font-size: 10px;
	text-align: center;
}

