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

div.image-text-left, div.image-text-right {
	margin-bottom: 2em;
}

div.image-text-left img {
	float: left;
	display: inline;
	margin: 0 2em 1em 0;
}
div.image-text-left p {
	
}

div.image-text-right img {
	float: right;
	display: inline;
	margin: 0 0 1em 2em;
}
div.image-text-right p {
	
}