/*************************************************************************
*   
*   Print Stylesheet
*
*   Copyright 2004-2007, Cyber-labs
*   www.cyber-labs.net
* 
*************************************************************************/

/*Hide Elements*/
#logo,
#slogan,
#navigation,
#banner,
#footer,
#w3c,
.container-min-top,
.container-min-bottom,
.container-med-top,
.container-med-bottom,
.container-max-top,
.container-max-bottom {
	display: none;
}

/*Show Elements*/
.container-min-content,
.container-med-content,
.container-max-content {
	display: block;
}