/* home.css */
/*body {
  font-size: 76%;
}
*/
h2 {
  font-size: 1.2em;
}


div#latest {
  background: url(images/home/blue-balloon-back.png) no-repeat top left;
  height: 229px;
}


div#latestB {
  padding: 45px 170px 67px 30px;
}

div#latestcontent {
  margin: 0;
  padding: 0;
  border: none;
  height: 117px;
  font: 1em Verdana,Tahoma,Arial,sans-serif;
  line-height: 1.2em;
  overflow: auto;
}


div#sections {
  clear: both;
  margin: 10px 10px 0 10px;
}

div#sections table {
  width: auto;
/*  font: 0.9em Verdana,Tahoma,Arial,sans-serif;*/
}

div#sections table td {
  width: 33%;
  height: 100px;
}

div.petchoice {
  float: left;
  /*margin: 20px 20px 20px 20px;*/
  margin: 5px 15px 15px 15px;
  text-align: center;
}

div.label {
    font-weight: bold;
}

