body
{
    margin: 0;
	background-color: #241B00;
	color: #fff;
	text-align: center;
	
	font: 10pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a, a:hover, a:link, a:visited 
{
	text-decoration: none;
	color: #6CA6E5;
	font-size: 1.1em;
	font-weight: bold
}

img 
{
	border-width: 0;
}

#wrap 
{
    margin: 0 auto;
	width: 800px;
	height: 900px;
	background: url(images/bg.gif);
	
	/*border: 1px solid #8B7D6A;*/
}
#wrap-bg-bottom
{
	height: 100%;
	background: url(images/bg-bottom.gif) no-repeat right bottom;
}
#wrap-bg-statue 
{
	height: 100%;
	background: url(images/statue.gif) no-repeat right bottom;
}

#wrap-bg-banner 
{
	height: 100%;
	background: url(images/banner.gif) no-repeat;
}

#banner {
	height: 110px;
	padding-top: 8px;
}

#menu {
	border-bottom: 2px solid yellow;
}

#left 
{
	float: left;
	width: 84px;
	
	padding: 0 8px 8px 8px;
	
	/*border: 1px solid yellow;*/
}

#middle {
	float: left;
	
	width: 590px;
	/*height: 100%;*/

	color: #fff;
	
	/*border: 1px solid yellow;*/
}

#right 
{
	float: right;
	width: 96px;
	
	/*border: 1px solid blue;*/
}

.frame img {
	border: 6px solid #845F67;
}

/* Room Rate */
#room-wrap
{
	width:680px; 
	/*height:980px;*/
	
	/*border: 1px solid #916888;*/
}

#room 
{
	height:450px;
}

#room .room-info 
{
	height:324px;
	color:#fff;
	text-align:left; 
}

#room div.photo 
{
	float:left; 
	width:320px; 
	height:324px; 
	text-align:center;
}

#room div.photo img 
{
	border: 6px solid lightgrey;
}

#room .room-nav 
{
	height: 140px;
	width: 680px;
	overflow-y: hidden;
	overflow: scroll;

	/*background-color: #916888;*/
	padding: 4px, 8px, 4px, 8px;
}

#room .room-nav-2 
{
	height: 140px;
	width: 680px;

	padding: 4px, 8px, 4px, 8px;
}

#room .room-nav table td, #room .room-nav-2 table td  
{
	width: 120px;
	height: 120px;
	background-color: #916888;

	text-align: center;
	padding-right: 6px;
	padding-left: 6px;
}
#room .room-nav img, #room .room-nav-2 img  
{
	cursor: hand;
	border: 2px solid #e0e0e0;
}

.room-type 
{
	color: #FCB116;
	font-size: 1.1em;
	font-weight: bolder;
	letter-spacing: .1em;
}

.bold 
{
	font-size: 1.05em;
	font-weight: bolder;
}

.emphasis 
{
	font-size: 1.2em;
	font-weight: bolder;
}

.caption 
{
	color: #fff;
	font-size: 1.05em;
	font-weight: bolder;
}


/* Guest */
#guest-wrap
{
	float: left;
}
.guest 
{
	width: 680px;
	height: 241px;
	/*background-color: #65305A;*/
	
	border: 1px solid #845F67;
}
.guest .photo-left, .guest .photo-right
{
	float: left;
	width: 324px;
	
	padding: 8px;
}
.guest .photo-left 
{
	text-align: left;
}
.guest .photo-right
{
	text-align: right;
}
.guest .comment 
{
	float: left;
	width: 340px;
	height: 241px;
	
	background-color: #51004C;
	color: #fff;
	
	text-align: left;
}

/* Contact */
#address 
{
	text-align: left;
	padding: 16px;
}

#address .caption 
{
	color: #C1B59D;
	font-size: 1.2em;
	font-weight: bolder;
	
	letter-spacing: .2em;
}