#members_photo{
	float: right;
	margin: 2em 4em 2em 1em;
}
			
#member_info .photo_holder { 
	float: right;
	width: 14em;
	height: 10.86em;
	text-align: center; 
}

#member_info .photo_frame { 
	padding:0.4em;
	border:solid 1px rgb(208, 218, 228);
	background:white;
	float: left; 
	margin-left: 1.2em;
}

#member_info .photo {
	max-height: 9em !important ;
	max-width: 12em;
	padding:0.4em;
	border:solid 1px rgb(208, 218, 228);
	background:white;
	font-size: 1.1em;
	margin-bottom: none; 
	-ms-interpolation-mode: bicubic;
}

#member_info .no_photo { 
	height: 9em;
	width: 12em;
	background-color: rgb(222, 224, 229);
	text-align:center;
	color: white;
	font-style: italic;
	font-size: 1.1em; 
	line-height: 8.8em;
}
		
#member_info #info_header { 
	float: left;
	margin: 0.6em 0 0.2em 1em;
}
#member_info table{
	float:left;
	clear:left;
	margin-left:3em;
	width: 38em;
}
#member_info table th{
	width:10em;
	padding: 0.6em;
	font-weight: normal;
}
#member_info table td{
	width:28em;
	padding: 0.6em;
	font-weight: bold;
}
#list #title {
	clear: both;
	width:98%;
	margin: 2em auto 2em auto;
	font-size: 1.3em;
	height: 1.8em;
	border-bottom: 1px solid #E4E4E4; 
}
/*
#member_info #action {
	padding:0.6em; 
	text-align:center; 
	clear:both; font-size:1.2em;
}
*/