body
{
	background: #fff url(../images/pattern.gif) fixed;
	margin: 15px 0px 10px 0px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 13px;
	line-height: 140%;
	text-align: left;
}

div#box
{
	width: 660px;
	margin: 0px auto;
	text-align: left;
	background-color: #fff;
	border: 1px solid #963;
	padding: 15px 20px;
}

div#home a
{
	color: #000;
	float: none;
	width: 60px;
	margin: 0px auto;
	padding: 5px;
	background-color: #fff;
	font: bold italic 14px/14px verdana, arial, san-serif;
	text-decoration: none;
}

div#home a:hover
{
	color: #fff;
	background-color: #600;
}

div#copy
{
	float: none;
	width: 100%;
	margin: 0px auto;
	margin-top: 5px;
	color: #630;
	font-size: 10px;
	line-height: 10px;
	font-family: verdana, arial, san-serif;
	text-align: center;
}

div.paragraph p
{
	text-align: left;
	margin: 5px auto;
}

div.paragraph img
{
	border: 1px solid #000;
	width: 252px;
	height: 189px;
}

div.title
{
	padding: 5px;
	font-size: 125%;
	text-align: center;
	font-weight: bold;
}

div.line
{
	float: none;
	clear: both;
	padding-top: 10px;
	border-bottom: 1px dotted #963;
	margin-bottom: 10px;
}

div.ingredientsBox
{
	float: left;
	width: 100%;
}

div.ingredientsQuantity
{
	float: left;
	width: 200px;
	text-align: right;
	padding-bottom: 3px;
}

div.ingredientsDescription
{
	float: right;
	width: 450px;
	text-align: left;
	padding-bottom: 3px;
}

div.instructionBox
{
	float: left;
	width: 100%;
}

div.instructionNumber
{
	float: left;
	width: 20px;
	text-align: right;
	padding-bottom: 3px;
}

div.instructionText
{
	float: right;
	width: 630px;
	text-align: left;
	padding-bottom: 3px;
}

div.instructionText img, div.paragraph img
{
	border: 1px solid #000;
	width: 133px;
	height: 100px;
	float: right;
	margin: 5px 0px 5px 10px;
}

div.thumbBlock
{
	display: block;
}

div.popUp
{
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: 0px;
	z-index: 10;
}

div.frame
{
	width: 500px;
	background: #fff;
	border: 1px solid #963;
	padding: 20px 20px 5px 20px;
}

div.frame img
{
	width: 500px;
	height: 375px;
	border: 1px solid #000;
}

div.frame p
{
	font-size: 10px;
	line-height: 8px;
	color: #999;
	text-align: center;
	padding-top: 5px;
	margin: 5px;
}

