body{
   text-align: center;
   font-size: 80%;
   color:#000;
	background-color:#F6F6F6;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 20px 0px;
}

#header {
   text-align: center;
   background:#b00;
   color:#F6F6F6;
   margin: 0px 0px 20px 0px;
   padding: 20px 0px 20px 0px;
   letter-spacing: .3em;
   background-position: center bottom;
   background-repeat: repeat-x;
   background-image: url(redshade.jpg);
}

#header p {
   text-indent: 0em;
   font-weight: bold;
   letter-spacing: .5em;
}

h1 {
   font-size: 3em;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
}

h2 {
   clear:both;
   text-align: center;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   font-size: 1.6em; 
}

#contenet {
   width:600px;
	margin:0px auto 40px auto;
	text-align:justify;
	background-color:#F6F6F6;
	line-height: 1.4em;
   color:#000;
   font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
   background-position: center bottom;
   background-repeat: no-repeat;
   background-image: url(line02.gif);
   padding: 10px 10px 25px 10px;
}

#contenet p {
   text-indent: 3em;
}

#contenet p.tagline{
   text-indent: 0em;
}

#contenet p.poetry{
   text-indent: 0em;
   padding: 0px 0px 0px 3em;
}

img {
   float:right;
   margin:-1.5em 0 0 15px;
   line-height: 0;
}

a:link{color:#b00}
a:visited{color:#f00}
a:hover{color:#f00}
a:active{color:#b00}


/* Nav style based on Seth Gunderson's design http://css.maxdesign.com.au/listamatic/horizontal19.htm  */

#navcontainer{
   width:600px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 10px;
   margin-top: -10px;
   border-top: 1px solid #666;
   z-index: 1;
}

#navcontainer ul{
   list-style-type: none;
   text-align: center;
   margin-top: -8px;
   padding: 0;
   position: relative;
   z-index: 2;
}

#navcontainer li{
   display: inline;
   text-align: center;
   margin: 0 5px;
}

#navcontainer li a{
   padding: 1px 7px;
   color: #000;
   background-color:#F6F6F6;
   border: 1px solid #333;
   text-decoration: none;
}

#navcontainer li a:hover{
   background-color: #eee;
   color: #000;
   border: 1px solid #666;
   border-top: 2px solid #b00;
   border-bottom: 2px solid #b00;
}

#navcontainer li a#current{
   color: #000;
   border: 1px solid #666;
   border-top: 2px solid #666;
   border-bottom: 2px solid #666;
}
