body.home {
  margin: 250px 0 10px 30px;		/* top margin was 217 */
  min-width: 440px;
}
.home #wrap {
  margin: 0 auto;
  width: 600px;
}
.home h1 {
  background: url(../img/home_01.gif) no-repeat 0 0;
  width: 300px;
  height: 93px;
  padding-bottom: 10px;
  margin: 0 auto; /* centered */
}
/* hide the text in the span */
h1 span
{
  display: none;
}
.home p {
  padding: 0;
  text-align: center; /* centered */
}

.home ul {
  margin-left: 147px; /* centered */
}
.home li a {
  padding-top: 80px; /* for hop */
  display: block;
  float: left;
  width: 75px;
  text-align: center;
}
.home a {
  text-decoration: none;
}
.about .hop,
.about.hop {
  background: url(../img/shapes.gif) no-repeat 0 0;
}
.services .hop,
.services.hop {
  background: url(../img/shapes.gif) no-repeat 0 -100px;
}
.portfolio .hop,
.portfolio.hop {
  background: url(../img/shapes.gif) no-repeat 0 -200px;
}
.contact .hop,
.contact.hop {
  background: url(../img/shapes.gif) no-repeat 0 -300px;
}

h2 {
  padding: 0.5em 0 1em 0;
  line-height: 1.5;
}

h3 {
  padding: 0 0 1em 0;
}
p {
  line-height: 1.2;
  padding-bottom: 1em;
}

body {
  margin: 20px 30px 20px 30px;
}

h1 {
  display: block;
  width: 204px;
  height: 67px;
  margin-left: 109px;
  margin-bottom: 50px;
}
.about h1 {
  background: url(../img/about_header.gif) no-repeat 0 0;
}
.services h1 {
  background: url(../img/services_header.gif) no-repeat 0 0;
}
.portfolio h1 {
  background: url(../img/portfolio_header.gif) no-repeat 0 0;
}
.contact h1 {
  background: url(../img/contact_header.gif) no-repeat 0 0;
}

.nav {
  float: left;
  clear: both;
  padding: 0;
}
.nav li {
  padding: 0 0 1em 0;
  margin: 0;
}
.nav a {
  text-decoration: none;
  color: black;
}
#content {
  /* margin-left: 10em; ** this one grows with font resize */
  margin-left: 130px;
  max-width: 32em;
  min-width: 21em;
}

div.hop {
  width: 75px;
  height: 80px;
  float: left;
}

/* services */
.services_ul li ul {
  list-style: disc;
}

ul.services_ul {
  padding-bottom: 1.5em;
}

.services_ul li {
  padding-bottom: 1em;
}

.services_ul li li {
  margin-left: 2.5em;
  padding: 0.5em 0 0 0.5em;
}
/* portfolio */
.samples li {
  margin-bottom: 10px;
}
.samples .img {
  display: block;
  float: left;
  width: 71px;
}
.samples .img img { /* resize in browser so they all match */
  width: 71px;
  height: 65px;
}

.samples span,
.txt {
  margin-left: 87px;
  display: block;
  line-height: 1.2;
}

/* contact */
dt {
  padding-bottom: 0.5em;
}
dd {
  display: block;
  position: relative; left: 7em; top: -1.5em;
}
 

