@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #732d17;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.banquet #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #732d17;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

.banquet #mainwrapper {
	width:960px;
	height: 602px;
	z-index:2;
	background-image: url(../images/404/blank_bkg.jpg);
}

.banquet #mainleft {
	padding: 0px;
	float: left;
	height: 575px;
	width: 602px;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../images/404/blank_main.jpg);
}

.banquet #mainright {
	padding: 0px;
	float: left;
	height: 575px;
	width: 358px;
	position: absolute;
	margin-left: 602px;
	margin-top: 0px;
	background-image: url(../images/404/blank_side.jpg);
}

.banquet #mainfooter {
	float: left;
	height: 58px;
	width: 960px;
	position: absolute;
	margin-left: 0px;
	margin-top: 575px;
	background-image: url(../images/404/blank_ftr.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
