strong
{
	font-weight: bold;
}

body
{
	background-color: #FFF;
	margin: 0;
	padding: 15px 0 0 0;
	color: #000;
	font-family: georgia, times, "times new roman", serif;
	font-size: 12px;
}

div#container
{
	background-image: url( ../images/recipes_background.jpg );
	width: 740px;
	margin: 0 auto;
	padding: 0;
}

div#container div#header
{
	padding: 0;
	margin: 0;
	height: 100px;
	width: 740px;
}

div#container div#middle
{
	padding: 0;
	margin: 0;
	height: 100%;
	width: 740px;
	background-image: url( ../images/recipes_middle.png );
	background-repeat: repeat-y;
}

div#container div#navbar
{
	float: left;
	margin: 0 0 10px;
	padding: 0;
}

div#menu
{
	width: 150px;
	margin: 20px 0 10px 40px;
	padding: 0;
}

div#menu div#menuTop
{
	padding: 0;
	margin: 0;
	height: 11px;
	width: 150px;
}

div#menu div#menuMiddle
{
	padding: 1px 0;
	margin: 0;
	height: 100%;
	width: 150px;
	background-image: url( ../images/recipes_menu_middle.png );
	background-repeat: repeat-y;
}

div#menu p
{
	color: #000;
	background-color: inherit;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 10px;
	padding: 0;
	line-height: 120%;
	text-align: left;
}

div#menu p.center
{
	text-align: center;
	padding: 0;
	margin: 5px 0 0;
}

div#menu p a
{
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

div#menu p a:hover
{
	color: #666;
	background-color: inherit;
	text-decoration: none;
}

div#menu p input
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-color: #7F0000;
	border-width: 1px;
	color: #000;
	background-color: #FFF;
}

div#menu p input.button
{
	cursor: pointer;
	margin: 0 5px 5px;
}

div#menu ul.dropDown
{
	display: none;
	clear: left;
	width: 130px;
	padding: 0;
	margin: 5px 9px 0 9px;
	list-style: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #000;
	background-color: #FFF;
	border-color: #7F0000;
	border-width: 1px;
	border-style: solid;
}

div#menu ul.dropDown li
{
	padding: 0 0 0 22px;
	margin: 0;
	text-align: left;
	border-color: #FFFFFE;
	border-width: 1px;
	border-style: solid;
	background-image: url( ../images/recipes_dropdown_arrow.gif );
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}

div#menu ul.dropDown li:hover,
div#menu ul.dropDown li.sfhover
{
	cursor: pointer;
	color: #FFF;
	background-color: #BE5252;
}

div#menu ul.dropShow
{
	display: none;
	width: 130px;
	padding: 0;
	margin: -1px 0 0 9px;
	list-style: none;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	background-color: #FFF;
	border-color: #7F0000;
	border-width: 1px;
	border-style: solid;
}

div#menu ul.dropShow li
{
	padding: 0 5px;
	margin: 0;
	text-align: left;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
}

div#menu ul.dropShow li.scrollUp,
div#menu ul.dropShow li.scrollDown
{
	padding: 0;
	margin: 0 0 -3px 0;
	border-width: 0;
	width: 130px;
	height: 16px;
}

div#menu ul.dropShow>li.scrollUp,
div#menu ul.dropShow>li.scrollDown
{
	margin: 0;
}

div#menu ul.dropShow li.scrollUp img,
div#menu ul.dropShow li.scrollDown img
{
	width: 130px;
	height: 16px;
	border-color: black;
	border-width: 0;
	border-style: none;
}

div#menu ul.dropShow li:hover,
div#menu ul.dropShow li.sfhover
{
	cursor: pointer;
	color: #FFF;
	background-color: #BE5252;
	text-align: left;
}

div#menu div.selection
{
	display: none;
	margin: 5px 9px 0 9px;
	padding: 3px 5px;
	width: 120px;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	background-color: #FFF;
	border-color: #7F0000;
	border-width: 1px;
	border-style: solid;
}

div#menu div.selection div.checkBox
{
	float: left;
}

div#menu div.selection div.checkBox img
{
	margin-top: 1px;
	border: 0 #000 none;
	cursor: pointer;
	width: 12px;
	height: 12px;
	color: inherit;
	background-color: #FFF;
}

div#menu div.selection div.checkBox img:hover
{
	color: inherit;
	background-color: #BE5252;
}

div#menu div.selection div.description
{
	margin-left: 15px;
}

div#content
{
	margin: 0 40px 0 207px;
	padding: 0;
	font-size: 14px;
	font-family: georgia, times, "times new roman", serif;
	line-height: 120%;
}

div#content div
{
	margin: 0;
	padding: 0;
}

div#content div.searchHeader
{
	margin: 0;
	padding: 0 0 15px;
	border-bottom: #600 1px solid;
}

div#content p.header
{
	font-weight: bold;
	text-align: center;
	padding: 10px 0 0;
	margin: 0 0 10px;
}

div#content p.subheadLeft
{
	float: left;
	margin: 0;
	padding: 0;
	font-style: italic;
}

div#content p.subheadRight
{
	text-align: right;
	margin: 0;
	padding: 0;
	font-style: italic;
}

div#content p.recipe
{
	margin: 5px 0 5px 2em;
	padding: 0 20px;
	text-indent: -2em;
}

div#content p.recipe a
{
	color: #600;
	background-color: transparent;
	text-decoration: none;
}

div#content p.recipe a:hover
{
	color: #600;
	background-color: transparent;
	border-bottom: 1px #300 dashed;
}

div#content div.searchFooter
{
	margin: 0;
	padding: 15px 0 0;
	text-align: center;
	border-top: #600 1px solid;
}

div#content p.instructions
{
	margin: 0;
	padding: 3px 0;
}

div#content p.introduction
{
	margin: 0;
	padding: 18px 0 0;
}

div#content p.introduction a
{
	color: #600;
	background-color: inherit;
	text-decoration: none;
}

div#content p.introduction a:hover
{
	color: #600;
	background-color: inherit;
	border-bottom: 1px #300 dashed;
}

div.searchFooter input,
div#content p.introduction input
{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	border-color: #7F0000;
	border-width: 1px;
	color: #000;
	background-color: #FFF;
}

div.searchFooter input.button,
div#content p.introduction input.button
{
	cursor: pointer;
}

div#container div#clear
{
	clear: left;
}

div#menu div#menuBottom
{
	padding: 0;
	margin: 0;
	height: 11px;
	width: 150px;
}

div#container div#footer
{
	padding: 0;
	margin: 0;
	height: 50px;
	width: 740px;
}

div#copy
{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #666;
	background-color: transparent;
	font-size: 9px;
}
