<style type="text/css">
<!--
/* This layout is based in part on Layout Gala # 12 from Alessandro Fulciniti.
The layout, and many others, are available here: http://blog.html.it/layoutgala/ 

The colors are based (very loosely) on the Lighthouse Keeper color set from 
http://colourlovers.com 

The specificities of coding are by Justin Dainer-Best. */

html,body {margin:0;padding:0}

/* colors and such */

body {color:#0c0e0e;
font-size: 15px;
font-family: Verdana, Garamond, "Times New Roman";
background: #EFEFEF;}

hr {width: 50%; height: 2px; background-color: black; color: black; border: 0;}

p {margin:0 10px 10px;}
p.ind {text-indent:2em;}

A:link {text-decoration:none; color:#d35815;}
A:visited {text-decoration:none; color:#d35815;}
A:hover {text-decoration:underline; color:#d35815; }
/* text-transform:uppercase; */
a img {border:0;}

#extra a {color:#5d7372}
#extra a:visited {color:#5d7372}
#extra a:hover {color:#5d7372;}

#navigation a {color:#cccce8}
#navigation a:visited {color:#cccce8}
#navigation a:hover {color:#cccce8;}

img.left,img.center,img.right{padding:4px;}
img.left{float:left; margin:0 15px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 15px;}

H1 {color:#361e0b; font-weight:bold; margin:0;}

span.indent {display:block; text-indent: 2em;}

div#content p{line-height:1.4}

div#container {text-align:left;}

div#navigation {background:#5d7372; border-radius: 10px; padding: 5px;}
li.nav {list-style-type:none; margin-bottom: 5px; }
li a .nav {background-color:inherit; display:block;}

div#header h1 {color: #361e0b; text-align: center;}
div#header {background: #b39b7f; background-image:url("images/park.jpg"); }

div#extra {background: #cccce8; border-radius: 10px; padding: 2px;}

div#footer {background: #0C0E0E; color: #FFF; font-size: 13px; }

div#footer p {margin:0; padding:5px 10px}


/* Positioning things */

div#header {height:329px; margin:0; margin-bottom:10px; padding-left:10px; }

div#container {width:1000px; margin: 0 auto;}

div#wrapper {float:left; width:100%;}

div#content {margin-left: 330px; min-height: 500px;}

div#navigation {float:left; width:150px; margin-left:-840px}

div#extra {float:left; width:150px; margin-left:-1000px}

div#footer {clear:left; width:100%; margin-top: 10px;}


/* special for poetry page */
.poem-title {}

.poem {}


/* top right bottom left 
           OR
   top&bottom right&left */
-->
</style>