/**
 * Expands the content area to be full width, removing the right-hand column
 *
 * For use with slideshows, and other large-content things
 */

#rightColumn {
	display: none;
}

#mainCenterBorderRight {
background-image: none;
margin-right: 1px;
}

/* No longer necessary
#mainCenter .addthis_toolbox .hover_menu {
	bottom: -10em;
	left: 6em;
}

.addthis_toolbox a.addthis_button_email {
	display: none;
}*/