/* cadastra search engines promotion
	hardstand - printer.css
	developed by wagner brahm (wagner@brahm.com.br @ http://www.brahm.com.br) */

/* hide the left column when printing ****************************************/

#leftcol {
	display:none;
} 

/* hide the right column when printing ***************************************/

#rightcol {
	display:none;
} 

#twocols, #maincol {
	width:100%;
	float:none;
}