/*
-----------------------------------------------------------------
Centre for Experimental and Constructive Mathematics
Stylesheet for the People pages 
Filename:      member.css
Version:       1.0
Date:          December 2004

Site:          http://www.cecm.sfu.ca

-----------------------------------------------------------------
*/

#center {
	overflow: hidden;
}

#photo_profile {
	background:#fff; 
	float: right;
	border: 1px #0d2b88 solid;
	margin-left: 15px;
	width: 160px
   	text-decoration: none;
	font: bold 1em sans-serif;
   	color: #0d2b88; 
}

#photo_profile p {
	padding: 0 4px;
}

#photo_profile a {
	display: block; 
   	text-decoration: none;
        font: bold 1em sans-serif;
   	border-top: 1px #0d2b88 solid;
   	padding: 5px 4px; 
   	background-color: transparent; 
   	color: #0d2b88;
}
	
#photo_profile a:hover {
	color: #fff; 
   	background: #0d2b88;
   	padding: 5px 4px; 
   	border-top: 1px #0d2b88 solid;
   	text-decoration: none;
}

.research p {
	width: 100%;
}

.research li {
	width: 100%;
	text-align: justify;
	padding: 0px 15px 5px 0px;
}

.research img {
	border: none;
}
