div {
	float: left;
	clear: both;
}

img{
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	height: 375px;
/*	border-radius: 40px;*/
}

#container {
	background-color: powderblue;
	height: 1270px;
	margin-bottom: 40px;
	width: 90%;
	margin-left: 5%;
	border-radius: 40px;
	/* stop using margin auto does not work with float*/
	/* float is needed to make your website mobile friendly with percentages*/
}

.pageheader{
	margin-top: 20px;
	text-align: center;
	margin-left: 550px;
	font-size: 45pt;
}

.headerofmenus {
	margin-top: 20px;
	width: 80%;
	margin-left: 10%;
	background-color: seagreen;
	height: 75px;
	border-radius: 40px;
}
/* close of header of menus */

.menusmall {
	clear: none;
	color:white;
	margin-top: 28px;
	margin-left: 7%;
	font-size: 15pt;
	margin-right: 8%;
}

.menusmall:hover {
	color: black;
}

.contentholder {
	background-color: aliceblue;
	/* If you add padding you m
	ust reduce the with - can't excede 100% */
	width: 80%;
	margin-left: 10%;
	height: 770px;
	margin-top: 25px;
	border-radius: 40px
}
/* close of content holder */


.homeText{
	float: none;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 25pt;
	font: "Times New Roman";
}
/* close of home text */

.adoptionlink{
	padding-top: 30px;
	padding-left: 20px;
	font-size: 25pt;
	color: green;
/* close of adoption link */
}

.adoptionlink:hover {
	color: black;
}