
PK 
<?php
include("header.php");
?>
<style type="text/css">
body {
/*background:#eee;*/
margin:0;
padding:0;
font:12px arial, Helvetica, sans-serif;
color:#222;
}
</style>
<link rel="stylesheet" type="text/css" href="fpgallery/fpgallery.css" />
<link rel="stylesheet" type="text/css" href="colorbox/colorbox.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script type="text/javascript" src="fpgallery/fpgallery.js"></script>
<script type="text/javascript" src="colorbox/jquery.colorbox-min.js"></script>
<div id="layout">
<div id="bodycontainer">
<div id="leftcontainer">
<div id="welcomezone">
<h1>Infrastructure And Facility</h1>
<div style='border:0px solid black; padding: 10px; background:#EFF4F8; clear:both;' align="center">
<div id="fpGallery2" class="fpGallery" title="photos"><div class="numPerPage"></div></div>
<br />
<br />
</div>
</div>
<div id="methodologyzone">
<div class="readmore">
</div>
</div>
</div>
<?php
include('sidebar.php');
include('footer.php');
?>
</body></html>


PK 99