body {
  background: #65687e url(/boggs/back_fade.jpg) repeat-x; 
  padding: 20px 0px 20px 0px;
  margin: 0px;
  border: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Verdana, Arial, helvetica, san-serif;
  font-size: small;
  color: #CCCCCC;
  line-height: 1.3em; /* I like a little more space */
}



div.content {
  display: block;
  padding-left: 25px;
  margin-left: 11em;
#  margin-right: 160px;
  margin-right: 25px;
  border-style: solid;
  border-width: thick;
  border-color: gray;
  padding: 10px;
  color: blue;
  background: #CCCCCC;
}
  

body a:link {
  color: blue;
}
body a:visited {
  color: red;
}


div.center {
  text-align:   center;
  margin-left:  auto;
  margin-right: auto;
}

p {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* fixed width font in a box */
div.quote {
  font-size: small;
  display: block;
  padding-left: 25px;
  margin-left: 10px;
  margin-right: 10px;
  border-style: solid;
  border-width: thin;
  border-color: white;
  padding: 10px;
  color: #000000;
  background: #AAAAAA;
  font: monospace;
}

h1 {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif
}

h1.pageheader {
  font-variant: small-caps;
  font-size: 3.0em;
  line-height: 1.0em; /* I like a little more space */
  padding-bottom: 1em;
  padding-top: 1em;
  color: yellow;
  text-align:   center;
  margin-left:  auto;
  margin-right: auto;
}

/* Navbar on left side of page */

ul.navbar {
  position: absolute;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-indent: 0px;
  padding: 0px 0px 0px 10px;
  list-style-type: none;
  top: 190px;
  left: 0px;
  width: 155px;
}


ul.navbar li {
  font-size: small;
  margin: 0 0.15em;
}

ul.navbar li a {
  background: url(css-nav.gif) #fff bottom left repeat-x;
#  background: url(css-nav.gif) #FFFF99  bottom left repeat-x;
  height: 2em;
  line-height: 2em;
  width: 11em;
  display: block;
  border: 0.1em solid #dcdce9;
  color: #0d2474;
  text-decoration: none;
  text-align: left;
  font-size: smaller;
}

/*
ul.navbar a {
  text-decoration: none
}
*/

ul.navbar a:hover {
  color: purple;
  text-decoration: underline;
}

address {
  margin-top: 1em;
  padding-top: 1em;
  /* border-top: thin dotted */
}


/* gallery styles, originally taken from http://www.porjes.com/images/ */

div.gallery {
  border: outset 4px black;
  padding: 10px;
  margin: 12px;
  color: black;
}

div.gallerycaption {
  font-variant: small-caps;
  font-size: x-large;
  padding-bottom: 1em;
  padding-top: 1em;
  color: yellow;
  text-align: center;
}

div.thumbnail {
  font-size: xx-small;
  line-height: 1.0em;
  margin: 5px;
  padding: 4px;
  width: 130px;
  height: 180px;
  border: outset 1px white;
  text-align: center;
  float: left;
}

/* some space is needed in the gallery because otherwise all the divs
 * don't take up any space and the surrounding div will not cover the
 * thumbnails.
 */
div.spacer {
  clear: both;
}

div.thumbnail a img {
   border-style: none;
}
div.thumbnail a {
   text-decoration: none;
}
div.thumbnail a:hover {
   text-decoration: underline;
}
