#footagewrap {
  position: relative;
  display: block; float: left;
  padding: 0 10px 10px 10px;
  width: 789px; height: 555px;
  font-size: 11px;
  background-color: #144184;
  background-image: url(/images/footage_background.jpg); background-repeat: no-repeat;
  border: 0 solid #FCDF56; border-width: 0 2px 2px 2px;
}

#footageheader {
  display: block; float: left;
  width: 811px; height: 27px;
  background-image: url(/images/press_header_background.jpg); background-repeat: no-repeat;
  border: 1px solid #A7F3FF;
}
#footageheader img { width: 245px; height: 27px; }

#footageintro {
  display: block;
  padding-top: 8px;
  width: 500px; height: 40px;
  font-size: 12px; font-weight: bold;
}


.footagebox {
  position: absolute; top: 0; left: 0;
  display: block;
  margin-right: 10px;
  width: 157px; height: 158px;
  text-align: center; font-weight: bold;
  background-image: url(/images/footage_box_background.jpg);
  border: 2px solid #ECB600;
}
.footageimg {
  margin: 5px;
  width: 136px; height: 89px;
  border: 2px solid #ECB600;
}
.footagelink { display: block; clear: both; }
.morebutton {
  float: right;
  margin: 10px 5px 5px 5px;
  width: 45px; height: 12px;
  border: 0;
}

#footboxie          { top:  48px; left:  10px; }
#footboxrascals     { top:  48px; left: 182px; }
#footboxdouglas     { top:  48px; left: 354px; }
#footboxpm          { top: 220px; left:  10px; }
#footboxdavidson    { top: 220px; left: 182px; }
#footboxjournal     { top: 220px; left: 354px; }
#footboxfrost       { top: 392px; left:  10px; }
#footboxdayanddate  { top: 392px; left: 182px; }
#footboxrolanda     { top: 392px; left: 354px; }

#footagecontactimg {
  position: absolute; top: 48px; left: 524px;
  width: 274px; height: 31px;
  border: 1px solid #ECB600;
}
#footagecontact {
  position: absolute; top: 81px; left: 524px;
  padding: 15px;
  width: 242px; height: 441px;
  font-size: 10px; font-weight: bold;
  background-image: url(/images/footage_contactus_bg.jpg); background-repeat: no-repeat;
  border: 0 solid #ECB600; border-width: 0 2px 2px 2px;
}
#footagecontact a { color: #FFFFFF; }
#footagecontact a:hover { text-decoration: none; }

