/*
 * Limit page width and center 'content text' elements.
 * Separate from stdspacing.css since not all pages are designed for it.
 */
main > p, main > ul, main > ol, main > h1, main > h2, main > h3, main > h4,
main > blockquote, main > pre,
main > div:not([class]), /* Regular old divs, but not other ones that might be...'lightboxes', or whatever */
main > aside
{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}


figure {
	margin-left: auto;
	margin-right: auto;
}
