/*
	index.css
*/
p.T {
	text-indent: 8%;
	text-align: justify;
	margin: 0;
}
.ClientArea {
	position: relative;
	float: right;
	width: 72%;
	height: 77%;
	background-color: #f7e4b9;
	color: black;
	border: 1px;
	border-style: solid;
	border-color: blue;
	padding: 1%;
	overflow: hidden;
}
.ClientCaption {	/*	the frame for the picture plus a caption below it.	*/
	position: relative;
	float: left;
	width: 50%;
	height: 50%;
	border: 0;
	border-style: solid;
	border-color: blue;
}
.ClientPicture {	/*	the picture area in the ClientCaption frame above.	*/
	position: relative;
	float: left;
	width: 100%;
	height: 96%;
	border: 0;
	border-style: solid;
	border-color: blue;
}
