/* This layout is 760 px wide */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F8F0D1;
	font-weight: bold;
}

#container {
	position: relative;
	width: 800px;
	height: 100%;
	margin: auto;
	padding: 0;
}

#content {
	position: relative;
	width: 800px;
	margin: 0;
	padding: 0;
	overflow: visible;
	height: 100%;
	background-color: #93846A;
}
#container #content #dogs {
	position: absolute;
	height: 200px;
	width: 124px;
	left: 220px;
	top: 68px;
	z-index: 100;
	font-size: 10px;
	color: #FFFFFF;
	vertical-align: top;
}

#container #content #cats {
	position: absolute;
	height: 200px;
	width: 124px;
	left: 420px;
	top: 68px;
	z-index: 100;
	font-size: 10px;
	color: #FFFFFF;
	float: right;
	vertical-align: top;
}

#container #content #birds {
	position: absolute;
	height: 200px;
	width: 124px;
	left: 620px;
	top: 68px;
	z-index: 100;
	font-size: 10px;
	color: #FFFFFF;
	float: right;
	vertical-align: top;
}

#container #content #fish {
	position: absolute;
	height: 200px;
	width: 124px;
	left: 320px;
	top: 350px;
	z-index: 100;
	font-size: 10px;
	color: #FFFFFF;
	vertical-align: top;
}
#container #content #other {
	position: absolute;
	height: 200px;
	width: 124px;
	left: 520px;
	top: 350px;
	z-index: 100;
	font-size: 10px;
	color: #FFFFFF;
	vertical-align: top;
}

#left {
	position: relative;
	width: 149px;
	height: 100%; /* The HEIGHT attribute is used only to illustrate the layout. */
	margin: 0;
	padding: 0px;
	float: left;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #93846A;
	font-weight: bold;
}
.contactTD {
	height: 139px;
	padding-left: 10px;
}


#right {
	position: relative;
	width: 651px; /* The HEIGHT attribute is used only to illustrate the layout. */
	margin: 0;
	padding: 0px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	background-color: #FFFFFF;
}

#footer {
	position: relative;
	width: 740px;
	margin: 0;
	padding: 10px;
	background: #ffbcde;
	clear: both;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #e54293;
}

.nav {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 18px;
}

h1 {
	margin: 0;
	padding: 0 0 16px 0;
}

a.wnavlink:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}
a.wnavlink:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}
a.wnavlink:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a.wnavlink:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
.productHead {
	font-size: 13px;
	font-weight: bold;
}
.emailTD {
	background-image: url(../img/nav/bone-bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #97B07E;
	height: 35px;
	font-size: 9px;
	text-align: right;
	padding-right: 30px;
	vertical-align: middle;
}
a.bnavlink:link {
	color: #000000;
	text-decoration: underline;
}
a.bnavlink:visited {
	color: #000000;
	text-decoration: underline;
}
a.bnavlink:hover {
	color: #000000;
	text-decoration: none;
}
a.bnavlink:active {
	color: #000000;
	text-decoration: none;
}

