#recipe-head, #recipe-sub-nav {
	border-bottom: 10px solid #b79e56;
}

#recipe-head {
	float: left;
	margin-right: 10px;
	width: 450px;
}
#recipe-head img {
	display: block;
}

#recipe-sub-nav {
	float: left;
	margin: 0;
	padding: 15px;
	list-style: none;
	background: url('../images/recipe-sub-nav-bg.png') top left no-repeat;
	overflow: auto;
	width: 110px;
	height: 115px;
}
* html #recipe-sub-nav {
	width: 140px;
	height: 145px;
	w\idth: 110px;
	he\ight: 115px;
}
#recipe-sub-nav li {
	
}
#recipe-sub-nav a {
	text-decoration: none;
	text-transform: uppercase;
	color: white;
}

#recipe-wrap {
	float: left;
	margin-right: 10px;
	width: 340px;
}

#recipe-intro {
	padding: 0 20px 0 20px;
	color: white;
	border: 1px solid #b79e56;
	background: #b79e56;
}
#recipe-intro h2 {
	margin: 0;
	padding: 0;
	color: black;
	font-size: 1em;
}
#recipe-intro p {
	margin-top: 0;
}

#recipe-content {
	margin-bottom: 2em;
	padding: 0 40px 0 40px;
}
#recipe-content h2.this-month {
	margin-top: 2em;
	text-transform: uppercase;
	font-size: 1em;
	color: #b79e56;
}
#recipe-content h2 {
	color: #00424b;
}

#recipe-photo {
	float: left;
	margin-top: 10px;
	width: 250px;
}

#add-recipe {
	clear: both;
}