
#header {
	background-image:url(../images/hdrImgSeasonAtAGlance.jpg);
	background-repeat: no-repeat;
}

ul {
	list-style-type: none;
}

#content {
/* height: 1200px; */
}

.TabbedPanelsContent h4 {
	margin-bottom: 0px;
	color: #000;
	font-size: 12px;
	margin-bottom: 5px;

}

.veggies {
	float: left;
	width: 140px;
	border: 0px solid #333;
	margin-bottom: 40px;
	margin-right: 14px;
}



.spices {
	float: left;
	width: 140px;
	border: 0px solid #333;
	margin-bottom: 40px;
	margin-right: 14px;
}

.fruits {
	float: left;
	width: 140px;
	border: 0px solid #333;
	margin-bottom: 40px;
}

.lunar_phases {
	position:relative;
	border: 0px solid #333;
	height: 150px;
	width: 454px;
}

.new_moon {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	border: 0px solid #333;
	text-align: center;
}

.first_quarter {
	position: absolute;
	left: 117px;
	top: 0px;
	width: 100px;
	border: 0px solid #f00;
	text-align: center;
}

.full_moon {
	position: absolute;
	left: 234px;
	top: 0px;
	width: 100px;
	border: 0px solid #333;
	text-align: center;
}

.third_quarter {
	position: absolute;
	left: 351px;
	top: 0px;
	width: 100px;
	border: 0px solid #333;
	text-align: center;
}
