It looks like the logo you uploaded is here – http://www.lyjastadlenbrown.com/wp-content/uploads/2012/06/color-top.jpg
Not sure where that different url is coming from.
OK, I think what happened is that the person who helped redesign the site input the photo into the theme on that page, transferred the theme to my page, then the URL you wrote was suspended. Does that make sense? If so, how would I fix that?
I would look in the header.php and see what she/he put in the code for the logo.
/*** Header ***/
.header {height: 128px; overflow: hidden; padding-right: 30px;}
.logo {width: 578px; height: 128px; overflow: hidden; float: left;}
.logo img {max-height: 128px; max-width: 578px;}
.site-description {width: 290px; height: 111px; padding: 35px 30px 0; float: left; overflow: hidden;}
.site-description .textwidget {font-size: 11px; color: #656363; line-height: 1.3;}
.menu {width: 100px; padding-right: 30px; float: right;}
.menu ul {margin-top: 35px;}
.menu li {font-size: 11px; text-transform: uppercase; margin: 6px 0;}
.menu a {color: #000; text-decoration: none;}
.menu a:hover {text-decoration: underline;}
.search {width: 145px; margin-top: 28px; float: right;}
.search fieldset {width: 145px; height: 31px; background: #dadada;}
.search input {width: 105px; border: none; background: none; padding: 8px; color: #fff; font: 11px Georgia, Geneva, "Times New Roman", times; text-transform: uppercase; vertical-align: middle;}
.search button {width: 16px; height: 16px; background: url("images/search.png") 50% 50% no-repeat; cursor: pointer; border: none; vertical-align: middle;}
Here’s what’s in the header currently. Is there where I would edit the code? I’m kind of a noob at this, so hand holding might be required 😉