html, body {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    height:100%;
    margin:0;
    padding:0;
    background: #eae7d7;
    margin-top: 30px;
}
td {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

table {
	margin-top: 30px;
	margin-bottom: 30px;
}

table td {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	text-align: center;
}

table td.pictures img {
		-moz-box-shadow: 3px 3px 4px #a09e94;
		-webkit-box-shadow: 3px 3px 4px #a09e94;
		box-shadow: 3px 3px 4px #a09e94;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a09e94')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a09e94');
}

div.text {
  margin:auto;
  max-width: 500px;
	color: gray;
	font-size: 1.2em;
  padding: 0 0 30px 0;
	text-align: center;
}
div.text p {
  padding-bottom:10px;
	text-align: center;
}

div.address {
	color: gray;
	font-size: 1.2em;
	text-align: center;
}

div.email {
	text-align: center;
}
div.email a {
	color: gray;
	font-size: 1.2em;
}