html {
	height: 100%;
	margin: 0px;
}

body {
	background: #777576 url(../images/background.jpg) repeat-x;
	height: 100%;
	margin: 0px;
}

#container {
	height: 100%;
	margin: 0px auto;
	position: relative;
	width: 1000px;
}

#header {
	background: url(../images/header.jpg);
	height: 150px;
	margin: 0px;
	position: relative;
	width: 1000px;
}

#menu {
	height: 50px;
	margin: 0px;
	overflow: visible;
	position: relative;
	width: 1000px;
	z-index: 99;
}

#body {
	border-right: 1px solid #FFFFFF;
	height: 1000px;
	position: relative;
	width: 999px;
}

#promotions {
	background: #666666;
	border-left: 1px solid #FFFFFF;
	float: left;
	height: 1000px;
	position: relative;
	width: 299px;
}

#content {
	height: 1000px;
	left: 300px;
	position: absolute;
	width: 699px;
}

#footer {
	clear: both;
	height: 30px;
	margin: 0px auto;
	position: relative;
	width: 1000px;
}

#content_banquets_rooms {
	background: transparent;
	height: 1000px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	width: 699px;
}

#banquets_rooms_header {
	background: url(../images/banquets_header.jpg);
	height: 170px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	width: 699px;
}

#banquets_rooms_body_top {
	background: url(../images/content_body.jpg);
	height: 190px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	width: 699px;
}

#banquets_rooms_body_bottom {
	background: #FFFFFF;
	height: 690px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	width: 699px;
}

#banquets_rooms_footer {
	background: url(../images/content_footer.jpg);
	height: 50px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	width: 700px;
}

#banquets_rooms_heading {
	background: transparent;
	margin: 0px;
	left: 20px;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	top: 190px;
}

#banquets_rooms_info {
	background: transparent;
	color: #666666;
	font-family: Verdana;
	font-size: 14px;
	left: 20px;;
	line-height: 20px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	text-align: left;
	top: 260px;
	width: 600px;
}
