body {
	background-color: #ffffff;
	margin: 0px;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 11px;
	color: #000000;
}

p, font, td, th, div, span {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 11px;
	color: #000000;
}

a {
	color: #0066CC;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

.main {
	background-image: url(images/main_bg.png);
}

.content {
	padding: 0px 7px 0px 13px;
}

.catalog {
	background-image: url(images/catalog_bg.png);
	width: 293px;
	padding-top: 2px;
}

.catalog_title {
	background-image: url(images/catalog_titlebg.png);
}

.catalog_title a {
	display: block;
	background-image: url(images/catalog_titlebg.png);
	padding: 3px 6px 3px 7px;
	border: 0px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.catalog_title a:hover {
	background-image: url(images/catalog_titlebg-hot.png);
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.catalog_content {
	padding: 3px 10px;
}

.catalog_star {
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 3px;
}

.hotellist {
	background-image: url(images/hotellist_bg.png);
	width: 161px;
	padding: 0px 4px 0px 0px;
}

.hotellist a {
	display: block;
	background-image: url(images/hotellist_cold.png);
	padding: 3px;
	border: 0px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

.hotellist a:hover {
	background-image: url(images/hotellist_hot.png);
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

.hotel_main {
	background-image: url(images/hotel_bg.png);
	vertical-align: top;
}

.hotel_left {
	vertical-align: top;
	padding-right: 4px;
	width: 287px;
}

.hotel_right {
	vertical-align: top;
	width: 290px;
	padding-right: 7px;
}

.hotel_title {
	width: 280px;
	padding: 4px 5px;
	background-image: url(images/hotel_hoteltitle.png);
	text-align: center;
	font-weight: bold;
}

.hotel_content {
	padding: 5px 11px;
}

.sitemap_main {
	width: 192px;
	border: 1px solid #809578;
	padding: 1px;
	vertical-align: top;
}

.sitemap_head {
	background-color: #B3D2A6;
	padding: 2px 5px;
	text-align: center;
	font-weight: bold;
}

.sitemap_head a {
	display: block;
	background-color: #B3D2A6;
	color: #000000;
	text-decoration: none;
}

.sitemap_head a:hover {
	background-color: #809578;
	color: #ffffff;
	text-decoration: none;
}

.sitemap_content {
	padding: 2px 8px;
}

.sitemap_box {
	width: 50%;
	padding: 0px 1px 2px 1px;
	text-align: center;
}

.foot {
	background-image: url(images/foot.png);
	height: 24px;
	padding: 4px 10px 2px 10px;
	text-align: center;
	vertical-align: middle;
	color: #CCCCCC;
}

.foot a {
	color: #FFFFFF;
	text-decoration: underline;
}

.foot a:hover {
	color: #FFFF00;
	text-decoration: none;
}

.index_right {
	background-image: url(images/index_textbg.png);
	color: #ffffff;
	padding: 18px;
	width: 216px;
	vertical-align: top;
	text-align: justify;
}

.index_right p {
	color: #FFFFFF;
	text-align: justify;
}

.index_foot {
	background-image: url(images/index_foot.png);
	height: 24px;
	padding: 5px 10px 9px 10px;
	text-align: center;
	vertical-align: middle;
	color: #CCCCCC;
}

.index_foot a {
	color: #FFFFFF;
	text-decoration: underline;
}

.index_foot a:hover {
	color: #FFFF00;
	text-decoration: none;
}