#page {
	background-color:#fff;
	background-image:url("../images/hp-page-bg.png");
	background-position:top;
	background-repeat:repeat-y;
}

#content {
	width:730px;
}

#featured-product {
	float:left;
	width:240px;
	height:240px;
	background-image:url(../images/hp-featured-product-bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	position:relative;
}

#featured-product h2{
	font-size:120%;
	color:#571F00;
}

#featured-product div.link a{
	font-size:100%;
	color:#571F00;
	position:absolute;
	right:10px;
	top:217px;
	text-decoration:none;
}

#featured-product img{
	position:absolute;
	left:1px;
	top:40px;
}


#featured-recipe {
	float:left;
	width:240px;
	height:240px;
	background-image:url(../images/hp-featured-product-bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-left:30px;
	position:relative;

}

#featured-recipe h2{
	font-size:120%;
	color:#571F00;
}

#featured-recipe div.link a{
	font-size:100%;
	color:#571F00;
	position:absolute;
	right:10px;
	top:217px;
	text-decoration:none;
}

#featured-recipe img{
	position:absolute;
	left:1px;
	top:40px;
}

#upcoming-programs span.date {
	color:#297276;
}

#upcoming-programs a {
	color:#571F00;
}

#upcoming-programs div.link a {
	color:#297276;
	padding-left:100px;
}
