BODY { background: white  url("sepia.png") ;
       background-attachment: fixed; 
       background-repeat: repeat-y;
 }
.container {
    width: 100%;
    margin: 10px auto;
}
.navtitle {
	text-align: center;
}
div.nav {
	position: fixed; 
	/* top; 175px; */
	left: 10px;
        float: left;
        width: 10em;
	margin: 0px 0px 0px 0px;
	padding-left: 5px;
	font-size: 100%;
	font-weight: bold;
	line-height: 155%;
	/* word-spacing: 50px; */
}
div.nav a {
        border: 2px solid; 
	margin: 4px 2px 2px 2px;
        text-align: center;
	/* padding-left: 6px; */
	width: 8em;
	text-decoration: none; 
	display: block;
}
.nav a.link {
        background-color: #542;
	color: #fff; 
}
.logo {
    border: 0; width: 8em; height: 6em;
    background-image: url(logo.gif); 
    background-repeat: no-repeat;
}
div.menuholder {
	/* top; 175px; */
	left: 10px;
        float: left;
        width: 1em;
        height: 28em;
	margin: 0px;
	padding: 5px;
}
#content {
    margin-left: 12em;
}

#footer {
    clear: both;
    padding: 1em;
}

div.centered  img { width: 80%;  }
div.thumbnail { float: left; }
div.thumbnail img { display: block; }
#narrative { clear: left; }
div.alphabet a { font-weight: bold; text-decoration: none; font-size: 130%;}
div.rightwrap img { height: 20em; }
