@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-attachment: scroll;
	background-color: #339900;
	background-image: url(images/tiki_backer.gif);
	background-repeat: repeat;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#main_wrapper{
	height:auto;
	width: 900px;
	position:absolute;
	top: 0px;
	left:50%;
	margin-left:-450px;
}

#main_content_wrapper{
	height:auto;
	width:849px;
	position:absolute;
	left:50%;
	margin-left:-425px;
	top:199px;
	background-attachment: scroll;
	background-image: url(images/table_backer.jpg);
	background-repeat: repeat-y;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#room_navs_wrapper{
	z-index:5;
	height:auto;
	width: 252px;
    float:left;
	margin-bottom:70px;
    background:#fff;
}

#body_content_wrapper{
    z-index:5;
	height: auto;
	width: 540px;
	border:0px solid #000;
	float:right;
	margin-right:35px;
	margin-bottom:70px;
}

#table_footer{
	width:849px;
	height:70px;
	position:absolute;
	bottom:0px;
	background-image: url(images/table_footer.jpg);
}

#bottom_navs{
	z-index:10;
	left:50%;
	margin-left:-400px;
	width:800px;
	height:30px;
	position:absolute;
	bottom:15px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a {
	outline: none;
}

a:link, a:visited{
color:#000000;
text-decoration:none;
}

a:hover, a:active{
color:#990000;
text-decoration:underline;
}

table.one{
	color: #990000;
}

img.one{
border:1px solid #000;
}

a:hover img.one{
border:1px solid #fff;
}