@charset "UTF-8";
/* CSS Document */

	body 
	
	{
	margin:20px;
	color:#3d6196;
	font:14px tahoma;
	}
	
	#recipeHolder
	{
	
	width:570px;
	
	}
	
	img {
	border:none;
	margin: 5px;
	}
	
	H1 {
	color:#3d6196;
	font:bold 20px tahoma;
	
	}
	
	
	
	.recipeImage
	{
	
	float:left;
	}
	
	
	.ingredients
	{
	
	
	}
	.directions
	{
	color:#3d6196;
	font:14px tahoma;
	margin:70px 0px; 
	
	}
	
	