.photo {
	float: left;
	padding: 20px;
  width: 102px;
  height: 102px;
}
.photo img {
	border: 1px solid #000;
  width: 100px;
  height: 100px;
}
