#maincontainer {
	position: absolute;
	top: 0px;
	left: 100px;
	width: 85%;
	font-size: 9pt;
        border: none;
	background-color: transparent; }

.leftbox {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 40%;
        text-align: left;
        background-color: transparent;
        border: none; }

.rightbox {
        position: absolute;
        top: 0px;
        left: 40%;
        width: 60%;
        text-align: right;
        background-color: transparent;
        border:  one; }

.leftboxwide {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 60%;
        text-align: left;
        background-color: transparent;
        border: none; }

.rightboxnarrow {
        position: absolute;
        top: 0px;
        left: 60%;
        width: 40%;
        text-align: right;
        background-color: transparent;
        border:  one; }

#nextcontainer {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 100%;
	height: 100px;
	font-size: 9pt;
        border: none;
	background-color: transparent; }

#outerbox {
	position: absolute;
	top: 0px;
	left: 24px;
	width: 80%;
	border-top: 8px solid #336633; }

#innerbox {
	position: absolute;
	top: 12px;
	left: -20px;
	width: 100%;
	font-size: 7pt;
	border-top: 8px solid #336633; }

#navigation {
	position: absolute;
	top: 120px;
	left: 8px;
	width: 23%;
	border: none; }

#content {
	position: absolute;
	top: 32px;
	left: 24%;
	width: 74%;
	border: none; }

#centerpara {
	position: absolute;
	top: 130px;
	left: 22%;
	width: 54%;
	border: none; }

#close {
	position: absolute;
	top: 260px;
	left: 40px;
	width: 10%;
	color: #000000;
	link: #000000;
	alink: #000000;
	z-index: 1;
	visibility: hidden;
	background-color: transparent;
	border: none; }

#plantlist {
	position: absolute;
	top: 280px;
	left: 8px;
	width: 140px;
	visibility: hidden;
	z-index: 1;
	background-color: #dfd;
	padding: 8px;
	border: 1px solid #363; }

.footer {
	position: relative;
	top: 12px;
	left: 8px;
	width: 98%;
	border: none; }

.leftfoot {
        position: absolute;
        left: 12px;
        width: 35%;
        text-align: left;
        background-color: transparent;
	border: none; }

.centerfoot {
        position: absolute;
        left: 35%;
        width: 30%;
        text-align: center;
        background-color: transparent;
        border: none; }

.rightfoot {
        position: absolute;
        left: 65%;
        width: 35%;
        text-align: right;
        background-color: transparent;
	border: none; }
