
#body #top {
	display:none;
}
img#logo_print{
	display:block;
}
	
#top_banner{
	display:none;
}
	

/* Main menu */
#menuTop {
	display:none;
}


#main {
	border-bottom:0px;
}

/* Special class to divide the content in 3 parts */
#main div.with_left_frame{
	width:auto;
}

#main div.with_right_frame{
	width:auto;
}
#main div.with_both{
	width:auto;
}

/* LEFT HAND SIDE MENU */
#main div#left_frame{
	display:none;
}

/* Middle frame */
#main div#middle_frame{
	float:none;
	width:auto;
}
/* breadCrumbTrail */
#main div#middle_frame ul#breadCrumbTrail
{
	display:none;
}


/* Right frame */

#main div#right_frame{
	display:none;
	
}

/* Footer of the page */
#footer{
	display:none;
}

