html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	width: 100%;
	background-image: url(images/bkg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFBBE;
	}
p { 
	}
a:link {
	color: #993300;
	text-decoration: none;
	}
a:visited {
	color: #993300;
	text-decoration: none;
	}
a:hover, a:active {
	color: #993300;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #993300;
	}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border-left:#FC6 solid 3px;
	border-right:#FC6 solid 3px;
	background-image: url(images/toucan.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 4;
	position: relative;
	}

#headermenu {
	width: 440px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	z-index:8;
}
	
#maincontent {
	width: 600px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	z-index:10;
}
#aboutcontent {
	width: 400px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	z-index:50;
}

#menucontent {
	width: 440px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	z-index:50;
}
.address {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	margin:2px;
	color:#030;
}

#extraDiv2 {
	background-image: url(images/bottom_plants.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 265px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 100;
}
/* #extraDiv1 {
	z-index: 2;
	height: 800px;
	width: 100%;
	position: absolute;
	top: 1200px;
	background-image: url(critters.png);
	background-repeat: no-repeat;
	background-position: center;
} */
