body, #outerwrapper,  #header, #footer {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background:none;
  
}
#leftcontent{
  visibility: hidden !important;
	width: 0px;
  
}
#content
{
  height: auto !important;
	width:auto;
  margin: 0 !important;
  padding: 0 !important;
  background:none;
}

#content .rule,
#content .cola,
#content .colb
{
	width:auto !important;
	float:left !important;
}
#content .padded {
  margin: 0 !important;
  padding: 0 !important;
}

img, form {background:none;}

p {background:none;}

a {background:none;}

h1, h2, h3, h4, h5 {background:none;}

ul, li {background:none;}
/* HIDDEN TEXT */

span, caption {position:static; height:auto; width:auto; font-size:10px;}



/* IMAGE REPLACEMENT */

.replace {position:static; height:auto; width:auto; background:none;}

.replace em, .replace a {position:static; height:auto; width:auto; background:none;}

* html>body .replace {background:none;}