*	{margin: 0;	padding: 0;}
body	{
	background: url(../images/bgd-r-1.gif) repeat;
	font: 13px 'trebuchet ms',verdana,arial,sans-serif;
	margin-top: 40px;
	line-height: 19px;
	text-align: center;
}
#wrapper	{
	width: 716px;
	margin: 0px auto;
	background: #333;
}
#top	{
	width: 716px;
	background: url(../images/bgd-r-1.gif) repeat;
	border-bottom: 2px solid #333;
}
#logo { 
	width: 200px; 
	position:relative; 
	top: 20px; 
	left: 5px; 
	z-index: 1 
}
* html #logo {
	top: 40px;
	left: -250px;
}
#popleft	{
	float: left;
	width: 255px;
	background: inherit;
}
#pop	{
	width: 460px;
	background: #333;
	float: right;
	margin-top: -17px !important;
	margin-top: 0;
	
}
#pop p	{
	color: #B59F64;
	font-size: 80%;
	padding: 0 3px;
	text-align: right;
	font-weight: bold;
}
#pop a	{
	color: #B59F64;
	text-decoration: none; 
}
#pop a:hover	{
	text-decoration: none;
	color: #F4D98E;
}
#container { 
	padding: 4px; 
	background: #fff;
	margin: 0px auto;
	width: 704px !important;
  	width /**/:712px; /* <ie6 */
  	text-align: left;
}
#left { 
	float: left; 
	background: #94777F;
	width: 200px; 
	min-height: 375px;
	height: auto;
}

* html #left {	/* for ie */
	height: 375px;
}

/* nav */
#navlist	{
	margin: 50px 10px;
}
#navlist ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #B29D9B;
}
#navlist li { 
	border: 1px solid #B29D9B; 
}
#navlist a {
	font-size: 90%;
	color: #eee;
	text-decoration: none;
	display: block;
	border-right: 1em solid #8F666B;
	border-bottom: 1px solid #8F666B;
	padding: 0px 8px;
	margin: 4px 0 0 0;
	background: inherit;
}
#navlist a:hover	{
	border-color: #F4D98E; 
	color: #333;
}
#subnavlist li a	{
	border: 0;
	border-right: 0.5em solid #8F666B;
	border-bottom: 1px solid #8F666B;
	padding: 0px 4px;
	margin: 0 0 0 20px;
}
/*========== main content div ==========*/
#right { 
	float: right;
	width: 500px;
}

/* room strip show */
#strip {
	margin-top: -1px; 
	padding:0; 
	height:375px; 
	overflow:auto; 
	width: 500px;
}
#strip ul {
	margin:0; 
	padding:0; 
	list-style: none; 
	white-space: nowrap; 
	display:table-row;
}
#strip ul li {
	display:table-cell; 
	padding:0 5px; 
	color: #94777F; 
	background:#DFE3CF; 
	border-bottom:1px solid #888; 
	vertical-align:top;
}
#strip ul li img {
	border:1px solid #555; 
	margin: 0px;
}
* html #strip ul li {
	display: inline; zoom: 1; 
	padding:0 5px; 
	color: #94777F; 
	background:#DFE3CF; 	
	border-bottom:1px solid #888; 
	vertical-align:top;
}
/* text pages */
#rightTitle {
	width: 500px;
	background: #DFE3CF;
	min-height: 375px;
}
* html #rightTitle {	
	height: 375px;
}
#rightTitle h1	{
	font-size: 130%;
	color: #94777F;
	font-weight: bold;
	padding: 5px;
}
#rightTitle p	{
	font-size: 90%;
	color: #666;
	margin-top: 10px;
	padding: 5px;
}
#rightIndex	{
	float: left;
	width: 140px;
	padding: 0 5px;
}
#rightIndex p	{
	font-size: 90%;
	border-top: 3px solid #94777f;
	line-height: 200%;
	margin-top: 0px;
	padding: 5px;
	color: #94777F;
}
#rightIndex ul	{
	margin: 3px;
	list-style-type: none;
}
#rightIndex li	{
	font-size: 80%;
	margin-top: 10px;
}
#rightIndex	a	{
	color: #94777F;
	text-decoration: none;
}
#rightIndex	a:hover	{
	color: #94777F;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
#rightContent	{
	float: right;
	width: 350px;
}
#rightContent p	{
	font-size: 90%;
	color: #666;
	margin-top: 10px;
}
#rightInfoContent	{
	background: #DFE3CF;
	height: 155px;
	overflow: auto;
}
#rightInfoContent h3	{
	font-size: 110%;
	color: #94777F;
	font-weight: bold;
	padding: 5px;
}
#rightInfoContent p	{
	font-size: 90%;
	color: #666;
	margin: 0;
	padding: 5px;
}

/*========== footer and low nav areas ==========*/
#lownav	{
	width: 700px;
	margin: 1px 0 auto;
}
#lownav ul	{
	list-style-type: none;
	text-align: left;
}
#lownav li	{
	display: inline;
	border-right: 2px solid #ccc;
	font-size: 75%;
	margin:0;
	padding: 0;
}
#lownav li a	{
	color: #ccc;
	text-decoration: none;
	margin: 0 5px;
	font-weight: bold;
	padding: 0;
}
#lownav a:hover	{
	color: #F4D98E;
}
#footer	{
	color: #fff;
	width: 716px;
	margin: 0px auto;
	padding: 10px 0  ;
	background: #9C818A;
	text-align: left;
}
#footer p	{
	font-size: 85%;
	color: #ddd;
	margin: 5px 0;
	padding: 0 10px;
}
#footer a	{
	color: #ddd;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover	{
	text-decoration: underline;
}
.clrb	{clear: both; height: 0px; overflow: hidden;}
