/* ***** General ***** */

div, span, p, ul, ol, li, tr, th, td, legend, dl, dt, dd, blockquote, 
h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, select, option {
  font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #666;
  background: #FFF;
}

div, span, p, ul, ol, li, tr, th, td, legend, dl, dt, dd, blockquote, 
h1, h2, h3, h4, h5, h6, form, fieldset {
  text-align: left;
  line-height: 20px;
  border: 0;
  padding: 0;
  margin: 0;
}

h2 {
  padding-bottom: 2px;
  font-size: 24px;
  font-weight: bold;
}

.print_only {
  display: none;
}

.clear_both {
  clear: both;
}


/* ***** Sections ***** */

body {
  text-align: center;
  padding: 40px 20px;
  margin: 0 auto;
  width: 560px;
  background: #ddd;
}

#main {
  border: #aaa 3px solid;
  height: 1%; /* IE6 bug fix */
  text-align: left;
  background: #fff;
}

#header {
  padding: 30px 45px 17px 45px;
  height: 30px;
}

#content {
  float: left;
  padding: 0 45px 30px 45px;
}

