/* $Id: styles.css,v 1.1 2009/01/31 21:28:46 dvessel Exp $ */

body {
  background: #adb8c9 url(../images/page-bg.jpg) repeat-x;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.9em;
  line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6, h7, h8, h9 {
  font-family: trebuchet MS,Arial,Helvetica,sans-serif;
  margin-bottom: 1em;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4, h5, h6, h7, h8, h9 {
  font-size: 14px;
}

p {
  margin-bottom: 1.5em;
}

#outer {
  text-align: center;
}

#container {
  margin: 20px auto;
  padding: 25px 100px;
  width: 760px;
  text-align: left;
  background-color: white;
}

#note {
  margin: 60px 0;
}
