body {
	background-color: #65a564;
	color: white;
	font-size: large;
	padding:0px;
	margin: 0px;
	padding-top: 30px;
}
table {
	border-collapse: collapse;
	width: 100%;
	margin: auto;
}

#header {
	margin: auto;
	text-align: center;
	width: 700px;
	margin-bottom: 40px;
}
#header img {
	border: 0px;
}
#main {
	margin: auto;
	width: 700px;
	margin-bottom: 10px;
}
#main .info {
	text-align: center;
}
#main td.testomonial {
	vertical-align: top;
	padding: 15px 0 0 5px;
	font-style: italic;
	font-size: 75%;
}
#footer {
	margin: 80px auto 0 auto;
	width: 700px;
}
.menu {
	background-color: #426c42;
	text-align: center;
	font-size: 120%;
	border: 2px solid black;
	margin-bottom: 5px;
	width: 100%;
}
.menu a {
	color: white;
	text-decoration: none;
	font-size: 90%;
}
.menu a:hover {
	color: #930000;
}
.address {
	font-size: 75%;
	text-align: center;
}
.info a {
	text-decoration: none;
	color: white;
}
.info a:hover {
	color: #930000;
}
.rates td	{
	text-align: left;
	border: 5px solid #426c42;
	background-color: white;
	color: black;
}
.rates th	{
	font-size: 150%;
	margin-bottom: 5px;
}
.aname {
	font-size: 110%;
	font-weight: bold;
}
.aname:hover {
	color: #930000;
}
.photos {
	border: 5px solid #426c42;
	padding: 10px;
	text-align: center;
	vertical-align: center;
}
.photos img {
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	border-top: 2px solid white;
	border-left: 2px solid white;
}
.animals {
	margin-bottom: 20px;
	border: 5px solid #426c42;
}
.animals th {
	background: #426c42;
}
.animals td.images {
	text-align: center;
	width: 33%;
	padding: 10px 0 10px 0;
	border-right: 5px solid #426c42;
}
.animals img {
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	border-top: 2px solid white;
	border-left: 2px solid white;
}
.video {
	color: white;
	text-decoration: none;
	background-color: black;
	width: 100%;
	padding: 5px 15px 2px 15px;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	border-top: 2px solid white;
	border-left: 2px solid white;
}
.videcell {
	text-align: center; 
}

.video:hover {
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	border-top: 2px solid black;
	border-left: 2px solid black;
}
	
img.mark {
	padding: 0 20px 20px 0;
	float: left;
}
p.lead {
	font-size: 110%;
	font-weight: bold;
}
dl.shows dt {
	padding: 0 0 3px 0;
	font-size: 105%;
	font-weight: bold;
	}
dl.shows dd {
	padding: 0;
	}
dl.shows dd img {
	display: block;
	float: left;
	padding: 0;
	margin: 0px 5px 5px 5px;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	border-top: 2px solid white;
	border-left: 2px solid white;
}
dl.shows a {
	text-decoration: none;
	color: white;
}
dl.shows a:hover {
	color: #930000;
}

