body
{
	margin: 20px 20px 5px 20px auto;
	background-color: #fcc;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 140%;
	text-align: left;
}

div#box
{
	width: 680px;
	margin: 0px auto;
	text-align: left;
	background-color: #fff;
	border: 2px solid #f99;
	padding: 0px 20px 20px 20px;
}

div#header
{
	width: 480px;
	height: 80px;
	margin: 0px auto;
	margin-top: 20px;
	padding: 20px;
}

div#home a
{
	color: #300;
	float: none;
	width: 60px;
	margin: 0px auto;
	margin-top: 20px;
	padding: 5px;
	border: 1px solid #f99;
	background-color: #fcc;
	font: bold 14px/14px verdana, arial, san-serif;
	text-decoration: none;
}

div#home a:hover
{
	color: #f00;
}

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

div.paragraph p
{
	display: block;
	text-indent: 2em;
	margin: 0px;
}

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

div.separator
{
	padding: 5px 0px 5px 0px;
	font-size: 105%;
	font-style: italic;
	text-align: center;
}

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 #f99;
	margin-bottom: 10px;
}

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

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

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

div.dayNumber
{
	float: left;
	font-size: 105%;
	font-style: italic;
	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: 650px;
	text-align: left;
	padding-bottom: 3px;
}

div.comment a, a:link, a:active, a:visited
{
	display: block;
	color: #000;
	text-decoration: none;
	width: 660px;
	float: left;
	clear: both;
	padding: 10px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #ccc;
	background-color: #eee;
	font-weight: normal;
}

div.comment a:hover
{
	border: 1px solid #fcc;
	background-color: #fee;
}

div.instructionText img
{
	border: 1px solid #666;
	width: 100px;
	height: 75px;
	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 #fcc;
	padding: 20px 20px 5px 20px;
}

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

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

.pseudoAnchor
{
	color: #300;
	text-decoration: none;
	padding: 1px;
	border: 1px solid #f99;
	background-color: #fee;
	font-weight: normal;
	cursor: pointer;
}

