

<!DOCTYPE html>
<html class="no-js" lang="en">

<head>

    <meta charset="utf-8" />
	<title>Overview | Centre Point
	</title>

	<link rel="stylesheet" href="/css/style.dcss" />
	<link rel="stylesheet" href="/css/SqueezeBox.css" type="text/css" media="screen" title="no title" />

	<meta name="description" content=""/>
	<meta name="keywords" content=""/>

	<script type="text/javascript" src="/js/inc_mootools.js"></script>
	<script type="text/javascript" src="/js/modernizr.js"></script>
	<script type="text/javascript" src="/js/inc_basic.js"></script>
	<script type="text/javascript" src="/js/SqueezeBox.js"></script>

	<script type="text/javascript">

	  var _gaq = _gaq || [];
	  _gaq.push(['_setAccount', 'UA-9645496-76']);
	  _gaq.push(['_trackPageview']);

	  (function() {
		var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
		ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
	  })();

	</script>
</head>

    
<body>


    <div id="imgcontainer">
    
    </div>

    

	<div id="container">

	    <div id="menu" style="z-index:1000;">
	        <h1><img src="/images/logo.png" alt="Centre Point" /></h1>
	        <nav>
	            <ul class="menu1"><li><a href="/home">Home</a></li><li class = " first"><a href="/Views">Views</a></li><li class = "  selectedl1"><a href="/Overview">Overview</a></li><li class = "  hasChildren"><a href="/Floors">Floors</a></li><li><a href="/Connections">Connections</a></li><li><a href="/Location">Location</a></li><li class = " last"><a href="/Contact">Contact</a></li></ul>
	        </nav>
	    </div>
		<div id="menu-arrow"></div>

	    

<script>

    window.addEvent('domready',function(){
		/*
        $$('.menu1 li').each(function(el,index){
            var childtest = el.hasClass('hasChildren');
            var childselected = el.hasClass('childselectedl1');
            if (childselected){
                el.setStyle('height',el.scrollHeight);
                el.addEvents({
                    'mouseenter':function(){
                        el.addEvents({
                            'mouseenter':function(){el.morph({'height': el.scrollHeight});},
                            'mouseleave':function(){el.morph({'height':'15'});}
                        });
                    }
                });
            } else {
                if (childtest){
                    el.addEvents({
                        'mouseenter':function(){el.morph({'height': el.scrollHeight});},
                        'mouseleave':function(){el.morph({'height':'15'});}
                    });
                }
            }


        });
		*/

       // menuDown();
        $('menu-arrow').setStyle('background-position','left top');
		if(window.is_touch_device){

			$('menu').addEvents({
				'click':function(e){
					e.stop;
					if($('menu').getSize().y > 100){
						menuDown();
					} else {
						menuUp();
					}

				}
			});
		} else {
			$('menu').addEvents({
				'mouseenter':function(e){
					e.stop;
					if($('menu').getSize().y == 100){
						menuUp();
					}
				},
				'mouseleave':function(e){
					e.stop;
					if($('menu').getSize().y == 510){
						menuDown.delay(500);
					}
				}
			});
		}
    });

	function menuDown(){

		$('menu').morph({'height':'100'});
		$('menu-arrow').setStyle('background-position','left top');
	}

	function menuUp(){

		$('menu').morph({'height':'510'});
		$('menu-arrow').setStyle('background-position','left bottom');
	}


</script>
    <div id="content">
        <h2>OVERVIEW</h2>
<table class="floor-table">
<tbody>
<tr>
<td>Floor by Floor</td>
<td>NIA (sq ft)</td>
<td>NIA (sq m)</td>
</tr>
<tr>
<td>Floor 20 <br /></td>
<td>4,406<br /></td>
<td>409.3<br /></td>
</tr>
<tr>
<td>Floor 14</td>
<td>4,562<br /></td>
<td>423.8<br /></td>
</tr>
<tr>
<td>Floor 09</td>
<td>4,356<br /></td>
<td>404.7<br /></td>
</tr>
<tr>
<td>Floor 07</td>
<td>4,373<br /></td>
<td>406.3</td>
</tr>
<tr>
<td>Floor 06</td>
<td>4,362<br /></td>
<td>405.2</td>
</tr>
<tr>
<td>TOTAL</td>
<td>22,059</td>
<td>2,049.4</td>
</tr>
</tbody>
</table>
<h3>TERMS</h3>
<p>New flexible FRI leases direct from the landlord are available on terms by arrangement subject to a mutual break from 25th March 2013. In the event the Lessor breaks there will be no claim for dilapidations on the Lessee.</p>
<h3>SERVICED OFFICES</h3>
<p>The Landlord can offer a full serviced office solution to occupiers space needs.</p>
    </div>
    	</div>

</body>
</html>
