div.staff{
	display:block;
	float:left;
	position:relative;
	border: 1px dotted #DDD;
	padding:5px;
	width:500px;
	cursor:pointer;
	}

span.photo{
	display:inline;
	float:left;
	position:relative;
	border: 0px solid #DDD;
	width:100px;
	margin-right:10px;
	}

span.description {
	display:inline;
	float:left;
	position:relative;
	border: 0px solid #DDD;
	width:380px;
	}

h3.description{}

p.description{
	font-size:11pt;
	}
	
img.staff{
	border:1px dotted #933;
	padding:2px;
	}	