@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	color:#333333;
	font-size: 12px;
	font-style: normal;
	font-family: arial, sans-serif;
/*	background-image:url(../images/landing/bgMain.jpg);
	background-repeat:repeat-x;*/
	background-color:#fff;
	margin: 0 auto 0 auto; 
	padding:0;
}

#master_container {
	position:relative;
	width: 960px;
	z-index:0;
	margin: 0 auto 0 auto;
	padding:0;
	border:3px double #CCC;
	background-color:#fff;
}

.hotelTitles{
	font-size:16px;
	font-weight:bold;
	color:#006666;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.features{
 color:#999;
}

.bottomText{
	color:#999999;
	font-size:11px;
	width:960px;
	text-align:center;
}

.bottomText a:link, .bottomText a:visited, .bottomText a:active{ 
	color:#666666;
}

.bottomText a:hover{ 
	color:#0000FF;
}