@font-face {
	font-family: 'AdobeGaramondPro';
	src: url('http://masterwebdev.com/fonts/agaramondpro-regular-webfont.eot?') format('eot'),
		url('http://masterwebdev.com/fonts/agaramondpro-regular-webfont.woff') format('woff'),
		url('http://masterwebdev.com/fonts/agaramondpro-regular-webfont.ttf') format('truetype'),
		url('http://masterwebdev.com/fonts/agaramondpro-regular-webfont.svg#webfontdSLTzxSz') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	font-family: AdobeGaramondPro, serif;
	font-size: 16px;
	line-height: 20px;
	background: #fffcf3;
	color: #2B1809;
}

a {
	color: #603813;
}

a.email span {
	display: none;
}

table, p {
	margin: 20px 0;
}

img {
	border: none;
}

#head {
	width: 520px;
	margin: 140px auto 0;
	text-align: center;
}

.loaded #head {
	-webkit-transition: margin-top 0.1s;
	-moz-transition: margin-top 0.1s;
	-o-transition: margin-top 0.1s;
	transition: margin-top 0.1s;
}

@media only screen and (max-width: 600px) {
	#head { margin-top: 60px }
	/* Don't change page length, because removing the scroll bar might modify
	   the width and cause a loop: */
	body #body { margin-bottom: 160px }
}

#head h1 {
	font-weight: normal;
	font-size: 26px;
	padding: 20px 0 0 0;
	margin: 0;
}

#head h3 {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 40px 0 0 0;
}

#head h3 span {
	font-size: 60%;
	padding: 0 1px;
}

#body {
	background: #fff;
	width: 400px;
	padding: 19px 59px; /* -1 for border */
	border: 1px solid #d8cbc3;
	margin: 60px auto 80px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
