It's most likely done with CSS and an image.
Create an image like the one attached (or use the one I've attached) that contains the shadow based on the width of your content. Then in the head of your pages add the following code:
Code:
<style type="text/css">
body { background: #fff url(path/to/shadow.gif) repeat-y center top; }
</style>