#recipes-page h4 {
	display:block;
	text-align:left;
	margin-left:60px;
	margin-top:15px;
	color:#930c0c;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	font-weight:bold;
}

#recipes-page h2 span {
	display:none;
}


ul#recipe-nav {
	margin-left:20px;
	margin-bottom:20px;
	font-size:11px;
}

ul#recipe-nav li
{
	float:left;
	padding-right:10px;
	margin-bottom:10px;
}

ul#recipe-nav a
{
	display:block;
	text-decoration:none;
	padding-bottom:4px;
	border-bottom:5px solid #930c0c;
	color:#FFF;
}

ul#recipe-nav a:hover, ul#recipe-nav a.current
{
	border-bottom:5px solid #FFF;
}

#recipes-page {
	margin-left:50px;
	width:501px;
	background-image:url(../images/recipes_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom:42px;
	color:#000000;	
}

#recipes-page-inner {
	width:501px;
	background-image:url(../images/recipes_middle.jpg);
	background-repeat:repeat-y;
	background-position:top left;	
}


#recipes-page h2
{
	width:501px;
	height:105px;
	background-image:url(../images/recipes_top.jpg);
	background-repeat:no-repeat;
	background-position:top left;	
}

#recipes-page h3
{
	color:#000;
	font-size:14px;
	text-align:center;
}

#ingredients {
	text-align:left;
	margin-left:60px;
	margin-bottom:5px;
	color:#930c0c;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}