CSS – why does my sidebar drops to the bottom of the page? [closed]

Your #leftcontent div is not closed out with a closing </div> tag after your loop.

Edit your index.php, find the Loop, and look for the end of the loop (usually it looks like endwhile; endif;. Add a closing </div> tag immediately after that (but outside of the <?php ... ?> tags).