#atp {
    position: fixed;
    bottom: 24px;
    right: 24px;
    padding-left: 24px;
    padding-top: 24px;
}

#atplogo {
    position: fixed;
    left: 24px;
    bottom: 24px;
}

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: darkblue;
}

.blurb {
	text-align: left;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 80%;
	text-align: justify;
}

.blurbcredit {
	text-align: right;
	font-size: 80%;
}

.poem {
	text-align: left;
	margin-left: 20%;
	margin-top: 16%;	
	font-size: 100%;
	line-height: 150%;
}


.bio {
	text-align: left;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 80%;
	text-align: justify;
}

#nav {
	text-align: center;
}

ul {
    list-style-type: none;
	overflow: hidden;
	width: 488px;
	margin: 24px auto;
}

li {
	width: 120px;
	height: 40px;
	margin: 0px  0px;
	float: left;
	align-items: center;
	border: 1px solid silver;
}

li.name {
	width: 200px;
	height: 40px;
	margin: 0px  0px;
	float: left;
	align-items: center;
	color: darkblue;
	font-weight: bold;
	border: none;
}

#name {
	margin-right: 24px;
	margin-top: 12px; 
	white-space: nowrap;
}

.audubonblue {
	color: darkblue;
}

li a {
	display: block;
	color: darkblue;
}

li a:hover:not(.active) {
	color: white;
	background-color: darkgray;
	cursor: pointer;
}

.active {
    color: lightgray;
    background-color: darkblue;
}

.unavailable {
	color: lightgray;
	background-color: white;
}

body {
	font-family: "Arial", Helvetica, serif;
	color: #333;
	text-align: center;
}

a {
	text-decoration: none;
	color: darkblue;
}

.menu {
	text-decoration: none;
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

#blotter {
	margin-top: 120px;
	margin-left: 25%;
	margin-right: 25%;
	margin-bottom: 120px;
}

#jotter {
	margin-top: 40px;
	margin-left: 12.5%;
	margin-right: 12.5%;
}

header {
	width:100%;
	height:80px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	line-height: 80px;
	color: gray;
	white-space: nowrap;
}

footer {
   width:100%;
   height:60px; 
   font-size: 12px;
   text-align: center;
   line-height: 80px;
   margin-top: 200px;
   white-space: nowrap;
}