body
{
  font-family:Verdana;
  margin-left:150px;
  padding-left:0px;
  background-color:#EEE;
}

h1, h2
{
  text-align:center;
  margin:0px;
}

h1 img
{
  width:450px;
  height:111px;
}

ul#navigation
{
  position:absolute;
  margin:0px;
  padding:5px;
  left:5px;
  top:140px;
  font-weight:bold;
  font-style:italic;
  list-style-type:none;
}

ul#navigation ul
{
  font-weight:normal;
  font-style:normal;
  margin:0px;
  padding:0px;
  background-color:#EEE;
  margin-bottom:10px;
  list-style-type:none;
  border: solid 3px #FFF;
}

ul#navigation li
{
  background-color:#FFF;
}

ul#navigation ul li
{
  background-color:#EEE;
  padding:1px;
}

dl.gallery
{
  text-align:center;
}

p img, dl.gallery img
{
  padding:1px;
  border: double 3px #AAA;
  margin:2px;
}

p a:hover img, dl.gallery a:hover img
{
  border: double 3px #CFCFCF;
}

p img
{
  float:right;
}

address
{
  font-style:italic;
  font-size:14px;
  border-top:dotted 3px #FFF;
  display:inline;
}