
div.people			{margin-bottom: 4.5em;}
div.people p		{margin-bottom: 2.2em !important;}

div.people h2		{
					font-family: Georgia !important;
					font-size: 105% !important;
					color: #b1b1b1 !important;
					margin-top: 1.5em !important;
					margin-bottom: 0.5em !important;
					line-height: 1.3;
					}

div.people h2 span	{font-weight: normal; font-size: 75% !important;}



/* картинки */

div.people img			{
						position: absolute;
						margin-left: -70px;
						margin-top: 5px;
  						margin-bottom: 10px;
						border-style: solid;
						border-width: 1px;
                        filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
						-moz-opacity: 0.4;
						-khtml-opacity: 0.4;
						opacity: 0.4;
						border-color: white;
						}