/* Entire Page DIV */

div.page {
	margin:auto
}


/* Top Logo Bar */

div.logobar {
	width: 560px;
	height: 120px;
	margin: auto;
}

/* 1st-Level Navbar */

div.topnavbar {
	width: 560px;
	height: 35px;
	margin: auto;
}


/* 2nd-Level Navbar */

div.navcontainer {
	width: 560px;
	height: 25px;
	margin: auto;
}

div.navblank {
	width: 560px;
	height: 25px;
	position: absolute;
	margin-left: 0px;
	margin-right: 0px;
	z-index: 1;
}

div.aboutbar {
	width: 560px;
	height: 25px;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	z-index: 2;
}

div.animalbar {
	width: 560px;
	height: 25px;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	z-index:3;

}

div.productbar {
	width: 560px;
	height: 25px;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	z-index:4;
}

/* Main Content */

div.content {
	width: 560px;
	height: 350px;
	text-align: center;
	margin: auto;
	background:url(images/contentbody.jpg);
}

p.content {
	margin: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body {
	background-color: #6E4726;
}