/*
 *  Van Scoyoc Associates main website
 *  Homepage-specific styles
 *
 *  Created by Eli Van Zoeren
 *  http://elivz.com
 *
 */
 
 h2 strong {
 	text-transform: uppercase;
 	letter-spacing: 1px;
 	}
 
 .intro {
 	font-size: 1.133em;
 	line-height: 1.323em;
 }
 
 #featuredBioWrapper {
 	background: url(../images/interface/people-feature-bg.png) no-repeat right bottom;
    }
 #featuredBio {
 	padding-right: 125px;
 	width: 335px;
 	min-height: 175px;
 	background-repeat: no-repeat;
 	background-position: right bottom;
 	}