/* CSS Document */
#chocolate{
	float:left;
	width:250px;
	margin-left:10px;
	
}
#berry{
	float:right;
	width:250px;
	
}

#footer{
	clear:both;
	padding-top: 30px;
}

.imgChoc{
	border:#FFFFFF double;
	float:left;
	margin-right: .7em;
	margin-bottom: .5em;
}

.imgBerry{
	border:#FFFFFF double;
	float:right;
	margin-left: .7em;
	margin-bottom: .5em;
}





















