
.strip {
}
	.strip a.photo {
		display: block;
		float: left;
		margin: 30px 30px 0 0;
	}
	.strip a.photo.first {
		margin-left: 31px;
	}
	.strip a.photo.last {
		margin-right: 0;
	}
	.strip a.more {
		clear: both;
		text-align: right;
		display: block;
		margin: 0 31px 0;
		text-decoration: none;
		color: #3e382d;
	}
	.strip a.more:hover {
		text-decoration: underline;
	}
		.body {
			padding: 57px 0 57px;
			background-position: 0 -313px;
		}
			.body .mission h2,
			.body .contact h2 {
				font: 20px "Myriad Pro", sans-serif;
				color: #fff;
				margin-bottom: 20px;
			}
			.body .mission p,
			.body .contact p {
				margin-bottom: 20px;
			}
			.body .mission {
				float: left;
				margin: 0 0 0 20px;
				width: 459px;
			}
			.body .contact {
				float: right;
				margin: 0 50px 0 0;
				width: 318px;
			}
			
