HTML, BODY {
	margin: 0;
	padding: 0;
	width: 100%;
	}

BODY {
	background: white;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	}

.b-header {
	height: 150px;
	background: #ffd200 url(/images/header-background.jpg) top left no-repeat;
	border-bottom: solid 1px #009;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	}

	.h-site_name {
		margin: 0;
		padding: 15px 0 0 0;
		}

	.b-site_name {
		color: #000;
		margin: 0 0 15px 0;
		padding: 0;
		display: block;
		font-size: 26px;
		}

	.b-main_menu {
		margin: 0;
		padding: 0;
		list-style-type: none;
		}

		.b-main_menu LI {
			margin: 0;
			margin-right: 15px;
			padding: 4px;
			float: left;
			background: #999;
			}

			.b-main_menu LI A {
				display: block;
				float: left;
				color: #309;
				font-weight: bold;
				font-size: 16px;
				background: #fff;
				padding: 7px 7px 7px 7px;
				text-decoration: none;
				}

				.b-main_menu LI A:hover {
					background: #fff;
					}



.b-license {
	width: 270px;
	height: 50px;
	font-size: 12px;
	color: black;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	}


.b-advertising {
	width: 370px;
	font-size: 12px;
	color: black;
	position: absolute;
	top: 85px;
	right: 0;
	background: white;
	border-bottom: solid 5px #ccc;
	border-left: solid 5px #ccc;
	filter:alpha(opacity=95);
        -moz-opacity:0.95;
        -khtml-opacity: 0.95;
        opacity: 0.95;
	}

	.b-advertising-header {
		background: #f94;
		color: white;
		margin: 0 0 0 0;
		padding: 5px 0;
		font-weight: bold;
		text-align: center;
		}

	.b-advertising-text {
		color: black;
		margin: 0 0 0 0;
		padding: 5px 5px 10px 5px;
		}

	.b-advertising IMG {
		margin-bottom: 15px;
		margin-right: 15px;
		}


.b-content {
	background: #fff url(/images/content-top-background.jpg) top left repeat-x;
	}

	.b-inner-content {
		background: transparent url(/images/content-bottom-background.jpg) bottom left repeat-x;
		padding: 30px 15% 95px 30px;
		}

		h2.b-page-title {
			margin-top: 15px;
			font-size: 24px;
			color: #920;
			}

		h2 {
			font-size: 20px;
			color: #000;
			}

		h3 {
			font-size: 18px;
			color: #000;
			}

		h4 {
			font-size: 16px;
			color: #000;
			}


.b-footer {
	height: 150px;
	background: #fff url(/images/footer-background.jpg) top left repeat-x;
	border-top: solid 1px #ddd;
	}

	.b-copyrights {
		padding: 0;
		text-align: center;
		}




.b-room {
	background: transparent;
	border: solid 1px #eee;
	padding: 15px;
	margin-bottom: 75px;
	clear: both;
	}

	.b-room-name {
		background: transparent;
		border-left: solid 10px #edc;
		margin-left: -15px;
		padding-left: 5px;
		clear: both;
		border-top: solid 1px #eee;
		margin-top: 0;
		}


.b-other-rooms {
	background: white;
	}

	.b-other-rooms A {
		background: yellow;
		padding: 5px;
		color: red;
		font-weight: bold;
		}



.b-prices-table {
	border: solid 1px #999;
	border-collapse: collapse;
	font-size: 14px;
	}

	.b-prices-table TD {
		border: solid 1px #999;
		padding: 4px;
		}

	.b-prices-table TH {
		border: solid 1px #999;
		padding: 4px;
		background: yellow;
		}







