/* styles */
	.left-side {
		float: left;
		margin-left: 2%;
		width: 525px;
	}
	.left-side-left {
		float: left;
		width: 47%;
	}
	.left-side-right {
		float: right;
		width: 47%;
	}
	.right-side {
		float: right;
		margin-right: 2%;
		width: 300px;
	}
	
	h1 {
		margin: 0px;
		margin-bottom: 20px;
		padding: 0px;
	}
	p {
		color: #ccc;
		font-size: 0.9em;
		margin: 0px;
		margin-bottom: 25px;
		padding: 0px;
		line-height: 1.75;
	}
	
	.team-member {
		height: 100px;
	}
	.team-member img {
		float: left;
		border: 1px solid #666;
		background-color: #ccc;
		padding: 2px;
	}
	.team-member .details {
		width: 200px;
		float: left;
		margin-left: 10px;
	}
	.team-member .details .name {
		color: #ccc;
		font-size: 1.25em;
		margin-bottom: 5px;
	}
	.team-member .details .about {
		font-size: 0.75em;
		font-style: italic;
		color: #666;
	}