/*.bodyWrapper{
	background-color: #E8FBE5;
	height: 880px;
}*/

#homePageWrapper{
	width: 740px;
	text-align: left;
	/*border: 1px solid black;
	 background-color:#FFFFFF; */
}
.viewCart{
	font-size: 1.4em;
	float: right;
}

#cartPic{
	float: left;
}

#cartText{
	float: left;
}

.searchDogs{
	font-size: 1.1em;
	/* float: right; */
	margin: 20px;
	 width: 530px; 
	/*border: 1px solid red;*/
	clear: both; /* */
	text-decoration: none;

}

#dogPic{
	float: left;
	/* border: 1px solid red; */
}

#dogText{
	float: right;
	width: 360px;
	margin: 0px 0px 20px 10px;
	/* border: 1px solid red; */
	 /*clear: both; */
}

#dogHeader{
	float: left;
	margin: 0px 20px 0px 0px;
	/* border: 1px solid black; */
}

#Dogmsg{
	width: 350px;
	float: left;
	/* border: 1px solid black; */
	/* clear: both; */
	
}

.contactUs{
	font-size: 1em;
	float: left; /* */
	margin: 15px;
	/* border: 1px solid orange; */
}

#contactPic{
	float: left;
	/* border: 1px solid orange; */
}

#contactText{
	font-size: 1.4em;
	float: left;
	/* border: 1px solid orange; */

}

#placeContactForm{
	/* border: 1px solid green; */
	width: 520px;
	/* clear: both; */
	float: left;
	
}
.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}