/*************************************************************************
	@imports
*************************************************************************/
	@import url("minimal.css");
	
/*************************************************************************
	@basic_tags
*************************************************************************/
	
	/*** @navAccessibility ***/
		body ul#navAccessibility
		{
			display: none;
		}
		
	/*******************/
	/*** @text_style ***/
	/*******************/
		p.edit
		{
			display: none;
		}
	
/*************************************************************************
	@zones
*************************************************************************/
	div#zone1
	{
		display: none;
	}
	
/*************************************************************************
	@zone2
*************************************************************************/
	h3#comments
	{
		margin-top: 2em;
	}
	
	h3#respond, form#commentform
	{
		display: none;
	}
	
	/*******************/
	/*** @breadcrumb ***/
	/*******************/
		div.breadcrumb
		{
			display: none;
		}
		
	/****************/
	/*** @colMain ***/
	/****************/
		div.colMain
		{
			padding-right: 0;
			width: auto;
			float: none;
		}
		
	/*********************/
	/*** @colSecondary ***/
	/*********************/
		div.colSecondary
		{
			display: none;
		}

/*************************************************************************
	@zoneFooter 
**************************************************************************/
	p.navigation
	{
		display: none
	}
