/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { background-color: white; list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */

body { font: 14px "Arial", Arial, Verdana, sans-serif; background-color:#fff; color: #0e295f; 
}

#home {
 background-repeat: no-repeat;
 background-image: url(images/header_home.jpg);
 width: 841px; 
 margin: 0 auto; position: relative;
}
#facilities {
 background-repeat: no-repeat;
 background-image: url(images/header_facilities.jpg);
 width: 841px; 
 margin: 0 auto; position: relative;
}
#testimonials {
 background-repeat: no-repeat;
 background-image: url(images/header_testimonials.jpg);
 width: 841px; 
 margin: 0 auto; position: relative;
}
#delegate {
 background-repeat: no-repeat;
 background-image: url(images/header_delegate.jpg);
 width: 841px; 
 margin: 0 auto; position: relative;
}
#contact {
 background-repeat: no-repeat;
 background-image: url(images/header_contact.jpg);
 width: 841px; 
 margin: 0 auto; position: relative;
}
#findus {
 background-repeat: no-repeat;
 background-image: url(images/header_findus.jpg);
 width: 841px; 
 margin: 0 auto; position: relative;
}
#header {
	height: 300px;
	padding-top: 15px;
}
#header h1 {
	visibility: hidden;
}
#content {
	margin:20px;
	overflow: hidden;
}
#leftCol {
	float:left;
	width:380px;
}
#leftCol_findus {
	float:left;
	width:380px;
}
#rightCol {
	float:left;
	width:380px;
	margin-top:100px;
	margin-left: 40px;
}
#rightCol_facilities {
	float:left;
	width:380px;
	margin-top:170px;
	margin-left: 40px;
}
#rightCol_testim {
	float:left;
	width:380px;
	margin-top:140px;
	margin-left: 40px;
}
#rightCol_delegate {
	float:left;
	width:380px;
	margin-top:180px;
	margin-left: 40px;
}
#rightCol_contact {
	float:left;
	width:380px;
	margin-top:190px;
	margin-left: 40px;
}
#rightCol_enquiry {
	float:left;
	width:380px;
	margin-top:350px;
	margin-left: 40px;
}
#rightCol_findus {
	float:left;
	width:380px;
	margin-top:200px;
	margin-left: 40px;
}
#footer {
	clear: both;
}
#menu {
	overflow: hidden;
	padding: 10px;
	background-color: #c7b878;
	margin: 0 auto; position: relative;
	width: 821px; 
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	padding: 5px;
	padding-right: 30px;
	padding-left:35px;
	float: left;
}
#menu a {
	text-decoration: none;
	font-family: "Arial", Arial, Verdana, sans-serif;
	color: #261d77;
}
#menu a:hover{
	color: black;
}
h1 {
	font-weight: normal;
	color: #aaa06f;
	font-size: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}
h2 {
	font-size: 15px;
	color: #0e1c44;
	font-weight: bold;
	margin-bottom: 10px;
}
p{

	margin-bottom: 10px;
}