/* CSS: people */

.people_container			{ width: 675px; min-height: 630px; background-color: #fdefd2; }
.people_left				{ width: 20px; 	min-height: 630px; float: left; }
.people_right				{ width: 655px; min-height: 630px; float: right; }

.people_container			{ width: 675px; min-height: 630px; background-color: #fdefd2; display: table-row;}
.people_left				{ width: 20px; 	min-height: 630px; float: left;}
.people_right				{ width: 655px; min-height: 630px; float: right; display: table-row; }

.people_block a 			{ color: #111111; text-decoration: none; font-family: Helvetica; font-size: 16px; margin: 0px; padding: 0px; }
.people_block a:link 		{ color: #111111; text-decoration: none; }
.people_block a:visited 	{ color: #111111; text-decoration: none; }
.people_block a:active 		{ color: #111111; text-decoration: none; }
.people_block a:hover 		{ color: #111111; text-decoration: underline; }

.people_1					{ width: 655px; min-height: 15px; }
.people_2					{ width: 635px; min-height: 20px; border-bottom: 1px solid #b5a78a; }
.people_3					{ width: 655px; min-height: 5px;  }
.people_4					{ width: 655px; min-height: 579px; }
.people_bottom				{ width: 470px; min-height: 20px; }

.people_2 p 				{ font-size: 18px; color: #7a761f; margin: 0px; padding: 0px; }
