body {
	padding: 20px;
	margin: auto;
	width: 800px;
	background-color: #eee;
	font-family: 'Goudy Bookletter 1911', serif;
	font-weight: 400;
	color: #555;
	line-height: 1.2;
}

header {
	padding: 20px;
}
header img {
	float: right;
	width: 75px;
	height: 75px;
	border: solid 5px white;
}
header h1 {
	float: left;
}
.tagline {
	margin: 0;
	padding:  10px;
	list-style-type: none;
	float: right;
	text-align: left;
}


nav {
	width: 120px;
	padding: 20px;
	margin: 0;
	clear: both;
	float: left;
}
nav ul {
	padding: 0;
	list-style-type: none;
}
nav a {
	color: #555;
	text-decoration: none;
}
nav a :hover {
	background-color: white;
}
nav .not_ready {
    color: #999;
    text-decoration: line-through; 
}
nav li {
	padding: 5px;
}


.text li {
    list-style-type: circle;
}

.text .elsewhere li {
    padding: 5px 0;
}

.text a {
    color: #1166aa;
}


#content {
	width: 600px;
	padding: 20px;
	float: right;
}

footer {
	padding: 20px;
	clear: both;
	text-align: center;
}
