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

.project-container {
	margin-bottom:30px;
}

.project-pic {
	float:left;
	width:425px;
}

.project-copy {
	float:right;
	width:395px;
	line-height:20px;
}

.project-copy p {
	margin-bottom:20px;
}

.project-copy h2 {
	margin-bottom:15px;
	font-size:18px;
	text-transform:uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
}

.space {
	padding-bottom:20px;
	display:block;
}