/* Make page fill screen */
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Georgia, sans-serif; /*"Trebuchet", "Trebuchet MS", Tahoma, Arial, sans-serif;*/
}

/* Stretch background image */
#bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Ensure content is on top of background */
#page {
	position: relative;
	z-index: 1;
}


h1, h2, h3, h4 {
	font-family: "Hoefler Text", Palatino, "Trebuchet MS", serif; /*"French Script MT", "Juice ITC", Papyrus, Rockwell, Garamond, Perpetua, "Book Antiqua", "Tempus Sans ITC", "Trebuchet MS", Trebuchet, serif;*/
}
h1, h3, h5 {
	color: #59260F; /* dark brown */
}
h2, h4, h6 {
	color: #A7511E; /* dark orange */
}
h4, h5, h6 {
	font-weight: normal;
}
h1 { font-size: 2.3em; }
h2 { font-size: 1.9em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
.titleemphasis {
	color: #59260f; /* dark brown */
	font-weight: bold;
}
ul {
	list-style-image: url('bullet.gif');
}
.textemphasis {
	color: #900; /* red, like the bullets */
}
a:link {
	color: #D86421; /* orange */
	text-decoration: underline;
}
a:visited {
	color: #743214; /* brown */
}
a:hover {
	color: #D86421; /* orange */
	text-decoration: none;
}
a:active {
	color: #D86421; /* orange */
	text-decoration: underline;
}

#box {
	width: 62%;
	max-width: 37.5em;
	margin: 0 auto;
	background-image: url('whitefade.png');
}

#header {
	text-align: center;
	font-size: 5em;
	font-family: Mistral, "Apple Chancery", "Zapf Chancery", Georgia, serif;
	margin: 0;
	padding: 0;
	border-bottom: 3px dashed #900;
}

#links {
	text-align: center;
	font-size: 2em;
	/*font-size-adjust: 0.40;*/
	font-family: Mistral, "Apple Chancery", "Zapf Chancery", "Matisse ITC", "Palatino Linotype Italic", "Trebuchet MS", serif;
	border-bottom: 3px dashed #900;
}

#content {
	padding: 16px;
}
/*#content > *:first-child {
	margin-top: 0;
}*/