body {
  margin: 0 auto;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  background: url('images/background.jpg');
}
#container {
  width: 900px;
  height: 530px;
  background: #e6e6e6;
  border: solid 1px #000;
  position: absolute;
  left: 50%;
  margin: 20px 0 0 -450px;
}
#navholder {
  width: 100%;
  border-top: 1px solid #54255b;
  border-bottom: 1px solid #54255b;
  height: 20px;
}
#navbar ul {
  margin:0 0 0 22px;
  padding: 0px;
  white-space: nowrap;
  font-size: .8em;
  text-align: center;
}
#navbar li {
  list-style-type: none;
  display: inline;
}
#navbar li a{
  width: 105px;
  height: 19px;
  color: #54255b;
  background: #fff;
  text-decoration: none;
  border-left: 1px solid #54255b;
  border-right: 1px solid #54255b;
  float: left;
  line-height: 1.5em;
}
#navbar li a:link a:visited{
  color: #54255b;
}
#navbar li a:hover {
  color: #000;
  background: #F4EFF5;
}
/* nav ends*/
h1{
  font-size: 125%;
  margin: 15px 0 20px 0;
}
#content{
  position: absolute;
  left: 50%;
  width: 880px;
  height: 370px;
  background: white;
  border: solid 1px #111;
  overflow: auto;
  margin: 8px 0 0 -440px;
  font-size: 0.9em;
}
#cont-inner{
  width: 800px;
  margin: 10px 0 0 35px;
}
.img-l{
  float: left;
  border: solid 1px #111;
  margin: 0 10px 10px 0;
}
.img-r{
  float: right;
  border: solid 1px #111;
  margin: 0 0 10px 10px;
}
.img-maps{
  margin:0 0 10px 20px;
  float: right;
}
.footer{
  font-size: 90%;
  margin-top: 40px;
  width: 100%;
  color: #444;
}
.flasphoto{
  border: ridge 3px #B4A3B6;
  margin: 0 0 5px 0;
}
.purple{
  color: #a0a;
  font-size:100%;
}