	#team_left {
		padding: 0 30px;
		width: 230px;
		height: 375px;
		background: #1A1818;
		float: left;
		display: inline;
	}
	
	#team_right {
		width: 670px;
		height: 375px;
		background: #5A5B5E;
		float: right;
		display: inline;
		position: relative;
	}
	
	#team_left h2 {
		text-transform: uppercase;
		font-weight: normal;
		font-size: 16.5px;
		letter-spacing: 0.3em;
		color: #FAAF7C;
		margin-top: 30px;
	}
	
	#team_left a {
		margin: 20px 0 40px;
		text-align: right;
		display: block;
		text-decoration: none;
		color: #818386;
	}
	
	#team_left a h3 {
		font-size: 13px;
		font-weight: normal;
		text-transform: uppercase;
	}
	
	#team_left a p {
		font-size: 11px;
		font-weight: normal;
	}
	
	#team_left a:hover h3 {
		color: #71C6CB;
	}
	
	#team_left a:hover p {
		color: white;
	}
	
	#team_left a.selected h3 {
		color: #71C6CB;
		font-weight: bold;
	}
	
	#team_left a.selected p {
		color: white;
		font-weight: bold;
	}

	#team_right .detail {
		position: absolute;
		top: 70px;
		left: 50px;
		margin: 0;
		width: 540px;
		display: none;
	}

	#team_right p {
		color: white;
		font-size: 14.3px;
		margin-bottom: 30px;
		line-height: 1.7em;
		letter-spacing: 0.1em;
	}
	
	#team_right a {
		text-decoration: none;
		color: white;
	}

