body {
  font-family: arial, sans-serif;
}

.sidebar {
  width: 120px;
  height: 100%;
  float: left;
  font-size: small;
}

.sidebar ul {
  padding-left: 0;
}
.sidebar li { 
  padding-bottom: 0.5em;
}

.logo {
  width: 110px;
}
.logo img {
  border: none;
}

.main {
  margin-left: 130px;
}

.main ul {
/*  padding-left: 0;*/
}

.main h1 {
  background-color: #5c8bc3;
  color: white;
  text-indent: 1em;
  width: 100%;
}

.main h2 {
  background-color: #5c8bc3;
  width: 100%;
  color: white;
  text-indent: 1em;
  margin-top: 0em;
}

.fp-photo {
  width: 500px; /* Set to width of photo */
  float: right;
  font-size: x-small;
  padding-left: 2em;
}

.main blockquote {
  font-style: italic;
  clear: both;
  width: 75%;
}
/* :before & :after only work in Firefox
 *.main blockquote:before{
 *  content: open-quote;
 *}
 *.main blockquote:after {
 *  content: close-quote " \002014  " attr(author);
 *}
 */

.address {
  float: left;
  padding-right: 3em;
}

.linklist {
  list-style-type: none;
}

.footer {
/*  position: fixed; */
  height: 30px;
  width: 100%;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: x-small;
  text-align: center;
}
