#container {
	background: url(/images/assets/backgrounds/body_bg_apronstrings.png) center 200px no-repeat;
	padding-left: 84px;
	padding-right: 84px;
}

#main { background: #fff; margin-top: 100px; }

.collection > header { position: absolute; top: -100px; height: 100px; width: 972px; }
.collection > header h3,
.collection > header h4 { margin: 0; }
.collection > header h4 { position: absolute; top: 55px; right: 130px; color: #663700; }

.favorites { background: #fffcf5; padding: 15px 0; }
.favorites hr { border-top-color: #ffebbb; width: 177px; margin: 7px auto; }
.fav { margin: 7px 10px; }
.fav header { text-align: center; color: #b29b80; }
.fav h4 { color: #663700; margin: 0; }
.fav ul { padding: 0 0 0 1em; }
.fav li { list-style: disc; color: #fcb813; }
.fav li a { color: #fcb813; }

.mores { width: 648px; }
.mores header { width: 304px; height: 30px; text-align: center; padding: 30px 0; }
.mores h4 { text-align: center; color: #E87D1E; margin: 0; }
.mores li { width: 142px; min-height: 180px; margin: 0 17px 15px 0; text-align: center;
	/* right margin should be 20px, math says it should work, but
	     anything over 17px causes it to wrap early */
}
.mores li a { color: #fcb813; }
.mores figure { width: 142px; height: 135px; overflow: hidden; margin:0 0 15px; }
.mores figure img { height: 135px; }
.mores .scripps-ad { float: right; margin: 0 20px 0 0; }


