 /* Ensure the content spans the full width */
#body, #wrapper, #header,#insidepage  #content, #left-column, #right-area, #right-content-area
{width: 100%; margin: 0; float: none;
}

 /* Hide these divs */
#search-enc, #menu-area, #left-column-top, #top-image, #for-logo {display: none;
}
 
#insidepage #header {
background-image:none; height:0;
}
#insidepage h1 {font-size: 18px; text-indent: inherit; margin-left: 200px;
}

#adjust-img {padding: 0; }

#left-column-bottom {background-image: none; }

 /* To create two-column printing (comment out these two if you want one-column printing  */
#left-column {width: 22%; float: left; border-right: solid #000 1px;font-size:11px;}
#right-area {width: 72%; float:right;font-size:11px; }    
