/*=======================================================================================================
//	NEW
//=======================================================================================================*/
div#teennew
{
	background-color: #64A0C4;
	height: 270px;
	background-image: url(/teens/images/teen_home_new_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

table#newbooks 
{
	width: 544px;
	margin: 5px;
}

table#newbooks td
{
	width: 20%;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: .7em;
}

table#newbooks td h2
{
	color: white;
	font-size: 12px;
	margin-bottom: 5px;
}

table#newbooks td h3
{
	margin-top: 5px;
	font-size: 1em;
	line-height: 1.2em;
}

table#newbooks td a, table#newbooks td a:hover
{
	display: block;
	margin-top: 5px;
	color: white;
	text-decoration: none;
}

/*=======================================================================================================
//	Help Desk
//=======================================================================================================*/
div#helpdesk
{
	margin-top: 10px;
	background-color: #6f9f9f;
}

div#helpdesk a
{
	color: white;
}

/*=======================================================================================================
//	Now
//=======================================================================================================*/
div#teennow
{
	width: 386px;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #c0b271;
}

#nowgrid
{
	width: 376px;
	margin: 5px;
}

#nowgrid td
{
	text-align: center;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: .7em;
	padding: 10px 5px 5px 5px;
}

/*=======================================================================================================
//	Summer Reading
//=======================================================================================================*/
div#teensummer
{
	width: 188px;
	margin-top: 10px;
	padding-bottom: 10px;
	background-color: #a3c480;
	background-image: url(/teens/images/teen_home_summer_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*=======================================================================================================
//	FYA
//=======================================================================================================*/
div#teenfya
{
	width: 188px;
	margin-top: 10px;
	padding-bottom: 10px;
	background-color: #9494b8;
	background-image: url(/teens/images/teen_home_fya_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*=======================================================================================================
//	General styles
//=======================================================================================================*/
.teenhomecontent
{
	padding: 10px;
	text-align: center;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: .7em;
}