It looks like you have a fixed-width site, so it will be easy to add the scallops. First, are you wanting them to stick out from the existing white edge and header, or fit inside the existing white area?
I'll describe the process for the inside version.
Make an image that is the same width as your white area, and one scallop high. Make pink scallops at both sides of it; you can leave the center transparent or make it white as you like. Save the image as
/includes/templates/your_template/images/scallopbg.gif.
Add to your stylesheet
Code:
#contentMainWrapper {background: #ffffff url(../images/scallopbg.gif) repeat-y;}