@charset "iso-8859-1";
/*******************************************************************************
*  no_right_column.css : 12/09/2003		seanhaase[at]brinkster[dot]net
* ------------------------------------------------------------------------------
*  This stylesheet removes the right-hand column from the 3 column layout
*******************************************************************************/
#outerColumnContainer, #innerColumnContainer { border-right-width: 0; }
#rightColumn {	display: none; }
#sourceOrderContainer { margin-right: 0; }
/******************************************************************************/