@charset "UTF-8";

#left-column, #right-column, #middle-column div.rMenu-center, div#mNav, #flashHeader, #fNav,#Events, #featuredEvent, #topControls
{
	display: none;		/* hide the left and right columns as well as 
				   the horizontal menu at the top of the
				   page */
}
#logo
{
	float:none;
}
#page-container, #outer-column-container, #source-order-container, 
#middle-column, #inner-column-container
{
	border-width: 0;
	margin: 0;
	padding: 0;		/* get rid of any gutter space and borders
				   on elements that are no longer needed with
				   the removal of the left and right columns */
}
#page-container, #inner-column-container
{
	border-width: 0;	/* remove borders around the page */
}
#source-order-container, #middle-column, #footer
{
	float: none;		/* no need to float anything now since we're
				   just showing the middle column. */
	width:80%;
}
*
{
	color: #000 !important;	/* make sure everything is black text */
}
a, a:link, a:visited
{
	text-decoration: none;	/* don't underline hyperlinks */
}


/******************************************************************************/