@CHARSET "ISO-8859-1";

#linkJourney{
 background: url('../img/linkJourney.png');
 cursor: pointer;
 width: 122px;
 height: 33px;
 position: absolute;
 left: 29px;
 top: 29px;
}
#linkJourney:hover{
 background: url('../img/linkhJourney.png');
}
#linkJourney:active{
 background: url('../img/linkhJourney.png');
 left: 31px;
 top: 31px;
}
#linkTours{
 background: url('../img/linkTours.png');
 cursor: pointer;
 width: 127px;
 height: 33px;
 position: absolute;
 left: 214px;
 top: 29px;
}
#linkTours:hover{
 background: url('../img/linkhTours.png');
}
#linkTours:active{
 background: url('../img/linkhTours.png');
 left: 216px;
 top: 31px;
}
#linkFAQ{
 background: url('../img/linkFAQ.png');
 cursor: pointer;
 width: 88px;
 height: 33px;
 position: absolute;
 right: 21px;
 top: 29px;
}
#linkFAQ:hover{
 background: url('../img/linkhFAQ.png');
}
#linkFAQ:active{
 background: url('../img/linkhFAQ.png');
 right: 19px;
 top: 31px;
}
#linkGuides{
 background: url('../img/linkGuides.png');
 cursor: pointer;
 width: 122px;
 height: 33px;
 position: absolute;
 left: 29px;
 top: 80px;
}
#linkGuides:hover{
 background: url('../img/linkhGuides.png');
}
#linkGuides:active{
 background: url('../img/linkhGuides.png');
 left: 31px;
 top: 82px;
}
#linkTestimonials{
 background: url('../img/linkTestimonials.png');
 cursor: pointer;
 width: 127px;
 height: 33px;
 position: absolute;
 left: 214px;
 top: 80px;
}
#linkTestimonials:hover{
 background: url('../img/linkhTestimonials.png');
}
#linkTestimonials:active{
 background: url('../img/linkhTestimonials.png');
 left: 216px;
 top: 82px;
}
#linkLinks{
 background: url('../img/linkLinks.png');
 cursor: pointer;
 width: 88px;
 height: 33px;
 position: absolute;
 right: 21px;
 top: 80px;
}
#linkLinks:hover{
 background: url('../img/linkhLinks.png');
}
#linkLinks:active{
 background: url('../img/linkhLinks.png');
 right: 19px;
 top: 82px;
}
#linkIndex
{
 position: absolute;
 cursor: pointer;
 width: 241px;
 height: 107px;
 left: 65px;
 top: 46px;
}
 
 #footer a:link{ color: #636363;} 
