#outerContainer{
	background-image: url(/images/nilla/holiday/bg.gif);
	background-color: #710000;
	margin-top: 37px;
}

#centeredContainer{
	width: 970px;
	margin: 0 auto;
	position: relative;
}

#flashcontent{
	width: 920px;
	height: 460px;
	position: absolute;
	top: -37px;
	left: 0;
	z-index: 1;
}

#innerContainer{
	width: 892px;
	margin-left: 73px;
	height: 1180px;
}

#left-gradient{
	width: 46px;
	height: 1380px;
	background: url(/images/nilla/holiday/left-gradient.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 74px;
}

#right-gradient{
	width: 46px;
	height: 1380px;
	background: url(/images/nilla/holiday/right-gradient.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 920px;
}

/* png hack */
#right-gradient, #left-gradient{
    behavior: url(/iepngfix.htc)
} 

#contentContainer{
	width: 800px;
	height: 757px;
	position: absolute;
	top: 423px;
	left: 120px;
	background: #710000;
	/*background: #860a00;*/
}

.recipeRow, .recipeRow-alt{
	width: 800px;
	height: 220px;
	background: url(/images/nilla/holiday/bg-ribbon.jpg) no-repeat 0px 64px;
	margin-bottom: 11px;
}

.recipeRowContent{
	padding-left: 23px;
}

.recipeRow-altContent{
	padding-left: 143px;
}

.recipeRow .recipe{
	width: 245px;
	height: 220px;
	float: left;
	margin-right: 10px;
	text-align: center;
}

.recipeRow-alt .recipe{
	width: 245px;
	height: 220px;
	float: left;
	margin-right: 25px;
	text-align: center;
}

.recipe img{
	width: 245px;
	height: 192px;
	border: 0;
	display: block;
}

.recipe a{
	color: #e9bc66;
	font-family: Georgia, Times New Roman, Times New Roman, Serif;
	font-style: italic;
	font-size: 14px;
	text-decoration: none;
}

.recipe a:hover{
	text-decoration: underline;
}
