You bet, I appreciate the help!
Here is a screenshot:
http://iputtheforkdown.com/screenshot.jpg
I would like to be have my products sitting in the body like my video is in my about section. I believe the div id for that area is "left-area." This is the code I have plugged in on my woocommerce.php
'<?php get_header(); ?>
<div id="content-area" class="clearfix">
<div id="left-area">
<?php get_template_part('includes/breadcrumbs', 'page'); ?>
<?php woocommerce_content('loop', 'page'); ?>
<?php if ( 'on' == et_get_option('lucid_show_pagescomments') ) comments_template('', true); ?>
</div> <!-- end #left-area -->
<?php get_sidebar(); ?>
</div> <!-- end #content-area -->
<?php get_footer(); ?>'
Thanks again!