@charset "utf-8";
/* CSS Document */

/*
#about
{
  display: block;
  width: 350px;
  height: 50px;
  background: url("about.png") no-repeat 0 0px;
  }
*/

#about h1 { 
	background: transparent url(about.png) no-repeat top left; 
	margin-top: 10px; 
	width:350px; 
	height: 50px; 
	}
	
#services h1 { 
	background: transparent url(services.png) no-repeat top left; 
	margin-top: 10px; 
	width:350px; 
	height: 50px; 
	}	
	
#kennels h1 { 
	background: transparent url(kennels.png) no-repeat top left; 
	margin-top: 10px; 
	width:350px; 
	height: 50px; 
	}	
	
#cattery h1 { 
	background: transparent url(cattery.png) no-repeat top left; 
	margin-top: 10px; 
	width:350px; 
	height: 50px; 
	}
	
#breed h1 { 
	background: transparent url(breed.png) no-repeat top left; 
	margin-top: 10px; 
	width:350px; 
	height: 50px; 
	}

#testimonials h1 { 
	background: transparent url(testimonials.png) no-repeat top left; 
	margin-top: 10px; 
	width:350px; 
	height: 50px; 
	}
	
#homepet h1 { 
	background: transparent url(homepet.png) no-repeat top left; 
	margin-top: 10px; 
	width:350px; 
	height: 50px; 
	}
	
#contact h1 { 
	background: transparent url(contact.png) no-repeat top left; 
	margin-top: 10px; 
	width:350px; 
	height: 50px; 
	}
			
h1 span {
	display:none
	}
