body {
  background-color : #969594;
}
img {
  border           : 0;
}
#homePage, #servicesPage, #contactPage, #timeCardPage {
  position         : absolute;
  top              : 6px;
  left             : 7px;
  height           : 604px;
  width            : 804px;
}
#homePage, #servicesPage, #contactPage {
  background-image : url('/images/hex0.jpg');
}
#timeCardPage {
  background-image : url('/images/background-wide.gif');
}
#aboutPage {
  position         : absolute;
  top              : 5px;
  left             : 8px;
  height           : 1234px;
  width            : 803px;
  background-image : url('/images2/hex0.jpg');
}
#homeLink, #adminLink {
  /*border           : 1px solid pink;*/
}
#homeLink {
  position         : absolute;
  top              : 16px;
  left             : 42px;
  height           : 118px;
  width            : 196px;
}
* html #homeLink {
  height           : 119px;
  width            : 198px;
}
#adminLink {
  position         : absolute;
  top              : 18px;
  left             : 780px;
  height           : 20px;
  width            : 20px;
}
#testLink {
  position         : absolute;
  top              : 50px;
  left             : 500px;
  height           : 40px;
  width            : 20px;
}
#aboutPage #adminLink {
  left             : 760px;
}
.divContent {
  position         : absolute;
  left             : 58px;
  top              : 242px;
  width            : 700px;
  height           : 315px;
  /*border           : 1px solid yellow;*/
  /*background-color : #ffffff;*/
}
* html .divContent {
  width            : 702px;
}

.contentTitle, .contentSubTitle {
  font-family      : serif;
}
.contentTitle {
  font-weight      : bold;
  font-size        : 2em;
  text-align       : center;
  margin           : 0;
}

.contentWorkBox {
  /*border : 1px solid red;*/
}
.workRow {
  margin-left      : 10px;
}
.leftColumn {
  float            : left;
}
.rightColumn {
border : 1px solid black;
}
