/* home page styles for Flavin site  */



/* LOGO */

#divlogo {
  position: absolute;
  left: 0px;
  top: 404px;
  z-index: 5;
}



/* PRIMARY NAVIGATION */

#divprimarynav {
  left: 405px;
  top: 61px;
}

#divnav_corporate {
  left: -26px;
}



/* PHOTOS */

#divphotoleft {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 399px;
  height: 539px;
  background-color: #706d55;
  padding-right: 98px;
  z-index: 2;
}
#divphotoright {
  position: absolute;
  left: 497px;
  top: 0px;
  width: 403px;
  height: 539px;
  background-color: #706d55;
  z-index: 2;
}
