*
{
	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: #C1DBB5;
	margin: 1em 1em 0 1em;
	font-family: Georgia, Times, "Times New Roman", Serif;
	font-size: 14px;
	line-height: 140%;
}

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

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

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

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

div#box a
{
	color: #000;
	border-bottom: #000;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	text-decoration: none;
	font-style: normal;
}

div#box a:hover
{
	color: #FFF;
	background-color: #76B05D;
	text-decoration: none;
	border: none;
}

div#box div.thumbRow
{
	text-align: center;
	padding: 14px 0 10px;
	margin: 0.5em 50px;
	border-color: #000;
	border-width: 1px 0 1px 0;
	border-style: solid;
}

div#box div.thumbRow a.thumbImage
{
	border: none;
	padding: 0;
	margin: 0 5px;
	text-decoration: none;
}

div#box div.thumbRow a.thumbImage:hover
{
	background-color: #FFF;
	text-decoration: none;
}

div#box div.thumbRow a.thumbImage img
{
	border: #000 1px solid;
}

div#box a.recipeButton
{
	color: #FFF;
	background-color: #76B05D;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	border: none;
}

div#box a:hover.recipeButton
{
	text-decoration: none;
	border: none;
	color: #166120;
	background-color: #FFF;
}

div#box div#bottom
{
	position: relative;
	width: 738px;
	height: 79px;
	background-image: url(../img/bottom.png);
	margin-top: 20px;
}

div#box div#bottom img
{
	display: block;
	position: relative;
	top: 10px;
	left: 329px;
	width: 80px;
	height: 30px;
	cursor: pointer;
}

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

div.frame
{
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: -500px;
	width: 466px;
	height: 366px;
	z-index: 10;
	background-image: url(../img/picture.png);
}

div.frame img
{
	display: block;
	position: relative;
	top: 32px;
	left: 32px;
	width: 400px;
	height: 300px;
	border: 1px solid #030;
	cursor: pointer;
}

div#qTip
{
	display: none;
	position: absolute;
	padding: 0.35em;
	color: #000;
	background-color: #DAE9D3;
	border: 1px solid #6E1D0D;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	z-index: 1000;
}

