@charset "utf-8";
/* CSS Document */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("../images/bg.jpg") fixed repeat-x top #000;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #999;
	text-align: center;
	}
p {
	font-size: 13px;
	line-height: 190%;
	margin-top: 0px;
	margin-bottom: 0px; 
	}
.color_w{
	color:#fff; 
	}
.color_pink{
	color: #FF6699;
	}
.color_gold{
	color: #b7a86a;
	}
.p2 { /* for all table  */
	line-height: 100%; font-size: 16px; font-weight: bold;
	}
.p2_c { /* for all table  */
	line-height: 100%; font-size: 16px; letter-spacing: 3px; 
	}

.point_1 {
	padding: 5px 5px 5px 4px;
	font-size: 12px;
	font-weight: bold ;
	background: url(../images/glossy_bg_2.gif) repeat-x top;
	}
.point_2 {
	font-weight: bold ;
	}
.p_foot {
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #fff;
}
h1 {
	padding: 1px 0px 0px 0px;
	font-size: 15px;
	color: #fff;
	font-weight: bold ;
	/* text-shadow: #fff 2px 2px 2px; */
	position: relative;
	z-index: 1;
	}
.info {
	padding: 10px 10px 0px 15px;
	border-bottom: #88d900 1px solid;
	}
.info_2 {
	padding: 0px 0px 0px 15px;
	}

#main {
	width: 794px; 
	padding: 0px 0px 0px 0px;
	margin: 15px auto 0px auto;  
	/* opera does not like 'margin:20px auto' */
	text-align: center; 
	}
#top{ 
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	border: 0px;
	/* background: #fff; */
	/* opacity: 0.2; */
	/* filter: alpha(opacity=20);*/ /* IE  */
	width: 794px;
	height: 112px;
	}
#content{
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 794px;
	}
#footer{
	margin: 0px auto 5px auto;
	padding-top: 0px;
	background: #fa8610;
	text-align: center;
	width: 794px;
	height: 60px;
	}



a.f_link:link {
	color: #777;
	text-decoration: none;
	}
a.f_link:visited {
	color: #777;
	text-decoration: none;
	}
a.f_link:hover {
	color: #fa8610;
	text-decoration: none;
	}
a.f_link:active {
	color: #fa8610;
	text-decoration: none;
	}

a.link:link {
	color: #fff;
	text-decoration: none;
	}
a.link:visited {
	color: #fff;
	text-decoration: none;
	}
a.link:hover {
	color: #06f;
	text-decoration: none;
	}
a.link:active {
	color: #06f;
	text-decoration: none;
	}


.img_r{ 
	float: right;
	margin: 0 0 0 12px;
	}
.img_l{ 
	float: left;
	margin: 0 15px 0 0;
}

.td1{ /* for top_menu */
	background:#B3B9C1 url(../images/topmenu_bg.gif) repeat-x top;
}
.td2{ /* for info.htm */
	border-bottom: #88d900 1px solid;
	border-left: 6px solid #fa8610;
}
.td3{ /* for info.htm */
	border-bottom: #88d900 1px solid;
}
.td4{ /* for room table */
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 5px 0 5px 0;
	font-size: 13px;
}
.td4_2{ /* for room table */
	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
}