
#core {
	background: url(../images/bg-rounded-bottom.png) no-repeat 0 bottom;
	padding: 0 0 7px;
}


/* 

SECTION HEADERS

mara moved teen headers to teens.css 20/07/09
will move these to grownups.css later

mara moved grownups headers to grownups.css 03/02/10
*/

/*

CONTENT

*/

div.home #content {
	width: 480px;
}

#content {
	margin: 10px 25px;
	width: 580px;
	color: #333;
}

div.forum #content {
	width: 890px;
}

/*

SHORTCUTS

*/

#shortcuts div.tell-story {
	background: url(../images/teens/icon-tell-story.png) no-repeat;
}

#shortcuts div.information-sheets {
	background: url(../images/teens/icon-information-sheets.png) no-repeat;
}

#shortcuts div.ask-a-question {
	background: url(../images/teens/icon-ask-a-question.png) no-repeat;
}

#shortcuts div.forum {
	background: url(../images/teens/icon-tell-story.png) no-repeat;
}

#shortcuts div.games-activities {
	background: url(../images/teens/icon-games-activities.png) no-repeat;
}

#shortcuts div.downloads {
	background: url(../images/teens/icon-downloads.png) no-repeat;
}

#shortcuts div.survey {
	background: url(../images/teens/icon-survey.png) no-repeat;
}

/* mara 4/6/09 */
#shortcuts div.e-card {
	background: url(../images/teens/icon-e-card.png) no-repeat;
}
/* end 4/6/09 */
/* 

FOOTER

*/

#base {
	position: relative;
}

#base a.boystown {
	margin: 8px 0 0 30px;
}

#base ul {
	position: absolute;
	top: 10px;
	right: 25px;
}

#base ul li {
	float: left;
	padding: 0 10px;
	border-left: 1px solid #8FDFFC;
}

#base ul li.first {
	border-left: none;
}

#base ul li a {
	text-decoration: none;
}

#base ul li a:hover {
	text-decoration: underline;
}
