/* v1.0 | 20080212 */
/* Based on Eric Meyer's CSS Reset from http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol, ul {
  list-style: none;
}

body {
  line-height:1;
  font-size: 20px;
  background-color:#6e6e6e;
  color:#d9d0d0;
  font-family:Georgia,serif;
  margin:8px;
}

h1 {
  font-size:1.9em;
  color:white;
  font-weight:bold;
  padding-bottom:8px;
  border-bottom: 2px solid white;
  margin-bottom:10px;
}

h2 {
  font-size:1.5em;
  color:white;
  font-weight:bold;
  margin:0.83em 0 0.4em 0;
}

p {
  margin:0.5em 0 1em 0;
  line-height:1.5;
}

a {
  color:white;
  text-decoration:none;
}

a:hover {
  border-bottom:1px dashed white;
}

ul {
  list-style-type:square;
  margin:1em 0 1em 0;
  padding-left:40px;
}

ul li {
  margin-bottom:5px;
}

#wrap {
  max-width: 900px;
  margin: 0 auto;
}

#left {
  float:left;
  width: 420px;
  padding-right:30px;
}

#right {
  float:right;
  width:430px;
  padding-left:20px;
}
