body {
  background-color:#dddddd;
}
h1 {
  font-size:3em;
  font-weight:normal;
  color:white;
  text-align:center;
}
.photobanner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 200px;
  width: 1019px;
  background-image:url(/Panorama_img_9295_till_9302_small_II.jpg);
}
.bar {
  width: 1019px;
  padding: 0;
  margin: auto;
  list-style-type: none;
  text-align:center;
}
a.menu {
  float: left;
  width: 6em;
  text-decoration: none;
  color: white;
  background-color: #0000ff;
  padding: 0.2em 0.6em;
  border-right: 1px solid white;
  text-align:center;
}
a:hover {
  background-color: lightblue;
}
li {
  display: inline;
}
ul {
  display: inline-block;
}
.alignedtext {
  margin-left: auto;
  margin-right: auto;
  width: 1019px;
}
