#address{
	position:absolute;
	left: 20px;
	top: 50px;
        width: 220px;
        height: 100px;
        font-size: 14px;
}

A,A:VISITED,A:HOVER{
        text-decoration:none;
        color: #000033;
}

#mobile{
	position:absolute;
	left: 506px;
	top: 136px;
	width: 260px;
	height: 100px;
	font-size: 14px;
}

#plants{
	position:absolute;
	left: 20px;
	top: 176px;
	width: 728px;
	font-size: 14px;
}

table.plants{
	border-style: solid;
        border-width: 1px;
        border-color: #66CCCC;
	width: 728px;
}

td.plants{
        border-style: solid;
        border-width: 1px;
        border-color: #66CCCC;
}

td.plantssale{
        border-style: solid;
        border-width: 1px;
        border-color: #66CCCC;
	font-weight: bold;
}

div.spacer{
	margin-bottom: 4px;

}

#print{
        position:absolute;
	left: 680px;
	top: 50px;
        width: 250px;
        height: 100px;
        font-size: 14px;

}


