<?php
define('_VALID_ENTRY_POINT', 1);
require_once('_front_top.php');
// set a page title
// $html_head->set_title('');
$html_head->append_title('Accommodations');
// metas
$html_head->set_meta_keywords('');
$html_head->set_meta_description('');
// breadcrumbs
$breadcrumbs->add('Home', 'index.php');
$breadcrumbs->add('Accommodations', '');
ob_start();
?>
<!-- start page content -->
<a name="top"></a>
<div class="cta_container_02">
<h1 class="col02">Scandinavian Scuuba Doo Accommodation</h1>
<div class="cta_container_03">
<h2 span class="col04" style="text-align:left">Scuuba Doo knows Phuket</h2>
<h3 span class="col04" style="text-align:left">and can Suggest Your Accommodation in Patong Beach, Rawai, Chalong,<br> Kata Beach, or Karon Beach...</span></h3>
<br>
<p><span class="txt-w-b">We know all the places. We live here and we know where to stay ...</span></p>
<div class="cta_container_float float1">
<div align="center"><a href="/gallery_guesthouse.php"><img src="/gallerys/guesthouse/scuubadoo-guesthouse-s_0008.jpg" ALT="Scuuba Doo Photo Gallery" width="150" height="112" border="0"></a>
<br>
Scuuba Doo Guesthouse (discontinued)<br>
<i>click picture to see more</i>
</div></div>
<p>You can do all your bookings with us. We can suggest different types of accommodation in Patong, Chalong, Rawai, Kata and Karon. Just let us know what you are looking for.</p>
<p>Whether you want to arrange hiking or kayaking trips, diving courses, accommodation, liveaboard or daily diving trips, we're your point guys. <strong>We no longer run the old Scuuba Doo 8-room guesthouse in Kata Beach</strong> but prefer to concentrate on our core competency, diving. This web site is in the process of being updated to reflect this and other changes. </p>
<!--
<p></p>
<p></p>
<p></p>
<p></p>
-->
<br>
<div style="border-top:1px #8A2BE2 solid; margin:0px 60px 0px 60px;"></div>
<p><div align="center"><i>return to <a href="#top">top</a></i></div></p>
<br>
</div>
</div>
<!-- end page content -->
<?php
$body_main .= ob_get_contents(); ob_end_clean();
echo page_render();
?>