/* CSS Document */

#profiles {
	float: right;
	width: 200px;
	margin-top:50px;
	margin-left: 8px;
	padding: 0;
	background: #f7faf8;
	border-right: 1px dotted #cce0d6;
	border-bottom: 1px dotted #cce0d6;
	border-left: 1px dotted #cce0d6;
}
#profiles h3 {
	padding: 5px 0 10px 10px;
	font-style: italic;
	color: #063;
}
/** images **/
.photoleft {
	margin-right: 10px;
	padding: 2px;
	border: 1px solid #666;
	float: left;
}

.photoright {
	margin: 10px;
	padding: 2px;
	border: 1px solid #666;
	text-align: right;
	float: right;
	clear: right;
}

.caption {
	text-align: left;
	font-size: 70%;
	caption-side: bottom;
	color:#666666;
	}
.dir-person {
	padding-top: 15px;
}