body {
	background: #FFF url('images/back8.jpg') no-repeat top left fixed;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 0.95em;
	color: #000;
	line-height: 1.5em;
}

#header {
	width: 80%;
	background: transparent;
	margin: 0 auto;
	padding: 0;
	height: 101px;
}

#header h1 {
	padding: 30px 0;
	color: #999;
	font-size: 1.4em;
	letter-spacing: 3px;
	margin: 0;
	text-align: right;
}

.site-title, .site-subtitle {
	font-family: "Palatino Linotype", Palatino, serif;
	font-style: italic;
}

nav {
	position: absolute;
	top: 85px;
	left: 10%;
	padding: 0;
	margin: 0;
	font: bold 11px Verdana, sans-serif;
	height: 25px;
	color: #3378c8;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #3378c8;
}

#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	color: #3378c8;
}

#nav li a {
	padding: 3px;
	margin: 0;
	border: 1px solid #B78E96;
	border-bottom: none;
	background: transparent url(images/trans6.gif) repeat;
	text-decoration: none;
	color: #3378c8;
}

#nav li a:link { color: #3378c8; }
#nav li a:visited { color: #3378c8; }

#nav li a:hover {
	color: #3378c8;
	background: transparent url(images/trans7.gif) repeat;
}

#nav li a#current {
	background: transparent url(images/trans7.gif) repeat;
	border-bottom: 1px solid #999;
}

#container {
	background: transparent url('images/trans5.gif') repeat;
	width: 80%;
	margin: 0 auto;
	padding: 0;
}

#content, main {
	margin: 0;
	padding: 40px;
}

main p, main li, main td {
	font-family: "Palatino Linotype", Palatino, serif;
	font-style: italic;
	margin-bottom: 0.4em;
}

main h2, main h3 {
	font-family: "Palatino Linotype", Palatino, serif;
	font-style: italic;
	font-weight: normal;
	border-bottom: none;
	color: #000;
	margin: 1.2em 0 0.3em 0;
	padding: 0;
	font-size: 1.2em;
}

main h2:first-child, main h3:first-child {
	margin-top: 0;
}

.two-col {
	display: flex;
	gap: 2em;
	align-items: flex-start;
}

.portrait-img {
	width: 208px;
}

#footer, footer {
	background: transparent;
	padding: 5px 10px 2px 0;
	text-align: right;
	font-size: 0.75em;
	clear: both;
	line-height: 1.15em;
}

a, a:visited {
	background: transparent;
	color: #333;
	border-bottom: 1px solid #333;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	background: transparent;
	color: #666;
}

h2 {
	color: #666;
	border-bottom: 1px solid #666;
	margin: 0;
	padding: 10px 0 1px 0;
	font-size: 1.2em;
}

@media (max-width: 700px) {
	#header {
		width: 95%;
		height: auto;
	}

	#header h1 {
		text-align: center;
		padding: 15px 0;
	}

	nav {
		position: static;
		width: 100%;
		margin: 0;
		height: auto;
		font-size: 1.3em;
	}

	#nav li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #B78E96;
	}

	#nav li a {
		display: block;
		padding: 12px 15px;
		border: none;
		border-bottom: none;
	}

	#nav li a#current {
		border-bottom: none;
	}

	#container {
		width: 95%;
	}

	#content, main {
		padding: 15px;
	}

	.two-col {
		flex-direction: column;
	}

	.portrait-img {
		width: 100%;
		max-width: 208px;
	}
}
