html {
  background: #064f6c url(bg.png) repeat-x;
}
body {
  font: 14px Georgia, serif;
  color: #fff;
  text-shadow: #00314b -1px 1px 2px;
  width: 660px;
  margin: 45px auto;
}
a {
  color: #fff;
  font-weight: bold;
}
a:hover, a:focus {
  color: #b2cdd6;
}
h1 {
  font-size: 24px;
  line-height: 30px;
}
h1#logo {
  display: block;
  margin: 48px auto;
  width: 308px;
  height: 145px;
  text-indent: -9999px;
  background: url(logo.png) no-repeat;
}
p {
  line-height: 21px;
}
p#tagline {
  display: block;
  margin: 0 auto;
  width: 575px;
  height: 48px;
  text-indent: -9999px;
  background: url(tagline.png) no-repeat;
}
p#blurb, p#contact {
  clear: both;
  font-size: 16px;
  line-height: 24px;
}
p#blurb {
  margin-bottom: 24px;
}
/* p#contact a { /* fix weird Enkoder thing where it puts a space after the email link*/
/*  margin-right: -3px;
/* } */
p#hosted {
  margin: 40px auto; text-align:center; color:#b2cdd6; 
}
p#hosted a {
  font-weight:normal; text-decoration:none;
}
p#hosted a:hover {
  color:#fff; text-decoration:underline;
}
div#bios p {
  float: left;
  margin-bottom: 25px;
  width: 235px;
}
div#bios img {
  float: left;
  margin: 2px 23px;
}
