#body .col1 {
	width: 550px;
	padding-right: 30px;
	float: left;
}
#body .col2 {
	width: 280px;
	float: left;
}
#body h1 {
	margin-bottom: 20px;
}
#body .factsFlyOut {
	border-bottom: 10px solid #D1D1D1;
	padding: 10px;
	margin-bottom: 15px;
	background-color: #BBBBBB;
}
#body .factsFlyOut p, #body .factsFlyOut ul {
	margin-top: 0px;
	margin-bottom: 15px;	
}

/* Recipe detail view */
#body .individualrecipe .col1 {
	width: 216px;
	padding-right: 20px;
	float: left;
}
#body .individualrecipe .col2 {
	width: 300px;
	float: left;
}
#body .individualrecipe .col1 h2 {
	color: #9ACA3C;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: normal;
	line-height: 16px;
	margin-bottom: 0px;
}
#body .individualrecipe .col2 h2 {
	color: #9ACA3C;
	font-size: 16px;
	letter-spacing: normal;
	margin-bottom: 0px;	
}
#body .individualrecipe .col1 p {
	font-size: 12px;
	line-height: 16px;
}
#body #morerecipes {
	font-size: 14px;
	letter-spacing: normal;
	font-weight: bold;
}