That is what I was looking at... here's the part I don't get... I've not edited your tpl's at all - I've just been looking at them trying to figure out where that code is coming from. I use FF, so when I view the ID's and the classes - nothing appears for the text and the "read more" for either an ID or class. Trying to figure out where the info was being pulled from, I even removed each style sheet one at a time. Did not effect the side box. I've gone into the style sheet and tried to use #testimonial-manager .sideBoxContainer and sideBoxContent to draw the border -
no joy.

You are correct there is an extra <div>, but where is it being pulled from?

I looked at the modules/sideboxes/testimonial-manager.php -

There is the following code: $title = BOX_HEADING_TESTIMONIALS_MANAGER;
$box_id = testimonials_manager;

I tried using that box id to create a new style... nothing... but in that file I don't see the extra <div> My tpl_index_default is standard and so is my tpl_main_page as I've created the entire look of the site via css - so I'm just really confused, as it's not a <div> I've created.

Thanks for looking at this for me.