body {
  font-family: "Verdana", Helvetica, Arial,sans-serif;
  font-size: 10pt;
  color: #15202C;;
  background-color: #263F6A;;
}

div.page {
  width: 700px;
  margin: 24px auto 24px auto;
  padding: 24px 24px 4px 24px;
  background-color: white;
  border-color: #2a2b40;;
  border-style: solid;
  border-width: 6px;
}

div.nav {
  float: left;
  width: 20%;
  font-weight: bolder;
  margin-bottom: 7em;
}

div.nav a {
  display: block;
  color: #2a2b40;;
  text-decoration: none;
  margin-top: 6px;
}

div.nav a:hover {
  color: black;
}

div#frontpageevent {
  border-style: solid;
  border-width: thin;
  border-color: black;
  padding: 2em 1em 1em 1em;
  margin: 0em 0em 1em 0em;
  background-color: #dddddd;;
  color: #15202C;;
  text-align: center;
}

div#frontpageevent h4 {
  margin-bottom: 0em;
  font-weight: bold;
  color: #15202C;;
}

a {
  color: #2a2b40;;
  xtext-decoration: none;
}

a:hover {
  color: black;
}

p.logo {
  text-align: left;
  margin-left: 22%;
}

div.content {
  float: right;
  width: 78%;
  margin-top: 6px;
}

div.footer a {
  margin-left: 12px;
  margin-right: 12px;
}

div.footer p {
  text-align: center;
}

h3 {
  margin-top: 0;
  color: #2a2b40;;
  font-weight: bold;
}

h4 {
  margin-top: 0;
  color: #2a2b40;;
  font-weight: bold;
}

dt {
  color: #2a2b40;;
  font-weight: bold;
  text-decoration: underline;
  }

dd {
  margin-left: 0;
}

.clear {clear:both;
  height:1px;
  overflow:hidden;
}

p {
  margin 0;
}
  
img.coupon {
  border-width: thin;
  border-color: black;
  border-style: dashed;
  padding: 3px;
}

#mumgallery {
  width:550px;
}
  
#mumgallery ul {
  list-style:none; 
  padding:0; 
  margin:0; 
  margin-bottom: 160px; 
  width:180px; 
  position:relative; 
  float:right;
}
#mumgallery ul li {
  display:inline; 
  width:52px; 
  height:52px; 
  float:left; 
  margin:0 0 5px 5px;
}

#mumgallery ul li a {
  display:block; 
  width:50px; 
  height:50px; 
  text-decoration:none; 
  border:1px solid #000;
}

#mumgallery ul li a img {
  display:block; 
  width:50px; 
  height:50px; 
  border:0;
}

#mumgallery ul li a:hover {
  white-space:normal; 
  border-color:#ddd;
}

#mumgallery ul li a:hover img {
  position:absolute; 
  right:185px; 
  top:0; 
  width:520px; 
  height:auto; 
  border:1px solid #000;
}

