Dang it.. I give up.. I've tried everything that should work and a bunch of stuff that MIGHT work and then stuff that .. well I didn't know if it would work, but I thought I'd try..
See my test URL below.. How the heck do I close the gap between the slideshow and the middleboxes??
http://clientyoubookit247 . overthehillweb . com/
I've been there 
I have not cross browser tested this, but you can try:
In includes/templates/custom_template/css/stylesheet_middleboxes.css, take out margin here:
Code:
.middleBoxContainer {
margin-top: 0em;
}
and add to #navColumnMiddleWrapper:
Code:
position:relative; top:-20px;
and then to make things neat in includes/templates/custom_template/css/stylesheet_footer_menu.css replace:
Code:
#footer {clear:both;margin:0;background-image:url(../images/footer-bk.jpg);background-repeat:no-repeat; width:950px; height:200px;margin-top:20px;padding-top:10px;margin-bottom:20px;}
with:
Code:
#footer {clear:both;margin:0;background-image:url(../images/footer-bk.jpg);background-repeat:no-repeat; width:950px; height:200px;margin-top:-20px;padding-top:10px;margin-bottom:20px;}
Thanks,
Anne
Bookmarks