/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}
#header, #latest_news, #column-right, .box-left ul, .box-right, .faves,#top-bar, .favourites-add, #controls, #topmenu,#bar-buttons, #search-site, #box-featured, #box-latest,#col-left,#footer #box-right a,#footer #box-right span{
	display: none !important;
}

#print-header{
	display:block;
}
#content{
	float:left !important;
}

#content p{
	padding:0 !important;
}
#footer{width:690px;margin:0;padding:0 0 0 14px;}