body { margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right:
0; padding-left: 0; padding-right: 0;
}

#header { margin: 0px; padding: 10px; height: 120px;
}
#left { position: absolute; left: 10px; top: 145px; width: 160px; height: 500px;
  background: #ccccff;
}
#center { position: absolute; left: 160px; top: 145px; margin-right: 10px;
  height: 500px;
  background: #ffffff;
  background-image: url(data/apple1.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-image2: url(data/lfrch.gif);
  background-position2: bottom left;
  background-repeat: no-repeat;
  font-family: Arial, "Trebuchet MS", Verdana, serif;
}



#prodbox { width: 100%; height: 500px; 
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  overflow: auto;
}

/* h6=copyright. on products pageh4=titles and h5="more".  So we could use:
h4, h5 {
  color: #009900;
  font-family: Georgia, sans-serif;
  letter-spacing: 3px;
  text-align: left;
  text-transform: capitalize/lowercase/uppercase;
  font-size: medium/size/sizer/x-size/xx-size;
  font-style: normal/italic/oblique;
  font-variant: small-caps;
  font-weight: 100-900;
}
  */