body #wrapper { background-image: none; height: auto !important; min-height: 0; 
padding: 0; margin-top: 0; margin-bottom: 0; }
body #masthead	{ background-image: none; height: 40px; }
body #masthead h1 { display: none; }
body #masthead h1 a	{	display: none; }

html body #maincontent	{ 
					position: relative;
					top: 0; left: 0;
					margin: 0; padding: 0 !important; 
				  	}
				  
/* corner images. i'm assuming backgrounds on special layouts will NORMALLY be dark, so that's the default. */
				  		
#topblock .prev { background-image: url(Assets/Nav/dkbg_corner_prev_top.gif); left: -8px; }			
#topblock .next { background-image: url(Assets/Nav/dkbg_corner_next_top.gif); left: 8px; }				
#bottomblock .prev 	{ background-image: url(Assets/Nav/dkbg_corner_prev_bot.gif); left: -8px; }	
#bottomblock .next 	{ background-image: url(Assets/Nav/dkbg_corner_next_bot.gif); left: 8px; }

/* end corner images */

body #topblock, body #bottomblock { position: static; }

body #maincontent #footer { background-image: none; position: static; }

body .pagewidgets 	{ 
					margin: 0 14px; 
					}
					
body #maincontent #story { padding: 0; margin: 0; }

body #topblock { height: auto; }

#bottomblock .tocwidget 	{ 
						left: 9%;
						}
