/* CSS Document */

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

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

.profile {
	
}

.imagecol{
	float: left;
	width: 290px;
}

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

.textcol {
	float: left;
	clear: none;
	width: 440px;
}

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

.jobtitle {
	color: #000;
}