/* Layout Document for Ngaio Bay */
/*<![CDATA[*/
<!--

html, body {
	height: 100%;
	background-color: #F1F2F7;
	margin: 0px;
	padding: 0px;
}

#main {
	border-right: solid 1px #DDD;
	border-left: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	width: 768px;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%;
	top: 0px;
	padding: 0px;
	margin: 0 auto;
	position: relative;
	overflow: visible;
}
#image {
	width: 100%;
	height: 300px;
	padding: 0px;
	margin: 0px;
	top: 0px;
}
#links {
	width: 100%;
	height: 80px;
	text-align: right;
}
#text {
	width: 100%;
	height: 300px;
	overflow: visible;
	padding-top: 50px;
}
#footer {
	width: 100%;
	bottom: 0px;
	height: 40px;
	float: none;
	clear: both;
}

-->
/*]]>*/