﻿

#adm-display {
	position:relative;
	width:550px;
/*	border-bottom:	2px solid gray; */
	padding-bottom: 4px;
	clear:both;
	}

.adm-title {
	/* float:left;*/
	width:560px;
	font-family:Trebuchet MS, Arial, sans-serif; 
	font-size:120%;
	margin:8px 0; 
	padding: 6px 0;
	/* border:1px solid gray;*/

	}


#adm-display div.person {
	position:relative;
	width:560px; 
	clear:both;  
	margin-bottom:10px;
	margin-top: 5px;
	padding: 3px 0 3px 0;
/*		border:1px solid gray; */

	}

#adm-display .person p.photo {
	float:left;
	width:120px;
	font-family:Arial, sans-serif;
	text-align:right;
	margin-right:15px;
	white-space:nowrap;
	font-weight: bold;
/*	border:1px solid blue; */

	} 

#adm-display .person p.details {
	position:relative;
	float:left;
	font-family:Arial, sans-serif;
	font-size:90%;
	/*	border: 1px solid red; */
	clear:right;

	}
