/* MASTHEAD */
#masthead {
	height: 230px;
	background: url(../../images/mastheads/investors.jpg) no-repeat center bottom;
}
	#masthead .copy {
		position: absolute;
		left: 20px;
		top: 45px;
		width: 550px;
	}
	#masthead .copy h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	#masthead .copy p {
		font-size: 20px;
		color: #48506b;
	}	
	
/* PROFILES */
#profiles {
	border-top: 4px solid #c7c7c7;
}
	.profile {
		padding: 30px 0 20px 0px;
		border-bottom: 1px solid #c7c7c7;
	}
	.profile.last {
		padding-bottom: 0;
		border-bottom: none;
	}
		.profile img {
			float: left;
		}
		.profile .info {
			margin-left: 160px;
			
		}
			#content .profile .info h3 {
				margin-bottom: 10px;
			}
			.profile .info .title {
				display: block;
				font-size: 14px;
				color: #1c2649;
				margin-bottom: 20px;
			}
