/**
 * Team Style
 *
 * @version 0.1
 * @package xhtml-css
 * @author Trevor Morris / The Design Frontier
 * @copyright 2008 by the author
 */

#container .team {
	min-height: 484px;
}

#the-team {
	overflow: hidden; clear: left;
	padding: 30px 0 0;
}
#the-team ul {
	float: left;
	width: 190px;
}
	#the-team ul li {
		float: left;
		padding: 0; margin: 0 6px 6px 0;
		background: none;
	}
	#the-team ul li:last-child,
	#the-team ul li.l {
		margin-right: 0;
	}
		#the-team ul li a {
			display: block;
			border: 2px solid #999;
		}
		#the-team ul li a:focus,
		#the-team ul li a:hover,
		#the-team ul li a:active,
		#the-team ul li.active a {
			border-color: #900;
		}
		#the-team ul li img {
			margin: 0;
		}

#person-information {
	position: relative;
	width: 265px;
	margin-left: 190px;
}
	#content #person-information #image-rotate,
	#content #person-information img {
		position: relative; top: 0; left: 0;
	}
#person-information h2 {
	margin: 0 0 10px; padding-bottom: 8px;
}
	#person-information h2 * {
		font-style: normal; font-weight: normal;
	}
	#person-information h2 .fn {
		display: block;
		color: #900;
	}
	
#person-information .email {}
#person-information .tel {
	display: block;
	color: #474747;
}