#containercontainer{margin:1em .5em -1em 0em;}
.leftpane #containercontainer{margin-left:.5em;margin-right:.8em;}
/*
corner graphics split like so for positioning:
top height 60
bottom height 50
*/

#lightfader0{ /* top left */
width:100%;
height:110px;
background: url(LightFader2/pointboomretro_lightfader2.gif) no-repeat -100px -50px;
}

#lightfader1{ /* top right */
width:20px;
height:60px;
background: url(LightFader2/pointboomretro_lightfader2.gif) no-repeat -80px -50px; /* position width should be <<width of page>> less <<width of div>> less 100px */
float:right;
}

#lightfader2{ /* bottom left */
clear:both;
width:100%;
height:50px;
background: url(LightFader2/pointboomretro_lightfader2.gif) no-repeat  -100px 0px;

/* slide it up under the text */
position:relative;
bottom:20px;
z-index:-20;
}
#lightfader3{ /* bottom right */
float:right;
width:20px;
height:50px;
background: url(LightFader2/pointboomretro_lightfader2.gif) no-repeat -80px 0px;
}

#contentarea{
position:static;
}
#contentheading{
margin:0;
padding:.3em 0 .3em 1em;
background:url(LightFader2/pointboomretro_lightfader2_titlebackground.png) no-repeat bottom left;
}
#contentheading h2#containerheading{margin:0;padding:0;}
#contentheading span.Head{
margin:0em;
}

#containercontentpane{
padding:0em 2px;
}
#containerpadding{
background-color:#fff;
padding:1em;

}
