body {
  margin:0;
}

#hero {
  width:500px;
  height:1503px;
  background:url("../img/stock-bag-02-bw.jpg") no-repeat;
}

#nav {
  margin:200px 0 0;
  width:340px;
  height:100%;
}

#etsy {
  display:block;
  width:307px;
  height:72px;
  background:url("../img/nav-etsy.gif") no-repeat;
}

#etsy:hover {
  background:url("../img/nav-etsy-over.gif") no-repeat;
}

#blog {
  display:block;
  width:307px;
  height:74px;
  background:url("../img/nav-blog.gif") no-repeat;
}

#blog:hover {
  background:url("../img/nav-blog-over.gif") no-repeat;
}

#photos {
  display:block;
  width:307px;
  height:77px;
  background:url("../img/nav-photos.gif") no-repeat;
}

#photos:hover {
  background:url("../img/nav-photos-over.gif") no-repeat;
}

#nashville-art {
  display:block;
  width:307px;
  height:98px;
  background:url("../img/nav-nashville-art.gif") no-repeat;
}

#nashville-art:hover {
  background:url("../img/nav-nashville-art-over.gif") no-repeat;
}

#contact {
  display:block;
  width:307px;
  height:71px;
  background:url("../img/nav-contact.gif") no-repeat;
}

#contact:hover {
  background:url("../img/nav-contact-over.gif") no-repeat;
}
