#master {
		position: relative;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		background-color: #FFFFFF;
		text-align: left;
		}
		
#logo	{
		position:absolute;
		width: 130px;
		height: 58px;
		top: 10px;
		left: 10px;
		}

#navBackground	{
				position:absolute;
				height: 100px;
				width: 500px;
				top: 0px;
				right: 0px;
				}
		
#mainNavbar	{
			position:absolute;
			height: 20px;
			width: auto;
			top: 80px;
			right: 0px;
			margin-right: 15px;
			}
			
#mainNav	{
			width: auto;
			height: auto;
			margin-left: 15px;
			display: inline;
			float: right;
			}
		
#blackBar1	{
			position: absolute;
			height: 10px;
			width: 100%;
			top: 100px;
			left: 0px;
			background-color: #000000;
			}
			
#blackBar2	{
			position: absolute;
			height: 3px;
			width: 100%;
			top: 112px;
			left: 0px;
			background-color: #000000;
			}			
		
#bodywrap	{
			position: absolute;
			margin-top: 115px;
			}
					
#picture	{
			width:400px;
			height: auto;
			float: left;
			margin-bottom: 15px
			}
		
#introText	{
			margin-left: 435px;
			margin-bottom: 15px;
			}
		
#imageLeft	{
			float:left;
			margin-right: 20px;
			margin-bottom: 20px;
			}
			
#imageRight	{
			float:right;
			margin-left: 20px;
			margin-bottom: 20px;
			}
			
#greenhouseText	{
				height: 150px;
				padding-bottom: 20px;
				}
				
#ggsText	{
			height: 405px;
			margin-bottom: 20px;
			}
			
#ggsImage	{
			width: 230px;
			text-align: center;
			font-style: italic;
			margin-right: 20px;
			margin-bottom: 20px;
			float: left;
			}
		
#footerBar	{
			height: 3px;
			width: 100%;
			clear: both;
			background-color: #000000;
			margin-bottom: 5px;
			}
			
#footer	{
		width: 100%;
		height: 20px;
		clear: both;
		text-align: center;
		}
		
#content	{
			margin: 20px;
			width: auto;
			}

.flowerBackgound	{
					background-image: url(../images/flower1.jpg);
					background-repeat: no-repeat;
					background-position: right bottom;
					}

#productTable	{
				width: 90%;
				height: auto;
				margin-top: 15px;
				margin-bottom: 30px;
				}
#sungroText {
			height: 150px;
			margin-bottom: 20px;
			}
			
#sungroBarkText	{
				height: auto;
				margin-bottom: 20px;
				}
			
#dewittText	{
			height: auto;
			padding-bottom: 20px;
			}

#top	{
		margin-top: 10px;
		margin-bottom: 15px;
		float:right;
		clear:both;
		}