#resume {
	position: relative;
	border-bottom: 1px solid #7F7F7F;
	height: 220px;
	margin-bottom: 8px;
}
#resume p.resume {
	text-align: justify;
	line-height: 150%;
	margin: 10px 0 17px 0;
}
#resume .photo {
	float: left;
	margin-right: 10px;
}
#resume h1 {
	color: #A5209F;
	font-weight: bold;
	font-size: 16pt;
}
#resume a {
	color: #A5209F;
	font-weight: bold;
}
#resume .links {
	position: absolute;
	right: 0;
	bottom: 5px;
}
#resume .links a {
	color: #5b5b5b;
	font-weight: normal;
	font-size: 11pt;
	float: left;
}
#resume .links a.djpod {
	margin-left: 8px;
}

.interview h3 {
	font-size: 11pt;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 5px;
}
.interview p {
	text-align: justify;
}
.archive {
	border-bottom: 1px solid #7F7F7F;
	height: 100px;
	margin-bottom: 8px;
}
.archive p {
	color: #7F7F7F;
	font-size: 7pt;
	line-height: 150%;
}
.archive h2 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 5px;
}
.archive .photo {
	height: 100px;
}
.interview-photo {
	width: 80px;
	float: left;
	margin-right: 10px;
	text-align: center;
}


