body#enter {
  background-color: #369;
  background-image: url(images/bkgd-strip.jpg);
  background-repeat: repeat-x;
  margin: none;
}

body {
  font-family: serif;
  background-color: #FFE0C1;
  background-image: url(images/lotustile2.jpg);
  background-position: 164px 0;
  margin: none;
}

#main {
  font-size: 12pt;
  position: relative;
}
#main a:link    { color: #00d; }
#main a:visited { color: #00c; }
#main a:hover   { color: #070; text-decoration:none; }
#main a:active  { color: #060; }

#navtext {
  line-height: 175%;
  font-size: 13pt;
  color: #ddf;
  position: absolute;
  top: 230px;
  left: 12px;
}
#navtext a:link    { color: #fff; font-weight: bold; text-decoration: none; }
#navtext a:visited { color: #fff; font-weight: bold; text-decoration: none; }
#navtext a:hover   { color: #ff0; font-weight: bold; text-decoration: none; }
#navtext a:active  { color: #0ff; font-weight: bold; text-decoration: none; }

#footer {
  font-size: 10pt;
  font-family: monospace;
  align: center;
  text-align: center;
  color: #00f;
}
#footer a:link    { color: #00f; font-weight: bold; }
#footer a:visited { color: #00f; font-weight: bold; }
#footer a:hover   { color: #f00; font-weight: bold; text-decoration: none; }
#footer a:active  { color: #ff0; font-weight: bold; text-decoration: none; }

h1 { font-size: 1.3em; text-align: left; margin-top:15px; color: #339; }
h2 { font-size: 1.15em; text-align: left; }
.bigbold { font-size: 1.15em; font-weight: bold; }

.gallery-title { font-size: 1.15em; text-align: left; }
.num-images { font-size: 0.88em; }

.sc { font-variant : small-caps; }
.narrow { position: relative; left: 60px; width: 380px; font-size: 0.9em; }
