Hello jbtechdesign,
1. For the logo see here, http://mysitemyway.com/support/topic/larger-header#post-3280.
2. Let us know which elements you would like to change, taking a screenshot and highlighting the areas is great.
3. To remove page titles add this line in the bottom of /wp-content/themes/infocus/style.css
#intro_blurb_title { display: none; }
4. For the content area background color, depending on what your trying to get achieved you may also need to edit some images as well. To get started add these line in the bottom of your style.css file,
body { background: #000; }
#has_sidebar { background: none; }
There are quite a few edits that will probably need to be done and it is kind of bordering on custom work.