@charset "UTF-8";
body {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}
#base {
	background-image: url(../images/base.png);
	height: 508px;
	width: 961px;
	background-repeat: no-repeat;
	background-position: center center;
}
#flash {
	float: left;
	height: 468px;
	width: 390px;
	font-family: Georgia, serif, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
#enquiry {
	float: left;
	height: 368px;
	width: 290px;
	font-family: Georgia, serif, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding-left: 100px;
	padding-top: 100px;
	background-color: #D9D5CD;
}
.heading {
	font-family: Georgia, serif, sans-serif;
	font-size: 16px;
	color: #999999;
}
#slide {
	float: left;
	height: 468px;
	width: 390px;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#menu a.current {
	font-weight: bold;
	text-decoration: none;
}
#text img {
	padding-left: 1px;
}
#menu {
	float: right;
	width: 270px;
	font-family: Georgia, serif, sans-serif;
	font-size: 12px;
	padding-top: 7px;
	text-align: left;
	color: #FFFFFF;
}
#text {
	font-family: Georgia, serif, sans-serif;
	font-size: 12px;
	width: 513px;
	float: right;
	padding-top: 120px;
	padding-left: 20px;
	padding-right: 30px;
	text-align: left;
	line-height: 20px;
}
#text a {
	color: #520A02;
	text-decoration: underline;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	width: 140px;
	float: right;
	background-color: #2F0501;
	text-align: center;
	height: 13px;
	padding-top: 3px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	color: #999999;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

