html {  background: #eee url(paper-grain.jpg) top left fixed; }

body {
 font-family: Times, "Times New Roman", serif;
 text-align: center;
 font-size: medium;
 background: url(kanji.jpg) top left no-repeat fixed;
 margin: 0px; padding: 1em;
 min-height: 512px;
}

#nav {
 text-transform: lowercase;
 position: absolute;
 top: 0px; right: 0px;
 padding: 1ex;
 font-size: small; 
 background: url(paper-grain.jpg) top left fixed;
 border: solid #ccc 1px;
}
#nav ul { list-style-type: none; margin: 0px; padding: 0px;}

.entry {
 background: url(kanji-light.jpg) top left no-repeat fixed;
 width: 20em;
 margin-left: auto;
 margin-right: auto;
 border: solid #ccc 1px;
 margin-bottom: 1em;
}

h1, h2, h3 {
 text-transform: lowercase;
 font-style: italic;
}

h2 { margin: 0px 0px 0.2ex; padding: 0.2ex 0px; border-bottom: solid #999 1px; }
h2 a { font-size: xx-small; display: block; float: left; }

a { color: #400; text-decoration: none; }
a:visited { color: #304; }
a:hover { color: #500; }
a:active { color: #600; }

#banner { margin-top: 1em; }
h1 {
 margin: 0px; padding: 0px; 
 font-family: "MT Chancery", Zapfino, cursive, serif;
}
#desc { font-size: small; font-style: italic; padding-bottom: 1em; margin-bottom: 1em; border-bottom: solid #999 1px;  }
