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