.notice {
	text-align: center;
	font-family: "Optima ExtraBlack", Optima, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 48pt;
}

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#adbanner {
	position: absolute;
	bottom: 0;
	clear: both;
	height: 100;
	width: 100%;
	text-align: center;
}

.recipe-wrap {
	margin: 0 auto 0 auto;
	display: table;
}

.recipe {
	display: table-cell;
	vertical-align: top;
	border: 2px dotted #aaa;
	background: #eee;
	padding: 5px;
	font-family: "trebuchet ms";
	font-size: 77%;
	font-style: italic;
}

.recipe p {
	margin: 0;
	line-height: 1.3em;
}

.recipe p.recipetext {
	font-style: normal;
}

.recipe-header {
	padding-bottom: 5px;
	font-style: normal;
	font-family: sans-serif;
	font-size: 116%;
}

dd {
	font-weight: bold;
}
