I'm using a preformatted template with css, and obviously I want to make my heading in H1, but the style for the words at the top of the page which should be the title and H1 is listed as "Logo". There's no where in the style sheet properties which leads me to believe that this will weigh the same as H1 for a search engine. Should I change this to H1 myself? Anyone have any ideas?
Use H1 tag and put in it the most important keywords for your site. Place it on then top of your content
Logo sounds like an css class identifier as in class="logo" or id="logo" if it says <h1 class="logo"> of <h1 id="logo"> then it's fine other wise change it to <h1>