* {
	color: #333;
	font-family: "Garamond Premier Pro", "Adobe Garamond Pro", Georgia, Times, serif;
	font-weight: normal;
	font-style: normal;
}

#container {
	width: 435px;
	margin: 0 auto;
}

#header {
	margin: 24px 0 36px 0;
}

h1, h2, h3, h4, p {
	font-family: "Garamond Premier Pro", "Adobe Garamond Pro", Georgia, Times, serif;
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-size: 30px;
	display: inline;
	margin-right: 10px;
}

h1 a {
	text-decoration: none;
	color: #333;
}

h2 {
	font-size: 18px;
	color: #aaa;
	display: inline;
	text-transform: lowercase;
}

h3 {
	font-size: 24px;
	margin: 0;
}

h3 a {
text-decoration: none;
}

h4 {
	font-size: 14px;
	font-variant: small-caps;
	color: #666;
	margin: 0;
}

p {
	color: #666;
	font-size: 14px;
	line-height: 1.6em;
}