	body {
			
		scrollbar-3dlight-color:#333333;
		scrollbar-arrow-color:#800000;
		scrollbar-base-color:#333333;
		scrollbar-darkshadow-color:#000000;
		scrollbar-face-color:#311000;
		scrollbar-highlight-color:#000000;
		scrollbar-track-color:#804000;
		scrollbar-shadow-color:#666666;
		font-family: Courier, Courier New, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 15px;
	}
	#main {
		height: 100%;
		width: 100%;
		overflow: auto;
		padding: 20px;
		background-image: url(/images/backgroundcenter.jpg);
		border: 1px solid #9D511E;
	}
	#pagetitle {
		font-weight: bold;
		font-size: 15px;
		color: #FFCC33;
	}
	#navigation {
		z-index:1; 
		position: absolute; 
		top: 75px;
		left: 15px;
	}
	#namebarDiv {
		position: absolute; 
		width: 100%;
		top: 28px;
		left: 0px;
		padding-left: 361px; 
		padding-right: 123px;
		height: 80px;
		text-align: center;
	}
	a {
		font-weight: bold;
		color: #FFCC33;
		text-decoration: none;
	}
	#reservationLink {
		cursor: hand;
		float: right;
		border: 1px solid #FFCC33;
		background-color:#000000;
		color: #FFCC33;
		font-weight: bold;
		padding: 20px;
	}
