body {
color: #000 ;
background-color:#fff ;
font-family:arial; /* arial is nice to read ;) */
border:0 ;
}

* {
border:0 ;
float:none;
}

/* 
no need for accessibility on printout. 
Mark all your elements in content you 
dont want to get printed with class="noprint"
*/
.accessibility,
.noprint
 {
display:none ; 
}

/* 
remove all width constraints from content area
*/
div#content,
div#main {
display:block ;
width:90% ; /* ioooo */
border:0 ;
padding:1em ;
}




/* hide everything else! */
div#header,
div#header h1 a,
div.breadcrumbs,
div#search,
div#footer,
div#menu_vert,
div#news,
div.right49,
div.left49,
div#sidebar  {
   display: none;
}

img { 
} 