/* CSS Document */

#grid {
	margin:auto;
	width:900px;
	background-color:#FFFFFF;
	clear:both;
	padding:5px;
	}
	
#name {
	width:115px;
	float:left;
	margin:40px 0px 0px 5px;
	text-align:center;
	font-size:12px;
	color:#003399;
	}
	
#titles {
	width:115px;
	float:left;
	margin:10px 0px 5px 10px;
	text-align:center;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	}
	
#grower {
	width:100%;
	}
	
#grower img {
	float:left;
	margin-left:5px;
	border:none;
	}