body {
	margin: 0px;
	padding: 0px;
}
.mainTblH {
	background-image: url(../images/home/home_bg.jpg);
	background-repeat: repeat-x;
	height: 550px;
}
.mainTblV {
	background-image: url(../images/villa/villa_bg.jpg);
	background-repeat: repeat-x;
	height: 550px;
}
.mainTblL {
	background-image: url(../images/location/location_bg.jpg);
	background-repeat: repeat-x;
	height: 550px;
}
.mainTblR {
	background-image: url(../images/rates/rates_bg.jpg);
	background-repeat: repeat-x;
	height: 550px;
}
.mainTblC {
	background-image: url(../images/condition/condition_bg.jpg);
	background-repeat: repeat-x;
	height: 550px;
}
.mainTblF {
	background-image: url(../images/findus/findus_bg.jpg);
	background-repeat: repeat-x;
	height: 550px;
}
.mainTblCo {
	background-image: url(../images/contactus/contactus_bg.jpg);
	background-repeat: repeat-x;
	height: 550px;
}
.mainTblG {
	background-image: url(../images/gallery/gallery_bg.jpg);
	background-repeat: repeat-x;
	height: 550px;
}
.mainPage {
	height: 546px;
}
.mainHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000000;
	font-size: 18px;
}
.subHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #666666;
	font-size: 14px;
}
.normalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
