body
{
  margin: 0;
  padding: 0;
  font-size: 12pt;
}

#masthead
{
  top: 0px;
  left: 0px;
  padding-bottom: 1.5em;
  padding-top: 0.5em;
  padding-left: 1em;
  margin: 0;
  position: fixed;
  height: 2em;
  width: 100%;
  display: block;
  z-index: 2;
  white-space: nowrap;
}

#masthead h1
{
  padding: 0;
  font-weight: lighter;
  letter-spacing: 10px;
  display: inline;
  font-size: 2em;
}

#mastheadfiller
{
  display: none;  /* This is only used in WinIE hacks */
}

#links
{
  top: 3.5em;
  right: 10px;
  position: fixed;
  z-index: 5;
  white-space: nowrap;
  display: block
}

#links a
{
  margin: 0 0 0 -1px;
  text-decoration: none;
  text-transform: none;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: small;
  padding: 5px;
  text-align: center
}

#links a:hover
{
  padding-top: 6px;
  padding-bottom: 6px;
}

#links em
{
  margin: 0 0 0 -1px;
  text-decoration: none;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 2px;
  font-size: small;
  padding: 5px;
  text-align: center
}



/* Now for the sidebar */

#sidebar
{
  top: 0;
  float: left;
  margin-top: 4em;
  position: fixed;
  width: 200px;
}

#portrait
{
  top: 0;
  margin: 0;
}

/*  Titlebar and links are complete.  Now for the content, located in one big <div> tag */



#bodycontent
{
  background-image:url('../elements/notes_bg_test2.jpg');
  background-repeat: repeat-y;
  background-position: 200px 4em;
  background-attachment: fixed;
  display: block;
  margin: 4em 0 0 200px;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 40px;	
  z-index: 1;
}

#bodycontent h3
{
  letter-spacing: 1px;
}
.note
{
  font-family: arial,helvetica,sans-serif;
  font-size: 12pt;
  font-style: italic;
  border: dashed 1px #999999;
  margin: 20px;
  padding: 10px;

}

span.book
{
  text-decoration: underline;
}

span.cd
{
  font-style: italic;
  line-height: 12pt;
}

.note span.cd
{
  font-style: normal;
}

.handwriting
{
  font-family: "Comic Sans MS",cursive;
  font-style: normal;
  font-size: 24pt;
}


/*  Content's done with.  Finish it all off with contact info in the footer */

#footer
{
  font-size: small;
  text-align: center;
  letter-spacing: 1px;
  margin: 25px -8px -8px -8px;
  padding: 1px 0 2px 0;
  border: solid 1px #999999;
} 