body {
  margin: 0;
  font-family: 'futura_lt_btlight';
  margin-bottom: 20px;
}

strong {
  font-family: 'futura_bk_btbook';
}

a {
  text-decoration: none;
  color: #2E62DB;
}

p a:hover,a:focus {
  color: #2E62DB;
  text-decoration: underline;
}

a:visited {
  color: #2E62DB;
}

h2 a,a:hover,a:focus {
  color: #000000;
  text-decoration: none;
}

/* Fonts */

@font-face {
    font-family: 'futura_bk_btbook';
    src: url('fonts/futura_book_bt-webfont.eot');
    src: url('fonts/futura_book_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura_book_bt-webfont.woff') format('woff'),
         url('fonts/futura_book_bt-webfont.ttf') format('truetype'),
         url('fonts/futura_book_bt-webfont.svg#futura_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura_lt_btlight';
    src: url('fonts/futura_lt_bt_light-webfont.eot');
    src: url('fonts/futura_lt_bt_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura_lt_bt_light-webfont.woff') format('woff'),
         url('fonts/futura_lt_bt_light-webfont.ttf') format('truetype'),
         url('fonts/futura_lt_bt_light-webfont.svg#futura_lt_btlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Header */

#header-container{
  position: fixed;
  top: 0px;
  background: #444;
  height: 40px;
  width: 100%;
  text-align: center;
  min-width: 720px;
  display: block;
}

#header-links{
  margin-left: 220px;
  width: 720px;
  color: white;
  height: 100%;
  display: block;
}

#header-links ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: 100%;
  display: -webkit-flex;
}

#header-links li{
  position: relative;
  float: left;
  height: 100%;
  margin: 0px;
}

#header-links li a{
  display: block;
  /* width: 180px; */
  padding: 0px 18px;
  text-decoration: none;
  text-align: center;
  height: 100%;
  line-height: 40px;
  font-size: 28px;
  color: #eee;
  background: #444;
}

#header-links li a:hover,a:focus{
  background: #525252;
  border-bottom: 5px solid #2E62DB;
}

.anchor{padding-top: 60px;}

/* Content */

#content{
  margin-top: 40px;
  margin-left: 210px;
  width: 720px;
  padding: 10px;
}

/* Headings */
h2 {
  font-family: 'futura_bk_btbook';
  border-bottom: 2px solid #2E62DB;
  padding: 1px 10px;
  padding-bottom: 10px;
}

h3 {
  font-family: 'futura_bk_btbook';
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding-left: 10px;
  padding-bottom: 5px;
}

a:hover.glow div{
  text-decoration: underline;
}

#trouble-box {
  float:  left;
  background: fafafa;
  width: 160px;
  height: 170px;
  padding: 0px 12px;
  margin: 30px 15px;
  margin-top: 250px;
  border: 1px solid #ddd;
  position: fixed;
}

#flyer-box {
  float:  left;
  background: fafafa;
  width: 160px;
  height: 135px;
  padding: 0px 12px;
  margin: 30px 15px;
  margin-top: 65px;
  border: 1px solid #ddd;
  position: fixed;
}

#gallery-box {
  float:  left;
  background: fafafa;
  width: 160px;
  height: 130px;
  padding: 0px 12px;
  margin: 30px 15px;
  margin-top: 260px;
  border: 1px solid #ddd;
  position: fixed;
}