body {
	background-image: url('../images/whiteWall.png');
	background-repeat: repeat;
}
p {
	font-size: 1.125em;
	line-height: 1.5em;
}
img {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #666;
	max-width: 100%;
}
p.highlight {
	padding: 0 0 1em;
	font-size: 1.250em;
	line-height: 1.625em;
	color: #666;
	border-bottom: 5px solid #b83241;
}
.projectStory p {
	position: relative;
	left: 40px;
	max-width: 500px;
}
#wrapper {
	padding: 3em 0 1em;
}
