/* ------ START CSS FILE ------------------------------------------- */
/* ----------------------------------------------------------------- */
/* ------ this global file defines print layout -------------------- */
/* ------ for all content files ------------------------------------ */
/* ----------------------------------------------------------------- */

/* ------ LAYOUT --------------------------------------------------- */

/* print only content area */

#header {
	display: none;
}

#mainmenu {
	display: none;
}

/* hide right hand content */
.mainright_col {
	display: none;
}

#footer {
	display: none;
}

/* ------ END CSS FILE --------------------------------------------- */
