
  html {
    font-family: Georgia, Palatino, "Times New Roman", serif;
    color: #555555;
  }

  #pageContainer {
    width: 800px;
    margin: 0 auto;
  }
  #contentContainer {
    padding-right: 0;
    margin-top: 4em;
    padding-bottom: 4em;
    margin-bottom: 4em;
  }

  #name {
    font-size: 3.0em;
    font-style: italic;
    font-weight: bold;
    color: #222;

    text-align: center;
  }
  #contactInfo {
    font-size: 1.25em;
    color: #444;
    line-height: 150%;

    margin-top: 10px;
    text-align: center;
  }

  .rightAlign {
    float: right;
  }
  .centered {
    text-align: center;
    padding: 20px 0;
  }

  h1 {
    font-size: 1.5em;
    font-style: italic;
    font-weight: bold;
    color: #222;

    margin-top: 1em;
    border-bottom: 1px solid #222;
    margin-bottom: 0.5em;
  }
  h2 {
    font-size: 1.35em;
    font-style: italic;
    font-weight: bold;
    color: #222;

    margin-top: 1em;
    padding-left: 0.75em;
    margin-bottom: 0.6em;
  }
  h3 {
    font-size: 1.30em;
    font-style: italic;
    color: #000;
    margin-top: 0.8em;
    padding-left: 1.0em;
    margin-bottom: 0.5em;
  }
	h4 {
    font-size: 1.00em;
    font-style: italic;
    color: #000;
    margin-top: 0.8em;
    padding-left: 2.3em;
    margin-bottom: 0.5em;
  }

  a {
    color: #444;
    text-decoration: none;
  }

  p {
    color: #555;
    padding-left: 1.2em;
    margin-bottom: 0.75em;
    line-height: 115%;
  }

  ul {
    margin-top: 1em;
    padding-left: 2em;
    padding-right: 2em;
    margin-bottom: 0;
    overflow: hidden;
    width: 780px;
  }
  li {
    color: #555;
    background: url(images/plus-16x16.png) no-repeat left top;
    background-size: 8px;

    padding-left: 1.0em;
    margin-bottom: 0.75em;
    line-height: 115%;
    background-position: 0 4px;
    margin-left: -10px;
    float: left;
    display: inline;
    width: 765px;
  }

  .twoColumnList li {
    margin-bottom: 7px;
    width: 49%;
  }

  #imagelightbox {
    position: fixed;
    z-index: 9999;
    -ms-touch-action: none;
    touch-action: none;
  }
  #imagelightbox-overlay {
    background-color: #fff;
    background-color: rgba( 0, 0, 0, .9 );
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #imagelightbox-loading, #imagelightbox-overlay, #imagelightbox-close, #imagelightbox-caption, #imagelightbox-nav, .imagelightbox-arrow {
    -webkit-animation: fade-in .15s linear;
    animation: fade-in .15s linear;
  }
  #imagelightbox-close {
    width: 2.5em; /* 40 */
    height: 2.5em; /* 40 */
    text-align: left;
    background-color: #666;
    border-radius: 50%;
    position: fixed;
    z-index: 10002;
    top: 2.5em; /* 40 */
    right: 2.5em; /* 40 */

    -webkit-transition: color .3s ease;
    transition: color .3s ease;
  }
  #imagelightbox-close:hover, #imagelightbox-close:focus {
    background-color: #111;
  }
  #imagelightbox-close:before, #imagelightbox-close:after {
    width: 2px;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    margin-left: -1px;
  }
  #imagelightbox-close:before {
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    transform: rotate( 45deg );
  }
  #imagelightbox-close:after {
    -webkit-transform: rotate( -45deg );
    -ms-transform: rotate( -45deg );
    transform: rotate( -45deg );
  }

  .galleryThumbnail {
    max-height:100px;
  }

/* force UTF-8 in editors: £ */
