h1 {
  font-size: 14pt;
  color: #d21c4f;
  margin-top: 0;
  font-weight: bold;
  margin-left: 0;
}

h3 {
  color: #909090;
  font-weight: bold;
  font-size: 10pt;
  margin-top: 16px;
  margin-bottom: 8px;
  margin-left: 0;
}

#leftshim {
  width: 30px;
  float: left;
  height: 400px;
  margin: 0;
}
#mainblock {
  width: 755px;
  margin-left: 0;
  float:left;
  margin-bottom: 15px;
}

.priceboxl {
position: relative;
  width: 360px;
  height: 140px;
  min-height: 140px;
  float: left;
  margin-right: 30px;
  margin-top: 15px;
  margin-bottom: 10px;
  border: 1px solid #D0D0D0;
  padding: 0;
  background-image:url('/images/corner.gif');
  background-repeat: no-repeat;
}
.priceboxr {
position: relative;
  width: 360px;
  height: 140px;
  min-height: 140px;
  float: left;
  margin-top: 15px;
  margin-bottom: 10px;
  border: 1px solid #D0D0D0;
  padding: 0;
  background-image:url('/images/corner.gif');
  background-repeat: no-repeat;
}

.pricetitle {
  position: absolute;
  left: 0px;
  top: 14px;
  width: 360px;
  text-align: center;
  color: #909090;
  font-weight: bold;
  font-size: 11pt;
}

.priceinfo {
//  position: absolute;
//  left: 44px;
//  top: 47px;
  width: 360px;
  text-align: center;
  color: #909090;
}
.pricetitle p { 
  margin-top: 10px;
  text-align: center; 
  font-weight: normal; 
  margin-left: 0;
  margin-bottom: 0; 
}

.contact {
  position: absolute;
  left: 30px;
  top: 116px;
}
