
/*	
	======================================================================

	people.css

	======================================================================
	Sustainable By Design PHP Library Component
	Version 2006.11.06
	Copyright 2006, 2005, 2004 Sustainable By Design
	======================================================================
*/


/* ----------------------------------------------------
   LAYOUT
   ---------------------------------------------------- */

	#lowerLeftImage {
	
		position: absolute;
		     top: 268px; 
		    left: 0px; 
		  height: 259px;
		   width: 190px;
		 z-index: 10;
	}

	#bioPhoto {
	
		position: absolute;
		     top: 15px; 
		    left: 239px; 
		   width: 275px;
		 z-index: 10;
	}

	#bioText {
	
		position: absolute;
		     top: 15px; 
		    left: 525px; 
		   width: 275px;
		 z-index: 10;
	}

/* ----------------------------------------------------
   CONTENT
   ---------------------------------------------------- */

	.backLink {

		color: #777777;
		font-size: 11px;
	}
	
	a.backLink:link    { color: #777777; font-style: normal; text-decoration: none; }
	a.backLink:visited { color: #777777; font-style: normal; text-decoration: none; }
	a.backLink:hover   { color: #FFFFFF; font-style: normal; text-decoration: none; }
	a.backLink:active  { color: #FFFFFF; font-style: normal; text-decoration: none; }

