#signed-letter {
	width: 75%;
	margin: 2em auto;
	background-color: #aaa;
}
#signed-letter #signed-letter-inner {
	position: relative;
	top: -3px;
	left: -3px;
	padding: 1em 2em 3.5em 2em;
	text-align: left;
	line-height: 150%;
	background: #eee url('../img/signed.png') no-repeat right bottom;
	border: 1px solid #ccc;
}
#signed-letter #signed-letter-inner p {
	margin: 0.5em 0;
}
#signed-letter p strong {
	font-weight: bold;
}

#photo-space {
	max-width: 1100px;
	margin: 0 auto;
}

#photo-space .photo-wrapper {
	display: inline-block;
	position: relative;
	margin: 0.75em;
	padding: 4px;
	width: 300px;
	height: 240px;
	border: 1px solid #bbb;
	background-color: #eee;
}
#photo-space .photo-wrapper .overlay {
	display: none;
	position: absolute;
	bottom: 14px;
	right: 4px;
	left: 4px;
	padding: 0.5em 1em;
	font-weight: bold;
	background-color: rgba(255,255,255,0.33);
}
#photo-space .photo-wrapper .overlay a {
	color: rgba(0,0,0,0.5);
}
#photo-space .photo-frame {
	width: 300px;
	height: 240px;
}

