#container {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 960px;
	height: 500px;
	margin-top: -250px; /* half of the height */
	margin-left: -480px;
}
#topbar {
	height: 20px;
	width: 100%;
	background-image: url(images/topbar.png);
	background-repeat: repeat-x;
	text-align: right;
	line-height: 20px;
}
#container_scroll {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
#topbar a {
	color: #FFFFFF;
	text-decoration: none;
}
#topbar a:hover {
	text-decoration: underline;
}
body {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
}
p {
	margin: 0px;
	line-height: 1.5em;
}
#nav {
	height: 25px;
	width: 948px;
	text-align: left;
	color: #A5B3B5;
	line-height: 1.8em;
	padding-left: 10px;
	font-size: 13px;
	border: 1px solid #A5B3B5;
	background-color: #FFFFFF;
}
#nav a:hover {
	background-color: #A5B3B5;
	color: #FFFFFF;
}
#nav a {
	color: #A5B3B5;
	text-decoration: none;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-transform: uppercase;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
}
#main_txt h2 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-transform: uppercase;
}
#main_txt {
	background-color: #ECF1F1;
	padding: 20px;
	width: 669px;
	float: left;
	color: #879294;
	line-height: 1.4em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #A5B3B5;
	border-right-color: #A5B3B5;
}
li {
	line-height: 1.5em;
	margin-left: -20px;
}
ul {
}
#main_txt h1 {
	font-size: 18px;
	padding-bottom: 5px;
}
.form {
	font-size: 12px;
	color: #8D999A;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#Enquiryform {
	font-size: 12px;
	color: #737C7E;
}
#left a {
	color: #FFFFFF;
	text-decoration: underline;
}
#left a:hover {
	text-decoration: none;
}
a {
	color: #879294;
}
a:hover {
	text-decoration: none;
}
