/* CSS Document */

.email-text{ text-align:center;}
.lefttext-black{
	float:left;
	width:100%;
	height:auto;
	color:#111111;
	padding: 2% 0;
}
.pic{ text-align:center;}

.green-link{color:#497b24;
			text-decoration:underline;}
.green-link:link{color:#497b24;
			text-decoration:underline;}			
.green-link:hover{color:#497b24;
			text-decoration:none;}			
.green-link:active{color:#497b24;
			text-decoration:underline;}
.crate-pics{width: 96%;
	height: auto;
	padding: 5px;
	text-align: center;
	margin:0 1%;}			
.crate-text{width: 96%;
	height: auto;
	padding: 5px;
	text-align: left;
	margin:0 2%;}	
.westie-pics{width: 94%;
	height: auto;
	padding: 5px;
	text-align: center;
	margin:0 2%;}	
.westietop-pics{
width: 100%;
padding: 5px;
}
.circle2 {
    float: left;
    width: 25%;
}
.crate-text p{
	color:#000;
}		
			
/**********Media Query Start***********/
@media screen and (max-width: 480px) {

}
@media (min-width: 481px) and (max-width: 800px) {

	
}

@media (min-width: 801px) and (max-width: 1024px) {

}