/* -- -- -- -- -- -- --
 * noleft.css
 *
 * removes the left column from ets.org document based on the 1.4 (24 jun) style guide
 *
 * history:
 *
 * 	20090709: file created. (dhj)
 *
 * -- -- -- -- -- -- --
 */

div#navigation-contents { display: none; }
div#center-content { width: 740px; margin-left: 20px;  }

/*	-- -- -- -- -- -- --
 * fin
 * -- -- -- -- -- -- --
 */

