/* http://dev.opera.com/articles/view/setting-web-type-to-a-baseline-grid/ */

* {
  margin: 0;
  padding: 0;
}

body {
  /*
  background: url(../img/baseline.gif) repeat;
  */
  font-size: 62.5%;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
  line-height: 1.8em;
}

#wrapper {
  margin: 0 auto;
}

h1 {
  font-size: 2.7em;
  font-weight: normal;
  margin-bottom: 0.666666em;
}

h2 {
  font-size: 1.5em;
  margin-bottom: 1.2em;
}

h3 {
  font-size: 1.2em;
  margin-bottom: -1.5em;
}

p, ul {
  font-size: 1.2em;
  margin: 1.5em 0;
}
