/*
Puts the "cupcake" image behind the current section in the nav
*/
div#site div#masthead div#nav ul li#nav1 a {
	background: transparent url("../images/nav-current-section.gif") no-repeat center center;
	color: #C00;
}
div#latest-news {
	float: right;
	display: inline;
	margin: 1em 0 1em 2em;
	padding: 1em;
	width: 198px;
	border: 1px solid #FBBFDF;
	background: #FDEAF4 url("../images/site-bkgd2.gif") repeat-x left top;
}
div#latest-news div#latest-news-title {
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 0.5em;
	padding: 0 0 0.5em;
	border-bottom: 1px solid #FBBFDF;
}
div#latest-news ul, div#latest-news ul li {
	list-style: outside square;
}
div#latest-news ul {
	margin: 0 0 0 16px;
	padding: 0;
}
div#latest-news ul li {
	margin-bottom: 0.5em;
}
