body {
  margin: 0;
  padding: 0;
  background: url("images/bg.png") repeat;
  color: #333;
  font-family: Helvetica, sans-serif;
}

img {
  border: 0;
}

.clear {
  clear: both;
}

/* Vert and Horiz : http://tom.me.uk/html-to-css/center-vertically.html */
#content {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 660px;
  height: 450px;
  background: url("images/content.png") no-repeat;
}


ul {
  float: right;
  list-style: none; 
  *margin-top: 15px;
}

  li {
    float: left;
    font-weight: bold;
    font-size: 16px;
  }
  
    li.home {
      padding: 0 40px 0 0;
    }
    
    li.contact {
      padding: 0 25px 0 0;      
    }
  
    ul li a {
      color: #666;
      text-decoration: none;
    }

    ul li a:hover {
      text-decoration: underline;
    }
    
img.photo {
  float: right;
  margin: 20px 10px 0 0;
  width: 255px;
  height: 255px;
}

img.email {
  margin: 0 0 0 20px;
  width: 178px;
  height: 21px;
}

p {
  padding: 15px 15px 0 20px;
  line-height: 35px;
  font-weight: bold;
  font-size: 18px;
}
  
  p a {
    padding: 3px 5px;
    color: #666;
    text-decoration: none;
  }

  p a:hover {
    background-color: #efefef;
  }
  
  p img {
    float: none;
    margin: 0;
    width: 32px;
    height: 32px;
    vertical-align: middle;
  }
