The issue is in the way the templates sidebar is coded. This is the widgets code for my right sidebar, hence the (2)
Code:
<?php if ( !function_exists('dynamic_sidebar')
|| !dynamic_sidebar(2) ) : ?>
<?php endif; ?>
Most of the templates have everything between this statement. Move the stuff you want to code outside of the if/end and you can lay out your sidebar how you want.