
#header {
  position: relative;
  width: 879px;
  height: 153px;
}

#logo {
  position: absolute;
  top: 0px;
  left: 18px;
  width: 158px;
  height: 153px;
}
#tagline {
  position: absolute;
  top: 54px;
  left: 190px;
  width: 513px;
  height: 52px;
}

#main {
  width: 844px;
  margin-left: 18px;
  background: url(../images/bg-main.gif);
  background-repeat: repeat-y;
}

#columnB {
  float: left;
  width: 521px;
}

#columnB p {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  margin-left: 32px;
  margin-right: 22px;
}

h1 {
  color: #E84721;
  font-weight: normal;
  margin-bottom: 10px;
  margin-left: 32px;
}

#mainimage {
  width: 513px;
  height: 241px;
  border: 4px solid #D3DFE3;
  border-bottom: 0;
}
#mainmenu {
  padding-left: 4px;
  background-color: #D3DFE3;
  width: 517px;
  height: 51px;
}
#testimonial {
  width: 521px;
  height: 200px;
  background: url(../images/bg-testimonial.gif);
  background-repeat: repeat-y;
  border-bottom: 4px solid #D3DFE3;
  margin: 0;
  padding-top: 12px;
}
#testimonial p {
  margin: 0 22px 10px 22px;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #254850;
}
p.tlink {
  text-align: right;
  margin-bottom: 10px;
}

#columnC {
  float: left;
  width: 314px;
  margin-left: 6px;
}
#columnC p {
  margin: 12px 17px 10px 22px;
  line-height: 18px;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

h2 {
  background-color: #E84721;
  font-family: arial, helvetica, sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 7px;
  border-top: 3px solid #fff;
}

h3 {
  background-color: #E7EDF0;
  font-family: arial, helvetica, sans-serif;
  color: #3D607A;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 7px;
  border-top: 1px solid #B1BABE;
  border-bottom: 1px solid #B1BABE;
  border-left: 1px solid #CBD6DA;
  border-right: 1px solid #CBD6DA;
}

table.recentwork {
  width: 300px;
  margin-left: 10px;
}
table.recentwork td {
  vertical-align: top;
  font-family: arial, helvetica, sans-serif;
  color: #000;
  font-size: 11px;
  padding-top: 9px;
  padding-bottom: 8px;
  padding-right: 10px;
}
table.recentwork td a {
  color: #000;
}
table.recentwork td a:hover {
  color: #BC3C03;
}
table.recentwork td.divider {
  background-color: #DAE4E9;
  height: 4px;
  padding: 0;
}



