.recipe-box{
	width:400px;
	float:left;
	margin:10px;
}
.recipe-image{
	margin-top:30px;
	width:200px;
	float:left;
}
.recipe-image img{
	border:1px solid #666666;
}
.recipe-box h3{
	padding-top:5px;
	padding-bottom:5px;
	font-size:18px;
	color:#739802;
	font-weight:bold;
	background-image: url(../activity/images/img-line.jpg); 
	background-repeat: no-repeat; 
}