html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f1e4cd;
	background-image: url('images/page_bg.jpg');
	font-family: Verdana,Arial, Helvetica, serif;
	font-size: 0.8em;
	color: #000000;
	text-align: center;
}

#page {
	width: 684px;
	margin: 0 auto; /* compliant browser center */ 
	text-align: left; /* re align text */ 
}

#left {
	background-image: url('images/page_left.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	height: 470px;
	margin-right: 342px;
}

#right {
	background-image: url('images/page_right.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height: 470px;
	margin-left: 342px;
}

.column { 
	width: 50%; 
	position: absolute; 
	z-index: 0;
	top: 0; 
	text-align: left; 
} 

.left {
	left: 0;
} 

.right {
	right: 0;
} 

input, select {
	font-family: Verdana, Arial, Helvetica, serif;
}

textarea {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 1.0em;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	color: #6281bb;
}

a:hover {
	color: #003399;	
}

#header {
	width: 684px;
	height: 340px;
	margin: 0;
}

.polaroids {
	position: absolute;
	z-index: 2;
}

#thehouse {
	position: absolute;
	margin-left: 50px;
	margin-top: 288px;
	z-index: 2;
}

#thebeach {
	position: absolute;
	margin-left: 150px;
	margin-top: 260px;
	z-index: 2;
}

#thearea {
	position: absolute;
	margin-left: 288px;
	margin-top: 280px;
	z-index: 2;
}

#activities {
	position: absolute;
	margin-left: 426px;
	margin-top: 286px;
	z-index: 2;
}

#enquiries {
	position: absolute;
	margin-left: 541px;
	margin-top: 275px;
	z-index: 2;
}

#content_left {
	position: absolute;
	margin: 0;
	width: 14px;
	height: 140px;
	background-image: url('images/content_left.jpg');
	background-repeat: no-repeat;
}

#content_right {
	position: absolute;
	margin-left: 664px;
	width: 20px;
	height: 140px;
	background-image: url('images/content_right.jpg');
	background-repeat: no-repeat;
}

#content {
	position: absolute;
	margin-left: 14px;
	background-color: #fcf7f0;
	background-image: url('images/content_bg.jpg');
	background-repeat: no-repeat;
	width: 608px;
	padding: 20px;
	border: 1px solid #dcd2bf;
	float: left;
	z-index: 5;
}

hr {
	color: #dcd2bf;
	background-color: #dcd2bf;
}

#copyright {
	text-align: center;
	font-size: 0.8em;
	color: #999999;
}

#copyright a {
	color: #6281bb;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

.title {
	position: relative;
	margin-left: -9px;
	margin-top: -9px;
	margin-bottom: 9px;
	clear: both;
}

.panel {
	background-color: #fefbf7;
	border: 1px solid #f8f4ec;
	padding: 5px;
}

form {
	margin-top: 20px;
}

form .field {
	width: 175px;
}

.enlarge {
	border: 1px solid #c4bdaf;
	padding: 1px;
}

.enlarge:hover {
	border: 1px solid #a4967b;
}

.popup {
	margin: 0;
	padding: 0;
	border: 0;
}

.small {
	font-size: 0.8em;
}

.price {
	font-weight: bold;
	font-size: 1.2em;
	display: block;
}

ul {
	marign-left: 0;
	padding-left: 15px;
}

li {
	margin-bottom: 8px;
}

.float_left {
	float: left;
	width: 60%;
	vertical-align: top;
}

.gallery {
	text-align: center;
}

.post-it {
	position: absolute;
	z-index: 10;
	top: -55px;
	left: 300px;
}

.imagebox {
	position: relative;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 10px;
	color: #a4967b
}

.imagebox img {
	display: block;
}

.clear {
	clear: both;
	float: none;
	height: 0;
}

.caption {
	color: #a4967b;
	font-size: 0.8em;
}

.starfish {
	position: absolute;
	top: -30px;
	right: -53px;
}

.shell {
	position: absolute;
	top: -30px;
	left: -53px;
}
