html, body {
  background-color: #e7e7e7;
  margin: 0;
  font-family: "Myriad Pro", Myriad, Arial, sans-serif;
}

.content a, .content a:visited, .content a:link, .content a:active, .content a:focus {
  color: #506070;
}
.content a:hover {
  color: #a36700;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  color: #a36700;
}
.content h3 {
  font-size: 18px;
  font-weight: normal;
}
.content h3.first {
  margin-top: 0;
}
.content p, .content li {
  font-size: 16px;
  color: #8090a0;
}

#headline {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 30px;
  z-index: 1;
}
#headline #headline_main {
  float: left;
  background-color: #506070;
  font-size: 24px;
  line-height: 24px;
  padding: 10px 50px 6px 90px;
  border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
}
#headline #headline_main a {
  color: #a8b0b8;
  text-decoration: none;
}
#headline #headline_sub {
  float: left;
  margin-left: 20px;
  padding: 10px 0;
  font-size: 18px;
  line-height: 28px;
  color: #8090a0;
}

#head, #main, #foot {
  position: relative;
  overflow: hidden;
  background: white;
  margin-left: 50px;
  width: 960px;
}

.content {
  margin: 0 20px;
}

#head {
  height: 130px;
  border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
}
#head ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 40px;
}
#head ul li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#head ul li a {
  font-size: 16px;
  line-height: 16px;
  margin: 0 10px 10px 10px;
  padding: 10px 5px 5px 5px;
  color: #8090a0;
  text-decoration: none;
  border-bottom: 2px solid white;
  text-align: center;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#head ul li a:hover, #head ul li.active a {
  color: #a36700;
  border-bottom-color: #a36700;
}

#main {
  margin-top: 20px;
  border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
}
#main .content {
  margin: 40px 20px 40px 40px;
  position: relative;
  overflow: hidden;
}
#main .content img.photo {
  position: absolute;
  background: transparent url('/images/shadow.png?1266450957') no-repeat scroll left bottom;
  padding: 4px 5px 17px 7px;
}
#main .content p.tagline {
  font-size: 18px;
  line-height: 18px;
}
#main .content .left {
  float: left;
  width: 600px;
}
#main .content .with_photo h3, #main .content .with_photo p {
  margin-left: 200px;
}
#main .content .right {
  float: right;
  width: 245px;
}
#main .content .right ul#rel_me {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main .content .right .vcard #vcard_download {
  float: left;
  margin-right: 10px;
}
#main .content .right .vcard .fn {
  line-height: 36px;
}
#main .content .right .vcard p {
  position: relative;
  overflow: hidden;
  clear: both;
}
#main .content .right .vcard p span.hidden {
  display: none;
}

#foot {
  margin-top: 10px;
  margin-bottom: 40px;
  background: transparent;
}
#foot p {
  padding: 0 40px;
  color: #a8b0b8;
  font-size: 11px;
}
