body {
	background: white;
	font-size: 12pt;
}

.nymph, 
.content .tabs,
.content .top,
.footTable,
.bottom,
.rightPad,
.moduletable_foot4 {
 display: none;
 width: 0px;
 height: 0px;
 overflow: hidden;
 position: absolute;
 left: -9999px;
 top: -9999px;
}

.contentstructure .middle {
 width: 100%;
 position: absolute;
 left: 0px;
 top: 0px;
 padding: 0px;
 margin: 0px;
}
.contentstructure .contentwrapper {
 width: 100%;
 position: absolute;
 left: 0px;
 top: 100px;
 padding: 0px;
 margin: 0px;
 overflow: visible;
 display: block;
 font-size: 12pt;
}
.ie6 .contentstructure .middle ,
.ie6 .contentstructure .contentwrapper {
 width: 650px;	
} 
.ie7 .contentstructure .middle ,
.ie7 .contentstructure .contentwrapper {
 width: 800px;	
} 