*
{
	margin: 0;
	padding: 0;
}

a.recipe
{
	color: #FFF;
	background-color: #333;
	font-weight: bold;
	text-decoration: none;
}

a.recipe:hover
{
	color: #000;
	background-color: #CCC;
	font-weight: bold;
	text-decoration: none;
}

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

body
{
	font-size: 13px;
	font-family: verdana, sans-serif;
	line-height: 18px;
	color: #000;
	background-color: #CCC;
	background-image: url( "../img/background.jpg" );
}

div
{
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

div#box
{
	width: 645px;
	height: 665px;
	color: inherit;
	background-color: #FFF;
	border-color: #000;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
}

div#top
{
	width: 605px;
	height: 125px;
	background-image: url( "../img/top.png" );
}

div#main
{
	width: 595px;
	overflow: hidden;
}

div#overlay
{
	width: 605px;
	height: 396px;
	color: inherit;
	background-color: #FFF;
}

div#bottom
{
	width: 605px;
	height: 90px;
	background-image: url( "../img/bottom.png" );
}

p
{
	text-indent: 2em;
}

p.first
{
	text-indent: 0;
}

p#titlePrint
{
	display: none;
}

p#images
{
	text-indent: 0;
	text-align: center;
}

p#images img
{
	margin: 0 5px;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
}

p#images a
{
	text-decoration: none;
}

div#buttons
{
	width: 605px;
	height: 30px;
	text-align: center;
}

div#buttons img
{
	border-width: 0;
	border-style: none;
}

div#buttons img.space
{
	width: 50px;
	height: 30px;
}

div#copy
{
	width: 605px;
	height: 20px;
	text-align: center;
	font-size: 10px;
}

div#qTip
{
	display: none;
	visibility: visible;
	position: absolute;
	padding: 0.5em;
	color: #000;
	background-color: #FFF;
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	z-index: 1000;
	border-color: #666;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
}

div#popUp
{
	width: 400px;
	height: 300px;
	border-color: #000;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
}

