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.placeholder {
	/* 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: 90%; }
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; }

.box    { font-size: 10pt; height: 48px; padding: 5px; vertical-align: middle;}
.bvline { position: absolute; background-color: #000000; font-size: 0pt; z-index: 3; height: 1px;}
.bhline { position: absolute; background-color: #000000; font-size: 0pt; z-index: 3; width: 1px;}
.border { position: absolute; background-color: #000000; font-size: 0pt; z-index: 4; width: 160px; height: 50px; }
.boxbg  { position: absolute; background-color: #eeeeee; z-index: 5; width: 158px; height: 48px;}
.shadow { position: absolute; background-color: #999999; z-index: 1; width: 158px; height: 48px; }
.ghline { position: absolute; background-color: #999999; font-size: 0pt; z-index: 1; width: 1px;}
.gvline { position: absolute; background-color: #999999; font-size: 0pt; z-index: 1; height: 1px;}
.child { padding: 0;
         padding-left: 1em;
         padding-right: 1em;
         margin: 0;
         font-weight: bold;
         background-color: #f0ece6;
        }
.child a { text-decoration: none; }

