
/**************************************************************
   Header Image/Flash Movie
 **************************************************************/
body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(../images/bg/light_body.gif) repeat-y top center;
  font: 400 0.7em verdana, arial, sans-serif;
  line-height: 170%;
  
  color: #555;
}

#headerImg {
  margin: 0 auto;
  height: 103px;
  background: url(../images/bg/hdr1.jpg) no-repeat top left;
}

/* Column widths */
.width {
  width: 1000px;
}

.widthPad {
  width: 970px;
}

.width25 {
  width: 240px;
}

.width50 {
  width: 480px;
}

.width73 {
  width: 770px;
}

.width75 {
  width: 750px;
}

.width100 {
  width: 1000px;
}

