#topnav,#nav,#subnav .centerer, #sidebar,#footer, #header {
  display:none;
}

body {
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: small;
    color: #333;
}

ul.photos {
  list-style: none;
  text-align: center;
}
ul.photos li {
  list-style: none;
  display: inline;
  margin: 1em;
}
#content ul.photos li a {
  border: none;
  padding: 0;
}
ul.photos li a:hover {
  border: none;
  background: transparent;
}
ul.photos li a img {
  border: 1px solid #ccc;
  padding: 5px;
}

a {
  color: #333;
  }

em {
    font-family: "Georgia", "Times New Roman", sans-serif;
}
h1, h2, h3, h4, h5 {
    font-family: "Georgia", "Times New Roman", sans-serif;
    font-weight: normal;
    letter-spacing: .06em;
    clear: both;
    color: #222;
}
h1, h2, h3 {
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
}
h2 {
    text-align: center;
    border-bottom: 1px solid #bbb;
    font-size: 170%;
}
h2 a {
    color: inherit;
}
h3 {
    padding-top: 4px;
    margin-top: 2em;
    border-bottom: 1px solid #dedccd;
    font-size: 125%;
}
h4 {
    margin-top: 1.5em;
	font-weight: bold;
	font-style:italic;
}

dl {
    font-size: 95%;
    margin: 2.4em 0;
}
dt {
    font-weight: bold;
    color: #111;
    margin-top: 15px;
}
dd {
    margin-left: 2em;
    line-height: 1.3em;
}

blockquote {
    color: #444;
    margin: 0 20px;
}

