* {
  margin: 0;
  padding: 0; }

body {
  background: #eeeeee;
  color: #333333;
  margin: 24px;
  font-size: 17px;
  line-height: 19px;
  font-family: times, serif; }

section {
  width: 640px; }

img {
  border: 0; }

a {
  color: #333333; }

a:hover {
  text-decoration: none; }

hr {
  display: block;
  height: 1px;
  background-color: #999999;
  border: 0;
  width: 640px;
  text-align: left;
  margin: 20px 0 20px 0;
  clear: both; }

header h1 {
  display: none; }

h2 {
  font-size: 24px;
  line-height: 16px;
  text-shadow: 1px 1px 0px white;
  margin: 0;
  margin-bottom: 16px;
  margin-left: 20px; }

h3 {
  display: inline;
  font-size: 16px;
  line-height: 16px;
  text-shadow: 0 1px 1px white; }

h4 {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  text-shadow: 0 1px 1px white;
  margin: 0;
  padding-top: 5px;
  margin-left: 20px;
  margin-right: 20px; }

div.container {
  position: relative;
  width: 660px;
  clear: both; }

div.c3 {
  width: 200px;
  height: 113px;
  background-color: #999999;
  text-align: center;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 10px; }

div.c3 p {
  line-height: 113px; }

div.c4 {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center; }

div.c4 p {
  line-height: 82px; }

div.c4 .bg {
  width: 145px;
  height: 82px;
  xbackground-color: #333333 !important;
  text-align: center;
  margin-bottom: 5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 10px; }

div.c4 .no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

div.c4 h4 {
  margin: 0;
  font-family: helvetica; }

.vcard a.fn {
  font-weight: bold;
  text-decoration: none; }

.vcard .photoframe {
  float: left;
  width: 200px;
  height: 113px;
  background: url("/images/alfred.jpg");
  margin-right: 20px;
  margin-bottom: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 10px; }

.vcard .photo {
  display: none; }
