p{
	font-family: Raleway;
	margin-left: 1.66%;
	text-transform: uppercase;
	border-bottom: 2px solid #F1F1F1;
	width: 30%;
	padding-bottom: 20px;
}

img{
	/*3 images take up 90% of the body*/
	width: 30%;

	float: left; 

	/* each image has a left and right margin */
	/* 6 margins in total*/
	/* 10/6 = 1.66  - 10% is what space is left in the body */

	margin: 1.66%;
	/*get rid of whitspace the browser enters*/
}