body{
  background: #fff;
  color: #000;
  font-family: Verdana;
  font-size: 14px;
  padding-bottom: 20px;
}
h1{
  font-weight: bold;
  font-size: 20px;
  color: #004;
  background: #fcc61c;
  margin: -20px -20px 10px -20px;
  padding: 15px 0 15px 10px;
  border-left: 10px solid #f00;
}
h2{
  font-weight: bold;
  font-size: 15px;
  color: #004;
  margin: 1em 0 0.25em 0;
}
ul{
  margin-left: 20px;
}
th{
  text-align: left;
  padding-right: 5px;
  vertical-align: middle;
}
iframe.sub{
  width: 100%;
  height: 100%;
  min-height: 1000px;
  border: none;
}
small{
  font-size: 75%;
}
#container{
  margin: 0 auto;
  width: 800px;
  border: 1px solid #999;
  border-top: none;
  box-shadow: 0 5px 30px 10px #bbb;
  padding: 0 20px;
}

#header{
  text-align: right;
  font-size: 17px;
  color: #000040;
  background: #fcc61c;
  line-height: 25px;
  min-height: 160px;
  padding: 10px 20px;
  margin: 0 -20px;
}
#header small{
  display: block;
  line-height: 12px;
  margin-bottom: 4px;
}
#header a{
  color: #181617;
  text-decoration: none;
  border-bottom: 2px solid #f00;
}
#header a:hover{
  color: #b03236;
  border-color: #b03236;
}
#header img{
  margin-top: 5px;
  float: left;
}

div.bar{
  background: #000040;
  margin: 0 -20px;
  color: #fff;
}
div.bar a{
  color: #fff;
  text-decoration: none;
}
div.bar a:hover{
  background: #f00;
}

#menu{
  display: table;
  width: calc(100% + 40px);
}
#menu a{
  display: table-cell;
  font-size: 15px;
  width: 14.28%;
  min-height: 100%;
  padding: 8px 0;
  text-align: center;
  vertical-align: middle;
}

#content{
  margin: 20px 0;
  line-height: 130%;
  min-height: 250px;
}
#content p{
  margin-bottom: 1em;
}
#content a{
  color: #b03236;
  font-weight: bold;
  text-decoration: none;
}
#content a:hover{
  text-decoration: underline;
}
#content center img{
  margin: 0 8px;
}

#footer{
  font-size: 13px;
  padding: 5px;
  text-align: center;
}
#footer img{
  margin-right: 5px;
  vertical-align: middle;
}

table.occasions img{
  vertical-align: top;
  margin-right: 5px;
}

img.contact{
  float: right;
}

@media screen and (max-width: 1000px){

  #container{
    margin: 0;
    width: inherit;
    border: none;
  }

}

@media screen and (max-width: 700px){

  #header{
    font-size: 14px;
  }

}

@media screen and (max-width: 550px){

  #header img{
    width: 50%;
  }

}