@charset "utf-8";
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 752px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	width: 753px;
}

#header {
	height: 89px;
}

#menu_left {
	height: 49px;
	width: 22px;
	float: left;
}
#menu_mid {
	height: 49px;
	width: 708px;
	float: left;
	background-color: #5a4540;
	background-repeat: repeat-x;
}
#menu_right {
	height: 49px;
	width: 22px;
	float: left;
}

#leftColumn {
	float: left;
	height: 401px;
	width: 364px;
	padding-bottom: 30px;
}


#img_left {
	float: left;
	height: 25px;
	width: 15px;
}
#img_mid {
	background-image: url(../images/img_mid.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 25px;
	width: 336px;
}
#img_right {
	float: left;
	height: 25px;
	width: 13px;
}
#bottom_left {
	float: left;
	height: 18px;
	width: 15px;
}
#bottm_mid {
	float: left;
	height: 18px;
	width: 336px;
	background-image: url(../images/imgbottom_mid.gif);
	background-repeat: repeat-x;
}
#imgCenter {
	background-image: url(../images/center_bg.gif);
	background-repeat: repeat-x;
	height: 340px;
	border-right-color: #b5a78e;
	border-left-color: #b5a78e;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}
#bottom_right {
	float: left;
	height: 18px;
	width: 13px;
}
#left_img {
	height: 333px;
	width: 317px;
	padding-left: 20px;
}
#rightColumn {
	float: right;
	height: 401px;
	width: 364px;
	padding-bottom: 30px;
}

.hotel_name {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #5a4540;
	text-decoration: none;
}
#top_img {
	height: 25px;
	width: 364px;
}
#text_bg {
	background-image: url(../images/text_bg.gif);
	background-repeat: repeat-x;
	height: 25px;
	border-right-color: #b5a78e;
	border-left-color: #b5a78e;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}
.footer_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5a4540;
	text-decoration: none;
	
}

