Well, I made the width 200px and I still don't see it in the top left corner of the template. When I right click on where the image should be it shows a blank.gif:
www.mysite.com/templates/mycommunity/images/blank.gif
body { background: #FFFFFF; }
#container { width: 100%; min-width:800px; }
#menus { width: 100%!important; width: auto; }
#maincol { margin-left: 200px; }
#mainleft { margin-right: 150px; }
#mainleftwide { width: auto; }
#content { float:left; width: 99.8%!important; width: auto; }
#leftcol { width: 200px; }
#mainright { width: 150px; }
#logo { background:url("/domains/mysite.com/html/images/Logo/mysite_Logo_200_pix_wide.jpg") no-repeat 5px 5px; width: 200px; }