html, body {margin:0; padding:0;}

body {
  font-size: 1em;
  font-family: Verdaana, sans-serif;
  color: #666;
  }
  
img, a {border:0;}

a {color:#999;}


header.main img {
  display:block;
  margin: 2em auto 0.5em 4em;
  }
  
header.main h2 {
  font-weight: normal;  
  margin: 0.2em auto auto 6em;
  }
  
section {
  margin-left:8em;
  padding: 2em 2em 2em 2em;
  }
  
article {
  float:left;
  padding: 2em 2em 2em 2em;
  }
  
  article header {
    font-size: 0.75em;
    padding-bottom: 0.25em;
    }
    
  article img {
    width:10em;
    height:7em;
    background-color:#86B7E0;
    }
    
.resume {
  background-image: url("../images/page_white_acrobat.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 0.8em;
  }
    
footer {
  position:absolute;
  top:0;
  right:0;
  width: 15em;
  background-color: #86B7E0;
  height: 100%;
  float:right;
  padding:0.5em;
  color: #333;
  }

