body{background-image:url(background1.jpg);
     background-repeat:repeat-x;
     width:864px;
     position:absolute;
     left:6%;}

div#banner{border:0px solid gray;
           width:864px;
           height:144px;
           border-bottom:0px;
           float:left;
           z-index:0;}

div#tabs{background-image:url(tabgradient.jpg);
         background-repeat:repeat-x;
         width:864px;
         height:20px;
         float:left;
         z-index:3;}

 ul {text-align:center;
     display:inline;
     position:relative;
     left:139px;
     z-index:1;}

 ul li {display:inline;
        background-color:#b42e09;
        text-align:center;
        border-bottom:0px;
        z-index:2;}      
 
 ul li a {text-decoration:none;
          display:inline;
          margin-right:0px;
          padding:1px 1em;
          color:black;
          border:1px solid black;
          border-top:1px solid black;
          border-bottom:0px;
          z-index:1;} 

ul li a:hover{color:white;}
ul li a:active{color:white;}   

/* the lines below are only for the dogs and cats pages */

div#pics{width:864px;
         background-color:white;
         border:1px solid black;
         float:left;}           

div#pics img{width:284px;
             height:379px;
             display:block;
             float:left;}

table {width:92%;
       margin:4%;}
       
tr {background-color:white;
     text-align:center;}

td{width:50%;
   border-bottom:2px solid gray;
      vertical-align:top;}

td h1{color:red;}

                  
             
