
a {
  margin-left:  0.5em;
  margin-right: 0.5em;
}

img { border: 0; }
img.upperleft  { position: absolute; top: 0; left: 0; }
img.upperright { position: absolute; top: 0; left: 596px; }
img.lowerleft  { position: absolute; top: 485px; left: 0; }
img.lowerright { position: absolute; top: 486px; left: 595px; }

p        { line-height: 150% }
p.tan    { color: #d3ad6d; font-weight: bold; }
p.center { text-align: center; }
p.large  { font-size: 16px; }
p.larger { font-size: 22px; font-weight: bold; }
p.indent { padding-left: 10px; }
p.shrink { padding-top: 0; padding-bottom: 0; margin-top: 0; margin-bottom: 0; }

/* INDEX */

div {
  background-color: #3f3e9b;
  font-family: helvetica-neue, helvetica, arial, sans-serif;
  margin: 0;
  position: absolute;
  width: 610px;
  color: white;
}

div.body {
  left: 20%;
  top: 35px;
  height: 500px;
}

div.menu {
  padding-top: 20px;
  padding-bottom: 15px;
}

div.index-menu {
  text-align: center;
}

div.index-bar {
  top: 90px;
}

p.bar {
  background-color: rgb(120,120,120);
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  margin: 0;
  vertical-align: middle;
}

p.index-bar {
  font-size: 12px;
}

div.index-body {
  background-image: url("images/PupDaddyLarge.png");
  background-repeat: no-repeat;
  background-position: center;
  top: 150px;
  height: 280px;
}


/* ABOUT */

div.home-menu {
  text-align: left;
  padding-left: 35px;
  width: 50px;
  top: 25px;
}

div.other-menu {
  text-align: right;
  width: 300px;
  left: 280px;
  height: 80px;
  top: 32px;
}

div.other-bar {
  top: 110px;
}

p.other-bar {
  text-align: left;
  padding-left: 2.5em;
  font-size: 14px;
  font-weight: bold;
}

div.about-body {
  top: 137px;
}

div.about-text {
  width: 295px;
  padding-left: 3em;
  font-size: 12px;
  font-weight: 500;
  top: 10px;
}

div.about-pic {
  background-image: url("images/DogHouse.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 279px;
  left: 331px;
  top: 70px;
  height: 280px;
}

div.contact-text {
  width: 200px;
  padding-left: 3em;
  font-size: 12px;
  font-weight: 500;
  top: 20px;
}

div.contact-pic {
  background-image: url("images/DogBed.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 350px;
  left: 250px;
  top: 100px;
  height: 200px;
}

div.services-left {
  width: 200px;
  padding-left: 3em;
  font-size: 12px;
  font-weight: 500;
  top: 150px;
}

div.services-right {
  width: 330px;
  font-size: 12px;
  font-weight: 500;
  top: 150px;
  left: 260px;
}


img.ball {
  position: absolute;
  top: 280px;
  left: 190px;
  z-index: 1;
}

