/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #faddad;
}
.tbl_home{
	margin-top:10px;
	margin-bottom:10px;	
}
#flash {
  position: relative; /*or absolute*/
  z-index: 0;
}

.body_content {
 text-align: justify;
 vertical-align: top;
 padding: 5px;
}

.tbl_room {
 width: 230px;
}
.tbl_room td {
 padding-left: 25px;
}

#lnk_standard {
 width:214px;
 height:25px;
 background: url(images/standard.gif) no-repeat 0 0;
 text-decoration: none;
}
#lnk_standard:hover {
 width:214px;
 height:25px;
 background: url(images/standard_over.gif) no-repeat 0 0;
 text-decoration: none;
 cursor: hand;
}

#lnk_superior {
 width:214px;
 height:25px;
 background: url(images/superior.gif) no-repeat 0 0;
 text-decoration: none;
}
#lnk_superior:hover {
 width:214px;
 height:25px;
 background: url(images/superior_over.gif) no-repeat 0 0;
 text-decoration: none;
 cursor: hand;
}

#lnk_deluxe {
 width:214px;
 height:25px;
 background: url(images/deluxe.gif) no-repeat 0 0;
 text-decoration: none;
}
#lnk_deluxe:hover {
 width:214px;
 height:25px;
 background: url(images/deluxe_over.gif) no-repeat 0 0;
 text-decoration: none;
 cursor: hand;
}

#lnk_juniorsuite {
 width:214px;
 height:25px;
 background: url(images/junior.gif) no-repeat 0 0;
 text-decoration: none;
}
#lnk_juniorsuite:hover {
 width:214px;
 height:25px;
 background: url(images/junior_over.gif) no-repeat 0 0;
 text-decoration: none;
 cursor: hand;
}

#lnk_thnsuite {
 width:214px;
 height:25px;
 background: url(images/thnsuite.gif) no-repeat 0 0;
 text-decoration: none;
}
#lnk_thnsuite:hover {
 width:214px;
 height:25px;
 background: url(images/thnsuite_over.gif) no-repeat 0 0;
 text-decoration: none;
 cursor: hand;
}