body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #5aa2e0;
}
#container {
	width: 650px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(graphics/bg.gif);
	background-repeat: repeat-y;
}
#banner {
	background-color: #FFFFFF;
	text-align: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#tboxbig {/* large type */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #69aaf1;
	margin-right: 75px;
	margin-left: 75px;
	margin-top: -15px;
	line-height: 24px;
	background-image: url(graphics/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 82px;
}
.floatright {
	float: right;
	margin: 10px 0px 0px 10px;
	
 }
 
#tbox {/* normal type */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-left: 75px;
	margin-top: 5px;
	width: 575px;
	height: 215px;
	overflow:visible;
}

#tboxcustom {/* custom type */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-left: 75px;
	margin-top: 5px;
	width: 575px;
	height: 250px;
}

#tpricehead
{/* normal type */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #69aaf1;
}
#tboxsml{/* copyright type small */
	font-size: 10px;
	color: #666666;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
	text-align: center;
}
#footer{
	background-image: url(graphics/footer-bg.gif);
	background-repeat: no-repeat;
	height: 40px;
	padding-bottom: 10px;
	margin-top: 10px;
}
/*  nav start */
#containernav {
	position: relative;
	width: 650px;
	height: 55px;
	padding: 0;
	margin: 0px;
	background-image: url(graphics/top-bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	}
	
#nav {
	position: absolute;
	top: 32px;
	left: 75px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 22px;
	display: inline;
	width: 500px;
	overflow: hidden;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#nav a {
	float: left;
	padding: 20px 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:20px; /* for IE5/Win */
	margin-right: 2px;
	}
	
#nav a:hover {
	background-position: 0 -24px;
	}
#nav a:active {
	background-position: 0 -48px;
	}
	
	 #nav a.selected {
	background-position: 0 -48px;
	}


#tLodge a  {
	width: 80px;
	background: url(graphics/butt06.gif);
	background-position:top;
	background-repeat:no-repeat;
	}	
	
#thome a  {
	width: 80px;
	background: url(graphics/butt01.gif);
	background-position:top;
	background-repeat:no-repeat;
	}
#tabout a  {
	width: 80px;
	background: url(graphics/butt02.gif);
	background-position:top;
	background-repeat:no-repeat;
	}
#ttodo a  {
	width: 80px;
	background: url(graphics/butt03.gif);
	background-position:top;
	background-repeat:no-repeat;
	}
#tenquiry a  {
	width: 80px;
	background: url(graphics/butt04.gif);
	background-position:top;
	background-repeat:no-repeat;
	}
#tprices a  {
	width: 80px;
	background: url(graphics/butt05.gif);
	background-position:top;
	background-repeat:no-repeat;
	}
/*  nav end */
a:link {
	color: #69aaf1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #69aaf1;
}
a:hover {
	text-decoration: underline;
	color: #69aaf1;
}
a:active {
	text-decoration: none;
}
