
div#aboutUs {
	width: 300px;
	float: right;
}
div#aboutUs h2 {
	padding-top: 40px;
}
div#aboutUs ul li {
	clear: left;
	margin-bottom: 1em;
	padding: .5em 0;
}
div#aboutUs li#al img, div#aboutUs li#aaron img {
	float: left;
	margin-right: 5px;
}
div#aboutUs li#tony img {
	float: right;
	margin-left: 5px;
}
div#aboutUs li#tony {
	border-top: 1px solid #3b3b3b;
	border-bottom: 1px solid #3b3b3b;
}

div.feature {
	position: relative;
	float: left;
	height: 300px;
	width: 550px;
	overflow: hidden;
	border: 1px solid #999999;
}
div.feature img {
	border: none;
}
div.feature .text {
	position: absolute;
	z-index: 5;
	bottom: 0px;
	left: 0px;
	width: 550px;
	padding: 10px;
	background: #000;
	color: #fff;
	font-family: 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
	font-size: .9em;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}
div.feature h3 {
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
div.feature p {
	padding: 8px 8px 0px 0px;
	color: #999999;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	letter-spacing: normal;
}

div.news {
	clear: both;
	padding-top: 20px;
	width: 300px;
}
div.news p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #666666;
	line-height: 1.4;
}