/* About page styles for Flavin site  */



/* PAGE AREA */

td.leftcolumn {
  background-color: #b4b19b;
}
td.centercolumn {
  background-color: #706d55;
}
td.rightcolumn {
  background-color: #82b3b9;
  background-color: #79a8ae; /* new color */
}



/* 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 {
  min-height: 375px;
  padding-bottom: 0px;
}
#divlogo {
  position: absolute;
  left: -252px;
  z-index: 10;
}
#divtextlower {
  padding-top: 80px;
}
