The page the logo is on is
http://w ww.daragraphicdesigns.com/crystal/conservatory/2.html
and the logo link leads to
http://w ww.daragraphicdesigns.com/crystal/conservatory/index.html
because the code<div class="logo-menu"><a href="../index.html"><a href="index.html"><img src="../images/logo.gif" class="logo" alt="" /></a><span class="menu">
has two links in it.
The link index.html looks for a file in the same conservatory folder/directory while the link ../index.html would look for a file in crystal folder/directory, this one:-
http://w ww.daragraphicdesigns.com/crystal/index.html
so try deleting one url to make it:-
<div class="logo-menu"><a href="../index.html"><img src="../images/logo.gif" class="logo" alt="" /></a><span class="menu">