@charset "utf-8";
/* CSS Document */
/*This CSS file, no_right_nav.css, is the styler for pages without a right navigation. It pulls the content area back over to the far right of the screen.*/

#content { /*main content area*/
	margin-right: 1.500em;
}
