body {
	background-color:#F0D9D1;
	text-align:center;
	margin:0px;
	padding:0px;
	font-family:Arial;
	size:10px;
	color:#565656;
}
a {
	text-decoration:none;
	color:#565656;	
}
a:hover {
	text-decoration:underline;
}
#container {
	margin:auto;
	width:800px;
	background-color:#ffffff;
	text-align:center;
	background-image:url('../images/background.gif');
	background-position:0px 0px; /* was 0px 137px - ih */
	background-repeat:no-repeat;
	position:relative;
}
#widget {
	width:620px;
	margin:auto;
}
#widget a {
	color:#000000;
}
#details {
	height:350px;
}
#bottom {
	padding-top:12px;
	padding-bottom:15px;
}
#left {
	float:left;
	padding-right:10px;
	padding-top:20px;
}
#right {
	float:right;
	padding-top:20px;
}
#mask {
	overflow:hidden;
	width:550px;
	position:relative;
	height:100px;
}
#navigation {
	left:20px;
	top:165px;
	position:absolute;
}
#introduction {
	border-left:0px solid #006A41;
	font-size:13px;
	margin-left:210px;
	padding-left:10px;
	width:500px;
	margin-top:27px;
}
#enquiries {
	font-size:13px;
	margin-left:210px;
	padding-left:10px;
}