/* Main Layout */

#main-nav {
	display: none;
}

/* Typography */

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 18pt;
}

h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	border-bottom: 2pt solid #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	font-weight: normal;
}

h2 {
	font-size: 30pt;
	line-height: 36pt;
}

h3 {
	font-size: 24pt;
	line-height: 36pt;
	margin-bottom: 0;
}