<?php 
include_once('includes/header.php'); 
include_once('includes/menu.php');
?>
<div id="content">
    <h3>Contact Us</h3>
    <p>
        Contacting us is as simple as clicking <strong><a href="mailto:enquiries@islandselfcatering.co.uk">here</a></strong>
       to send us an email.
        <br/>
    </p>
 
    <div id="postal-address">
        <h4>Our Postal Address</h4>
        <p>
            Michael &amp; Brenda McDonald,
            <br/>
            &quot;Springston&quot;
            <br/>
            58 Kirk Brae, Cults,
            <br/>
            Aberdeen, AB15 9QQ,
            <br/>
            Scotland.
            <br/>
            <br/>
            Tel: +44 (0) 1224 867 184
            <br/>
            Mob: +44 (0)7803016972
        </p>
    </div>
    
	<h4 class="safe">Other Accommodation</h4>
	<img src="images/hilton_site.jpg" title="Hilton Appartment, Hilton Self Catering" class="right_photo" />
	
		<p> We provide other self catering accommodation currently in Aberdeen, Scotland.  For more information, please visit our other site :
		
			<strong><a href="http://www.hiltonselfcatering.co.uk/index.php " title="Hilton Self Catering" rel="follow" accesskey="" target="_blank">www.hiltonselfcatering.co.uk</a></strong>
		</p>

    <h4 class="safe">Is My Information Safe?</h4>
	    <p>
	        Please note that any personal details collected via our site, such as email addresses, will only be used for the purpose of getting in touch with you as appropriate.
	    </p>
	    <p>
	        Under no circumstances will any such details be passed on to third-party organisations or will we send unsolicited email to you as a result of using our contact us page.
	    </p>
</div>
<?php include_once('includes/footer.php'); ?>
