*
{
	margin: 0;
	padding: 0;
}

acronym
{
	cursor: help;
	border-bottom: #000;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	font-variant: normal;
}

body
{
	background-color: #FFF;
	background-image: url( ../img/stone.jpg );
	margin: 1em;
	font-family: Georgia, Times, "Times New Roman", Serif;
	font-size: 14px;
	line-height: 140%;
}

div#box
{
	width: 800px;
	margin: 0 auto;
	background-image: url( ../img/board_middle.jpg );
	background-color: #FFF;
	background-repeat: repeat-y;
}

div#box div#header_print,
div#box div#divider_print
{
	display: none;
}

div#box div#header_screen,
div#box div#footer_screen
{
	width: 800px;
	height: 50px;
}

div#box div#title
{
	width: 350px;
	padding: 20px 225px 0px;
}

div#box p
{
	padding: 0 75px;
	text-indent: 2em;
}

div#box p#first
{
	text-indent: 0;
	padding-top: 30px;
}

div#box a.note
{
	margin-left: 1px;
	color: #000;
	background-color: inherit;
	font-family: Times, "Times New Roman", Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 80%;
	vertical-align: 3px;
	line-height: 100%;
	border: none;
	text-decoration: none;
}

div#box a.note:hover
{
	text-decoration: none;
	color: #CCC;
	background-color: #333;
}

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

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

div#box div.ingredient_list a img
{
	border-width: 0;
	border-color: #FFF;
	border-style: none;
}

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.above
{
	padding-top: 1em;
}

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

div#box div#home
{
	width: 100%;
	text-align: center;
}

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

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

div#box div.footnote
{
	font-size: 12px;
	line-height: 1.25em;
	margin: 0.5em 0 0 0;
	padding: 0 75px 0 55px;
	clear: left;
}

div#box div.footnote div.footnoteNumber
{
	float: left;
	text-align: right;
	width: 2em;
	padding-right: 0.5em;
}

div#box div.footnote div.footnoteNumber a.noteNumber
{
	color: #000;
	background-color: inherit;
	border: none;
	text-decoration: none;
}

div#box div.footnote div.footnoteNumber a.noteNumber:hover
{
	color: #CCC;
	background-color: #333;
	text-decoration: none;
}

div#box div.footnote div.footnoteText
{
	padding-left: 2.5em;
}

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

div#frame
{
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: -500px;
	width: 450px;
	z-index: 10;
}

div#frame div#top
{
	position: absolute;
	width: 450px;
	height: 325px;
	background-image: url(../img/frame_top.jpg);
}

div#frame div#top img#image
{
	display: block;
	position: relative;
	top: 25px;
	left: 25px;
	width: 400px;
	height: 300px;
}

div#frame div#middle
{
	position: relative;
	top: 325px;
	width: 450px;
	height: 50px;
}

div#frame div#middle img
{
	border-color: #FFF;
	border-width: 0;
	border-style: none;
}

div#frame div#bottom
{
	position: relative;
	top: 325px;
	width: 380px;
	background-image: url(../img/frame_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 35px 25px 35px;
	line-height: 140%;
	text-align: center;
}

div#overlay
{
	position: absolute;
	visibility: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-image: url(../img/overlay.png);
}

div#qTip
{
	display: none;
	position: absolute;
	padding: 0.35em;
	color: #000;
	background-color: #EEE;
	border: 1px solid #6E1D0D;
	font-family: Times, "Times New Roman", Serif;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	z-index: 1000;
}

