div.quote {
  width: 885px;
  height: 120px;
  background: transparent url(images/quote.gif) center center no-repeat;
	}

div#content {
  position: relative;
  width: 816px;
  height: 377px;
	background: transparent url(images/bg.gif) 0 0 no-repeat;
	}

div#content p {
  font-size: 12px;
  }
div#content div.left {
  position: absolute;
  top: 20px;
  left: 35px;
  width: 349px;
  }
div#content div.right {
  position: absolute;
  top: 20px;
  left: 440px;
  width: 340px;
  }
div#content div.left h1 {
  margin: 0;
  padding: 0 0 3px 0;
  color: #336600;
  }
div#content div.left h2 {
  margin-top: 0;
  /*height: 30px;
  background-image:  url(images/helpdesk.gif);*/
  }
div#content div.left a {
  display: block;
  margin-top: 7px;
  font-style: italic;
  color: #336600;
  }
div#content div.right h1 {
  margin: 0;
  padding: 0 0 3px 0;
  color: #663366;
  }  
div#content div.right h2 {
  margin-top: 0;
  /*height: 30px;
  background-image:  url(images/consultants.gif);*/
  }
div#content div.right a {
  display: block;
  margin-top: 7px;
  font-style: italic;
  color: #663366;
  }
div#subcontent {
  width: 800px;
  margin: 20px auto;
  }
div#subcontent div.left {
  width: 300px;
  }
div#subcontent div.right {
  width: 280px;
  padding-left: 90px;
  background: transparent url(images/specialoffers.gif) 0 0 no-repeat;
  color: #666;
  }

div#subcontent div.right h3 {
  font-size: 30px;
  }
  
form#icpsignup fieldset label span {
  width: 40px;
  }
form#icpsignup input.button {
  margin-right: 37px;
  }