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

body {
	text-align: center;
	color:#333333;
	font-size: 12px;
	font-style: normal;
	font-family: arial, sans-serif;
	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;
}

.clear{clear:both}

.noFlash-bg
{
	background-image:url(../images/landing/middleComp.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:433px;
	position:relative;
}


.west-link{
	display:block;
	width:350px;
	height:350px;
	position:relative;
	top:70px;
	float:left;	
	/*border:1px solid #F00;*/
}

.east-link{
	display:block;
	width:380px;
	height:280px;
	position:relative;
	top:120px;
	float:right;	
	/*border:1px solid #F00;*/
}
