/* Contact page styles for Flavin site  */



/* PAGE AREA */

td.leftcolumn {
  background-color: #807d62;
}
td.centercolumn {
  background-color: #706d55;
}
td.rightcolumn {
  background-color: #6589ac;
}



/* PHOTOS */

#divphotos {
  width: 154px;
}



/* MAIN TEXT */

/* (total width 746px) */
#divtext {
  padding: 82px 120px 80px 54px;
  width: 474px;
}

/* divide text into two parts with logo band between */
#divtextupper {
  padding-bottom: 25px;
}
#divlogo {
  position: absolute;
  left: -252px;
  z-index: 10;
}
#divtextlower {
  padding-top: 80px;
}

/* map */
#mapgraphic {
  margin-top: 4px;
}
