html{
  background: #D6D6D6 url('../images/bg.gif') left top repeat-x;
  font-family: helvetica, verdana, sans-serif;
  font-size: 12px;
  color: #404040;
  text-align:center;
}

strong{
  font-weight: bold;
}

a{
  color: #040F9F;
  text-decoration: underline;
}

a:hover{
  text-decoration:none;
}

#framework{
  margin:0 auto;
  text-align:left;
  width: 800px;
  position: relative;
}

#masthead{
  height:150px;
  width: 100%;
  position: relative;
}

h1{
  position: absolute;
  top: 95px;
  left: 0;
  color: #FFF;
  font: 32px "Myriad Pro", Verdana;
  font-weight: bold;
}

#tagline{
  font: 14px "Helvetica Neue";
  position: absolute;
  left: 0;
  top: 120px;
  color: #FFF;
}

#contact{
  position: absolute;
  top: 200px;
  left: 0;
}

#contact .fn.org{
  display: none;
}

#contact dd{
  overflow:auto;
}

#contact dd label{
  float:left;
  font-weight: bold;
  width: 45px;
}

#contact dd span{
  float:left;
}

#content{
  font-size: 16px;
  position: absolute;
  top: 200px;
  left: 300px;
}

#content p{
  margin:0 0 1em;
}

#copyright{
  position: absolute;
  top: 470px;
  right: 0;
}