/* CSS Document */
#ctable #lcCell {
	display: none;
}
/* fix for IE printing problem (crash)*/
#footer {
	position: static;
}
#content {
	position: static;
}
body>#content {
	position: absolute;
	top: 0px;
	left: 0em;
}
#w3cvalidators {
	display: none;
}
#content>#footer {
position: absolute;
	bottom: 0px;
	left: 0px;
}
