html, body {
	width: 100%;
	height: 100%;
}
body, form {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
body {
	background-color: #333333;
}
.outertbl {
	width: 100%;
	height: 100%;
	background-image: url(graphics/main_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFCFAB;
	padding-top: 15px;
	vertical-align: top;
	text-align: center;
	padding-bottom: 20px;
	color: #663333;
}

/* Text CSS*/

.contenttd {
	vertical-align: top;
	background-color: #FFF5EE;
	background-image: url(graphics/content_tbl/content_middle.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

.content {
	border-top: none;
	vertical-align: top;
	padding: 12px;
	padding-right: 18px;
	text-align: center;
}
.content #div_accent {
	/*text-align: center;*/
	margin-left: 60px;
}
.content #div_accent p {
	margin-top: 15px;
	margin-bottom: 15px;
}
.content #accent {
	display: block;
	background-color: #FFCFAB;
	padding: 6px;
	border: solid 1px #B2816A;
	width: 80%;
	text-align: center;
}
.content #list{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-left: 9px;
	font-size: 13px;
}
.content #list li {
	background-image: url(graphics/level_pointer.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 12px;
}
/* /Text CSS*/

/* Box gallery, promotion, video */
.box {
	width: 50%;
	vertical-align: top;
}
.box #middle {
	background-position: left top;
	background-repeat: repeat-y;
	text-align: center;
	padding-right: 13px;
	padding-left: 5px;
	padding-right: 15px;
}
.box #middle a {
	color: #993333;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.box #middle a:hover {
	text-decoration: underline;
}
.box #middle a img {
	border: solid 1px #999999;
}
.box #bottom {
	height: 35px;
	background-position: left top;
	background-repeat: no-repeat;
}
.box #bottom div {
	display: inline;
	padding-top: 3px;
	padding-left: 12px;
	padding-right: 20px;
}
.box #bottom a {
	text-decoration: none;
	font-size: 10px;
	color: #FFF5EE;
}
.box #bottom a:hover {
	text-decoration: underline;
}
.box #promotion {
	margin-bottom: 5px;
	
}
/* /Box gallery, promotion, video */

/* Language header*/
.language {
	text-align: right;
}
.language img {
	margin: 0px;
	border: solid 1px #924B2B;
}
.language td {
	padding-left: 7px;
	padding-bottom: 10px;
}
/* /Language header */

.title {
	background-image: url(graphics/content_tbl/content_top.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #FFECDE;
	vertical-align: middle;
	text-align: left;
	font-size: 16px;
	color: #663333;
	padding-left: 15px;		
	height: 40px;
}
.fixspacer {
	padding: 0px;
	margin: 0px;
	background-color: #FFE2CD;
}
.small {
	font-size: 10px;
}
.pricetbl {
	width: 450px;
	margin-right: 10px;
}
.pricetbl td {
	padding: 7px;
	text-align: left;
}
.pricetbl #room {
	text-align: left;
	padding: 7px;
	border: solid 1px #C8A595;
	border-top: none;
	background-color: #FFECDE;
}
.pricetbl #price {
	text-align: right;
	border-right: solid 1px #C8A595;
	border-bottom: solid 1px #C8A595;	
	background-color: #FFD9BC;
	width: 20%;
	font-weight: bold;
	color: #9D5D40;
}
.pricetbl ul {
	list-style-type: none;
	font-size: 10px;
	padding: 4px;
	margin: 0px;
	padding-bottom: 10px;
	color: #9D5D40;
}
.pricetbl li {
	padding-bottom: 3px;
}
.pricetbl #title {
	font-weight: bold;
	padding: 6px;
	font-size: 13px;
	background-color: #BE9380;
	color: #FFFFFF;
	border: solid 1px #B2816A;
}
.pricetbl #btntd {
	text-align: right;
	padding-top: 12px;
	padding-right: 0px;
}
.pricetbl #btntd a {
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
	display: block;
	width: 150px;
	font-size: 11px;
	font-weight: bold;
	color: #9D5D40;
	text-decoration: none;
	background-image: url(graphics/btn.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.pricetbl #btntd a:hover {
	padding-top: 6px;
	padding-bottom: 9px;
	background-image: url(graphics/btn_hover.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#noflash {
	font-size: 14px;
	color: #999999;
}
#noflash a {
	color: #EEEEEE;
	margin-left: 5px;
}
#noflash a:hover {
	text-decoration: none; 
}
