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

table#downloads {
	border-spacing: 5px;
	border: 0;
	width: 476px;
}
table#downloads tr td {
	width: 238px;
	padding: 1em;
	border: 1px solid #FBBFDF;
	background: #FDEAF4 url("../images/site-bkgd2.gif") repeat-x left top;
}
/*
div#download-menu {
	float: right;
	width: 160px;
}
div#download-pdf {
	float: left;
	width: 160px;
}

div#menu {
	clear: both;
}
*/

div#site div#main-content div#content-right img {
	margin: 1em 0 0;
}
div#site div#main-content div#content-right a img {
	border: 0;
}