body{
	background-color:#CCCCCC;

	}

* {padding:0; margin:0}


p {
	font-family:Georgia;
	font-size: medium;
	color:black;
	font-size:90%;
	text-align:center;
	
	
	
	}



#bkgHolder{
	background:url(images/BKG.jpg) repeat-x;
	height:728px;
	}






#globalHolder{
	margin: 0 auto;
	margin-top:-7px;
	width:800px;
	height:600px;	
	}

#banner{
	width:800px;
	height:91px;
	background-image:url(images/banner2.jpg);
	}
	
	
	.bannerMenu{
		float:left;
		width:200px:
		font-family:Georgia;
		font-size: medium;
		color:white;
		font-size:115%;
		text-align:center;
		
		padding:66px 30px 0 35px;
		
		}
	
	.bannerMenu a{
	
		color:white;
		
		
		}
		
	
	
	
	
#menu{
	width:800px;
	height:31px;
	}
	


/*These specifically control the Rollover Actions in for the Navigation.  The Rollover is acheived with CSS-position element*/

#groomingRoll a{background-image:url(images/B-grooming.jpg); background-position: 0 -29px; height: 29px; width: 116px; float:left; display:block;}
#groomingRoll a:hover { background-position: 0 0;}	


#boardingRoll a{background-image:url(images/B-boarding.jpg); background-position: 0 -29px; height: 29px; width: 103px; float:left; display:block;}
#boardingRoll a:hover { background-position: 0 0;}


#productsRoll a{background-image:url(images/B-products.jpg); background-position: 0 -29px; height: 29px; width: 117px; float:left; display:block;}
#productsRoll a:hover { background-position: 0 0;}	


#rescuesRoll a{background-image:url(images/B-rescues.jpg); background-position: 0 -29px; height: 29px; width: 120px; float:left; display:block;}
#rescuesRoll a:hover { background-position: 0 0;}


#aboutRoll a{background-image:url(images/B-about.jpg); background-position: 0 -29px; height: 29px; width: 85px; float:left; display:block;}
#aboutRoll a:hover { background-position: 0 0;}


#testimonialsRoll a{background-image:url(images/B-testimonials.jpg); background-position: 0 -29px; height: 29px; width: 151px; float:left; display:block;}
#testimonialsRoll a:hover { background-position: 0 0;}


#contactRoll a{background-image:url(images/B-contact.jpg); background-position: 0 -29px; height: 29px; width: 107px; float:left; display:block;}
#contactRoll a:hover { background-position: 0 0;}



	
	
#content{
	width:800px;
	}


#contentMain{
	width:800px;
	height:387px;
	background-image:url(images/midBKG.jpg);
	}


#contentBot{
	width:800px;
	height:94px;
	background-image:url(images/grassBot.jpg);
	}
	
	#bottomText{
		padding:75px 0 0 0;
		font-family:Georgia;
		font-size: 85%;
		color:black;
		text-align:center;
		}
	


/*Page Specific CSS*/

/*Index Page*/

#textImageBox{
	width:95%;
	
	
	}



#indexText1{
	float:left;
	width:400px;
	margin:15px 25px 0 25px;
	}

#indexImage{
	float:left;
	margin:5px;
	margin:50px 0 50px 5px;
	}


#indexText2{
	float:left;
	padding-top:50px;
	width:100%;
	margin:0 auto;
	}

#groomingPics{
	float:left;
	height:125px;
	margin-top:10px;
	padding-left:70px;
	}
	
#groomingPics input{
	float:left;
	margin:0 5px 0 5px;
	height:125px;
	width:200px;
	border:black medium solid;
	}





/*Boarding Page*/


#boardingText1{
	float:left;
	width:100%;
	margin:15px 25px 0 25px;
	}


#boardingPics{
	float:left;
	width:100%;
	margin-top:50px;
	margin-left:50px;
	}
	
#boardingPics input{
	float:left;
	margin:0 5px 0 5px;
	border:black medium solid;
	}



/*Products*/

#productsText{
	float:left;
	width:350px;
	margin:15px 10px 0 25px;	
	}


#productsImage{
	float:left;
	margin:100px 0 0 0;
	
	height:184px;
	width:400px;
	border:black thin solid;
	}


/*Rescues Page*/

#rescuesText1{
	float:left;
	width:750px;
	margin:15px 0 25px 25px;
	}

#rescuePicsHolder{
	border:black thin solid;
	float:left;
	width:750px;
	margin:0 0 0 25px;
	overflow-x:scroll;
	overflow-y:hidden;
	}

.rescuesPics{
	margin:7px;
	float:left;
	border:black thin solid;
	}





/*Testimonials Page*/	

#testimonialsContentMain{
	width:800px;
	height:387px;
	background-image:url(images/midBKG.jpg);
	overflow-y:scroll;
	}

	#testimonialsContentMain h2{
		margin:15px 10px 0 25px;
		
		}




		
.testimonials{
	width:740px;
	margin:25px 0 0 25px;
	border:black thin solid;
	}
	
.testPics{
	float:left;
	margin:5px;
	}

.caption{
	font-family:Georgia;
	font-size: small;
	color:gray;
	text-align:center;
	}

.testimonials p{
	font-family:Georgia;
	font-size: medium;
	color:black;
	font-size:80%;
	text-align:left;
	}

/*About page*/

#aboutText{
	float:left;
	width:760px;
	height:400px;
	overflow-y: scroll;
	margin:15px 25px 0 25px;
	}







/*Contact Page*/


#contactText1{
	float:left;
	width:400px;
	margin:15px 25px 0 25px;
	}


#contactText2{
	float:left;
	width:250px;
	margin:15px 0 0 75px;
	}
	

	

	
	
	
	#designedBy{
		margin:0 auto;
		padding-top:15px;
		font-family:Georgia;
		color:grey;
		font-size:75%;
		text-align:center;
		}
	
	
	#designedBy a{
		margin:0 auto;
		padding-top:15px;
		font-family:Georgia;
		color:black;
		font-size:75%;
		text-align:center;
		}
	
	
	
	
	
	
	
	
	
	
