body {
	margin: 0px;
	padding: 0px;
	top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	overflow: hidden;
	
	scrollbar-face-color: #FFFFFF;
    scrollbar-shadow-color: #333333;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #333333;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #333333;
}
#SubContentIFrame {
	height: 339px;
	width: 532px;
	background-attachment: fixed;
	background-image: url(../images/gradfill.jpg);
	background-repeat: repeat-x;
	overflow: auto;
}
#subTable {
	margin: 0px;
	padding: 0px;
	height: 339px;
	width: 532px;
}
#divText {
	width: 518px;
	overflow: auto;
	position: absolute;
	left: 15px;
	top: 40px;
	height: 300px;
}
#txtHeading {
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	height: 10px;
	width: 520px;
	left: 16px;
	top: 5px;
	bottom: 5px;
}
#tariffTable {
	width: 450px;
}

#tariffTable, #tariffTable td, #tariffTable th {
	border: 1px solid;	
	border-collapse:collapse;
}

.Special1 {
	background-image: url(../rooms/images/winter1.gif);
	background-repeat: no-repeat;
	background-position: left;
}
