html {
  background-color:   #f8f8f8;
  }
body {
  font-size:          75%;
  line-height:        180%;
  font-family:        "lucida grande", sans-serif;
  margin:		          1em 3em;
  line-height:        180%;
  color:              #444;
  }
a {
  color:              #000;
  }
a:hover {
  color:              #d40;
  }
#content {
  width:              61em;
  margin:             0 auto;
  padding-bottom:     3em;
  }
.item p, h1, h2, h3 {
  margin-left:        80px;
  }
h1, h2 {
  color:              #000;
	text-shadow:        0em 0.05em 0.15em #333;
	display:            block;
  }
h1 {
  font-size:          250%;
  font-weight:        bold;
  line-height:        100%;
  }
h2 {
  clear:              both;
  border-bottom:      1px solid #000;
  font-size:          180%;
  font-weight:        bold;
  line-height:        200%;
  padding-top:        2em;
  }
h3 {
  padding-top:        2em;
  padding-bottom:     0.8em;
  line-height:        100%;
  font-weight:        bold;
  }
.item img {
  clear:              both;
  float:              left;
  margin:             0 20px 0 0;
  margin-top:         2em;
  -webkit-box-shadow: 4px 4px 10px #555;
  }
