body { 
  margin: 0px;
  margin-bottom:100px;
  background: #3D6E3D url(images/blotter.jpg) repeat;
  color: #000;
  /*font-family: "Book Antiqua", "Century",  serif;*/
  font-size:11pt;
}
A:link {
  color: #0055FF;
}
A:visited {
  color: #0055FF;
}
A:hover {
  color: #0099FF;
}

/*================DIV STRUCTURES==================*/
div {
  background-color:#fff;
  text-align:left;
  padding-bottom:10px;
}

div.main {
  position:relative;
  left:20px;
  top:80px;
  border:0px;
  width:650px;
  padding-top:20px;
  padding-bottom:20px;
  border-right:3px solid #203920;
  border-bottom:3px solid #203920;
  background: #fff url(images/paper.jpg) repeat;
  z-index:2;
}

div.about {
  font-family: "Lucida Calligraphy", cursive;
  font-size:11pt;
  position:absolute;
  top: 90px;
  left: 650px;
  width:300px;
  height:294px;
  background-color:transparent;
  background-image:url(images/postit1.png);
  background-repeat: no-repeat;
  z-index:4;
  padding-top:10px;
}

div.archive {
  position:absolute;
  top: 390px;
  left: 670px;
  width:300px;
  height:auto;
  overflow:visible;
  background-image: url(images/note1.gif);
  background-repeat: repeat-y;
  background-position: left 35px;
  border-right:2px solid #203920;
  border-bottom:2px solid #203920;
  z-index:3;
}



/*===========================HEADINGS======================*/
h1 {
  text-align: center;
  font-family: monospace;
  font-weight:bold;
  margin: 0px 0px -5px;
}

h1.page {
  font-size: 16pt;
  width:550px;
  position:absolute;
  top:7px;
  left:15px;
  font-family: monospace;
  z-index:5;
  text-align:left;
}

h1.title {
  font-size: 18pt;
  padding-top:1px;
  padding-bottom:2px;
  margin-top:10px;
}

h1.info {
  font-size: 13pt;
  line-height:22pt;
}

div.about h1 {
  padding-right:55px;
  font-family: "Lucida Calligraphy", cursive;
}

div.archive h1 {
  font-family: "Lucida Calligraphy", cursive;
  padding-right:115px;
  border-bottom: 2pt solid #0055ff;
}


/*======================PARAGRAPHS & LISTS========================*/
p {
  text-indent: 1.5em;
  margin:6pt 10px;
}

div.main p {
  padding-left: 50px;
  padding-right:50px;
  font-family:monospace;
}

div.about p {
  padding:0px 30px 0px 20px;
  text-indent:0px;
}

div.archive UL {
  margin-left:30px;
  font-family: "Lucida Calligraphy",cursive;
  font-size: 10pt;
}

UL {
  list-style: none;
  padding:0px 5px;
}


