body {
	width:100%;
   background: white;
   font-size: 12pt;
	min-width:5%;
   }
#navigation, #leftcol, #header, .footer, #rightcol,
#topleft, #topright, #bottomleft, #bottomright, #breadcrumbs, .newsblock {
   display: none;
   }

#positioner,#wrapper,#pagecontainer,#pageback,#contentpadding,#contentborder {
	width:100%;
	margin:0;
	padding:0;
	min-width:5%;
}

#content {
   width: 90%;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }

*html #content {
   width: 100%;
   margin: 0 10%;


}
div#content {
   padding-top: 1em;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
