body { background-color:white; }

* { margin:0; padding:0; color:#001; }

img { border:0 }

#page{
 position:absolute;
 top:0;
 width:675px;
 left:50%;
 margin:10px 0 0 -341px;
}
#banner {
 position:absolute;
 width:675px;
}

#nav {
 position:absolute;
 top:88px;
 overflow:visible;
 left:0;
 width:250px;
 padding-top:5px;
 border-top:1px solid black;
}

#nav a {
 text-decoration:none;
 line-height:100%;
 float:right;
 display:block;
 clear:right;
 margin:0;
 padding:2px 10px 1px 11px;
 text-align:right;
 font-size:10pt;
 font-weight:bold;
 font-style:italic;
 border:1px solid white;
 border-right:0;
}

#nav a:hover {
 border:1px solid black;
 border-right:0;
 background-color:#adadca;
}

#nav img {
 float:left;
 clear:left;
 border:0;
}

#nav br {
 clear:both;
}

#index,
#fable {
 position:absolute;
 top:88px;
 left:250px;
 width:425px;
 height:600px;
 overflow:auto;
 background: transparent url(/img/aesop-bg-fox-and-cock.jpg) no-repeat top right;
 border:1px solid black;
 margin-bottom:2em;
}

#fableTitle {
 color:#332;
 font-size:19pt;
 margin:1ex 5px 4px 20px;
 clear:both;
 font-weight:bold;
 font-family:serif;
 text-transform:lowercase;
/*
 font-style:italic;
*/
}

#fableProper, #fableMoral {
 border-top:1px solid #443;
 padding:3px 0 5px 0;
 line-height:120%;
 margin:0 20px 5px 20px;
 font-size:14pt;
}

#fableMoral {
 text-align:center;
 font-size:13pt;
 color:#332;
 padding:5px 1ex;
 font-family:serif;
 font-weight:bold;
 font-variant:small-caps;
}

dt {
 margin-top:1ex;
 font-weight:bold;
 font-size:13pt;
 font-style:italic;
}
dd {
 font-size:smaller;
 text-align:right;
 margin:0 5px 0 30px;
}


#previous_next {
 text-align:center;
 font-weight:bold;
 font-size:11pt;
 margin:2em 5px;
 padding-bottom:1em;
}

#fable a:visited {
 text-decoration:none;
 color:#039;
}

#fable a:link {
 text-decoration:none;
 color:#03f;
}

#fable a:hover {
 text-decoration:underline;
 color:#a00;
}

.nowrap {
 white-space:nowrap;
}

.footnote {
 margin:2em 0 1ex 2em;
 text-indent:-1em;
 font-size:10pt;
 line-height:12pt;
}

p:first-letter {
 vertical-align:text-top;
 font-family:serif;
 font-size:60pt;
 line-height:50pt;
 color:#655;
 font-weight:bold;
 padding:0;
 margin:0 0 -10pt 0;
 float:left;
}

