	.recipe_wrapper {
		width:642px;
		background-color:#F9E9C7;
		border: solid 1px #FFCC66;
		padding-left:5px;
		padding-top:10px;
		padding-bottom:10px;
		min-height:500px;
	}
	.recipe_wrapper h3{
		font-size:14pt;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#666699;
	}
	.recipe_wrapper li {
		font-size:9pt;
		line-height:13pt;
		padding-left:5px;
	}
	.recipe_title {
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:9pt;
		line-height:18px;
		margin-left: 12px;
		margin-top:6px;
		margin-bottom:6px;
	}
	.recipe_title LI{
		margin-left: 15px;
	}
	.recipe_category {
		font-size:11pt;
		font-weight:bold;
		padding:5px;
	}
	#recipe {
		
		width:635px;
		border-left:solid 1px #666666;
	}
	.recipe_directions {
		margin-left:20px;
	}
	.recipe_ingredients ul {
		margin-top: 5px;
		margin-bottom:5px;
		margin-left:20px;
	}
	.ingredient_title {
		font-weight:bold;
		margin-top:5px;
		margin-bottom:5px;
		font-size:10pt;
	}
	.recipemore {
		margin:0px;
		color:#003399;
	}
  