/* CSS Document */

#profilecol {
	width: 715px;
	float: left;
	padding: 0 20px 20px 0;
}

#profilecol h1 {
	margin-left: 220px;
}

.profile {
	
}

.imagecol{
	float: left;
	width: 210px;
	vertical-align:top;
}

.profile img {
	vertical-align:top;
	margin: 20px 0 30px 100px;
	border: 1px solid #000;
}

.textcol {
	float: left;
	clear: none;
	width: 505px;
}
.textcolexec {
	float: left;
	clear: none;
	width: 440px;
	height: 180px;
	
}


#maincontent .textcol h3 {
	font-weight: normal;
	font-size: 1.2em;
}
#maincontent .textcolexec h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin:10px ;

}


.jobtitle {
	color: #000;
	display:block;
	margin-top:3px;
}