/* ----------------------------------------------- */
/* OUR PEOPLE */
/* ----------------------------------------------- */


		div.person {
			float:left;
			width:220px;
			margin:10px 0;
		}

			#content div.person img {
				border:1px solid #babbbd;
				margin-bottom:10px;
				float: none;
			}

		hr.people {
			border:none;
			height:1px;
			clear:both;
			background-color:#eee;
			color:#eee;
			padding:0;
			margin:0;
		}
	
	#letters {
		margin: 10px 0 20px 0;
		float: left;
		width: 270px;
	}
	
		#letters a {
			background-color: #f2b8de;
			display: block;
			width: 17px;
			float: left;
			margin: 0 3px 3px 0;
			text-align: center;
			font-weight: bold;
			padding: 1px 0;
		}
		
		
		#letters a:hover {
			background-color: #f60d8d;
			color: #fff;
			text-decoration: none;
		}

		
/* ----------------------------------------------- */
/* INDIVIDUAL PERSON PAGES */
/* ----------------------------------------------- */

		
	.personimg,
	.personinfo {
		float: left;
	}
	
	.personinfo {
		width: 550px;
		margin: 0 0 0 20px;
	}
