body {
  color: #002f2f;
  background: #efecca;
  font-size: 9pt;
  margin: 0;
}


/* Header items */

#header {
  width: 100%;
  height: 60px;
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid black;
}

#myname {
  position: absolute;
  margin: 0 20px;
}

#quotes {
  position: absolute;
  right: 0;
  margin: 5px 20px 0;
}

#quotes p {
  font-family: Helvetica, sans-serif;
  font-style: oblique;
  font-size: small;
  margin: 0;
  float: right;
  clear: right;
}


/* Footer items */

#footer {
  clear: both;
  width: 100%;
  padding: 10px 0;
  margin-top: 20px;
  border-top: 1px solid black;
}

#myinfo {
  float: left;
  margin: 0 20px;
}

#enchanter {
  float: right;
  margin: 0 20px;
}


/* Sidebar */

#sidebar {
  float: left;
  padding: 20px 10px;
  margin-right: 20px;
  background-image: url(/images/sidebar-background.png);
  background-position: top right;
}

#sidebar-bottom {
  float: left;
  height: 20px;
  background-image: url(/images/sidebar-background.png);
  background-position: bottom right;
}

/*
.sidebar-background-bottom {
  background-image: url(/images/sidebar-background.png);
  background-position: bottom right;
}
*/

.sidebar-item {
  margin: 0 0 10px;;
}

.sidebar-item a,
.sidebar-item a:link,
.sidebar-item a:visited,
.sidebar-item a:active {
  color: yellow;
}

.sideheader {
  font-family: Georgia, serif;
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: 0em;
}

.sidebar {
  width: 200px;
  margin-top: 0em;
  font-family: Papyrus, Tempus Sans ITC, Comic Sans MS, fantasy;
}


#maincontent {
  padding: 10px 0;
  margin-right: 20px;
  text-align: justify;
}

.icon-strip {
  width: 450px;
  margin: 0 auto;
  text-align: center;
}

A {
  text-decoration: none;
}

A:link {
  color: blue;
}

A:visited, A:active {
  color: purple;
}

A:link.florida {
  color: #FFAA00;
}

A:visited.florida, A:active.florida {
  color: aqua;
}

H1 {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 200%;
  line-height: 80%;
  white-space: nowrap;
}

H2 {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 180%;
  line-height: 80%;
  white-space: nowrap;
}

H3 {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 200%;
  white-space: nowrap;
  text-align: center;
  margin-top: 0em;
  margin-bottom: 0em;
}

H4 {
  font-family: Georgia, serif;
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: 0em;
}

LI {
  font-family: Georgia, serif;
}

IMG {
  border: 0;
}

P {
  font-family: Georgia, serif;
}

P.comment {
  font-family: Helvetica, sans-serif;
  font-style: oblique;
  font-size: small;
}

P.caption {
  font-family: Helvetica, sans-serif;
  font-size: small;
  text-align: center;
  margin-top: 0em;
  margin-bottom: 3em;
}

P.quotation {
  font-family: Papyrus, Tempus Sans ITC, Comic Sans MS, fantasy;
  font-size: large;
}

.lc {
  font-size: 80%;
}

.vowel {
  font-size: 145%;
}

.cons {
  letter-spacing: 0.5em;
}

.text-center {
  text-align: center;
}

.block-center {
  margin: 0 auto;
}

.indented {
  margin-left: 10%;
  margin-right: 10%;
}

