.clear { clear: both; }
.block { display: block;	}
.inline{ display: inline; }
br {
	height: 5px;
	}

body {
	margin: auto;
	text-align: center;
	}
#wrapper {
	margin: auto;
	width: 950px;
	}

#content {
	margin: auto;
	width: 100%;
	}

.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.floatLeft { text-align: left; float: left; }
.floatRight { text-align: right; float: right; }
.center { text-align: center; }

a, a:link, a:visited {
	color: blue;
	text-decoration: none;
	}
a:hover {
	color: blue;
	text-decoration: underline;
	}

.animal {
	border: solid black 2px;
	width: 200px; 
	}
.animal-text {
	font-size: 12px ;
	}
.store {
	border: solid black 2px;
	width: 200px;
	}
	
#header {
	margin: auto;
	width: 100%;
	}
	
#footer {
	margin: auto;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	}
