.infobox {
	overflow:hidden;
	z-index:1;
	clear:both;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	border-bottom:dotted 1px #9EB9C8;
}
.infobox .photo {
	width:300px;
	height:300px;
	line-height:298px;
	background:#9EB9C8;
	float:left;
	text-align:center;
}
.infobox .photo img {
	vertical-align:middle;
}
.infobox .txt {
	width:550px;
	float:right;
}
.infobox .txt h3 {
	border-left:solid 6px #9EB9C8;
	color:#7C5B49;
	padding:0 0 0 14px;
	margin:0 0 10px 0;
	line-height:1.2em;
}
.infobox .txt p {
	padding:0 0 0 20px;
	
}
.infobox .txt .img {
	text-align:right;
}