/* White Lion style */

body {
  background: #6a2225;
/* CBCDF5; */
  font-family: helvetica;
  color: white;
}

a:link {
  text-decoration: underline;
  color: white;
}

a:visited {
  text-decoration: none;
  color: #ee5050;
}

img {
  border: none;
}

#Header {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

#Header img {
  vertical-align: middle;
}

#Header #Logo {
  float: left;
}

#Header A {
  text-decoration: none;
  color: white;
}

#Menu {
}

#Menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
}

#Menu ul li {
  display: inline;
  line-height: 26px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 10px;
  margin-right: 10px;
  background: #5A1215;
}

#Menu ul li a {
  text-decoration: none;
  color: white;
}

#Footer {
  text-align: center;
  font-size: 8pt;
  clear: both;
  color: #5A1215;
}

.photoleft {
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
}

.albumImage {
  text-align: center;
  padding: 30px;
  clear: both;
}

.address {
  float: right;
  width: 200px;
  height: 150px;
}

@media print {
  #Menu { display: none; }
  #Content {
    margin: 0px;
    padding: 10px;
  }
}
