in your helitours page you have 3 <style> </style> sections. Anyone of those will do BUT I'd choose: (Note you also have the closing } misssing for the h2 css (I've put it in below, in red)
<style type="text/css">
@import url("css/lightbox.css");
body {
background-image: url(images/wood-panel.jpg);
background-repeat: repeat;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
}
h2 {
color: #FFFFFF;
}
.content p {
margin: 0;
padding: 0;
}
</style>