* {
  padding: 0;
}

body {
  margin: 0;
  background: url(../images/body_background.gif);
  text-align: center;
}

#frame {
  margin: 0 auto;
  text-align: left;
  width: 780px;
}

/* ---- global styles ---- */
h1, h2, h3, caption {
  color: #2a5f69;
}


h1, h2 {
  font-family: Helvetica, Arial, sans-serif;
}

h3, h4, h5, h6 {
  font-family: Verdana, Arial, sans-serif;
}

h2 {
  font-size: 1.2em;
  letter-spacing: -0.05em;
}

h3 {
  font-size: 0.9em;
}

h4 {
  font-size: 0.8em;
  color: #799;
}

h5 {
  font-size: 0.7em;
  color: #369;
}

h6 {
  font-size: 0.7em;
  color: #369;
}


p, li, td, th, li li, td p, dt, dd {
  color: #444;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.7em;
}