@import "reset.css";

@font-face {
    font-family: 'Clarendon';
    src: url('/type/clarendon-webfont.eot');
    src: local('☺'), url('/type/clarendon-webfont.woff') format('woff'), url('/type/clarendon-webfont.ttf') format('truetype'), url('url/type/clarendon-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font: 76%/1.4em Helvetica, Arial, Sans-Serif;
    color: #333;
    padding: 20px 0;
}

div#container {
  width: 600px;
  margin: 0 auto;
}

div#header img {
  margin: 0 0 20px 0;
}

h3 {
  font-size: 18px;
  line-height: 120%;
  margin: 0 0 20px 0;
}

p {
  font-size: 16px;
  margin: 0 0 20px 0;
}