div#navigation {position: fixed; left: 0px; top: 0px; width: 200px; background: black; color: white; z-index: 1; }
div#header {position: absolute; left: 200px; top: 0px; width: 600px; background: #222222;
 color: white; height: 40px; float: left; background-image: url('header.gif');
background-repeat: no-repeat;}
div#body {position: absolute; left: 200px; top: 0px; width: 600px; background: black; float: left }

body {width: 800px; margin: 0; background: black; font-family: arial, sans-serif; color: silver; 
	background-image:url('images/bg1.gif'); background-repeat: repeat-y; background-position: 800px 0px; 
	xbackground-attachment: fixed}

p {margin-left: 4}
h1 {margin-left: 4}
h3 {margin-left: 4}
h4 {margin-left: 4}
table {margin-left: 4}
.t {position: normal; left: 204px; top: 4px; margin: 4}
.divtop {margin-top: 8}
.divbottom {margin-bottom: 8}
.poetry {color: #AAAAFF}

ul.menu {
list-style: none;
margin: 4;
padding: 0;
float: right;
}
li.menu {position: relative; float: left; margin: 4; }

a.nav, a.nav:link, a.nav:active, a.nav:visited {text-decoration: none; font-variant: small-caps; color: white; }
a.nav:hover {text-decoration: underline; color: yellow}

a, a:link, a:active, a:visited {text-decoration: underline; font-weight: bold; color: white; }
a:hover {text-decoration: underline; color: yellow}
