/*
Puts the "cupcake" image behind the current section in the nav
*/
div#site div#masthead div#nav ul li#nav5 a {
	background: transparent url("../images/nav-current-section.gif") no-repeat center center;
	color: #C00;
}

div#breadcrumb {
	margin: 0 0 1em;
	font-weight: bold;
	font-size: 11px;
}
div#breadcrumb a {
	font-weight: normal;
}

table.thumbs, table.thumbs tr td {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #FBBFDF;
	padding: 0;
}
table.thumbs {
	width: 474px;
}
table.thumbs tr td {
	padding: 10px;
	vertical-align: middle;
	text-align: center;
}
table.thumbs tr td div.thumb-title {
	font-size: 9px;
	margin: 0.5em 0;
}