body {
	background: #fff url('../images/bg.gif') repeat;
	margin: 0;
	padding: 0;
}

#container {
	margin: 30px auto 0 auto;
	text-align: left;
	width: 899px;
}

#middle {
	background: #fff url('../images/container_bg.gif') repeat-y;
	padding-left: 27px;
	width: 872px;
}

#logo {
	float: left;
	width: 657px;
}

#resbox {
	float: right;
	width: 215px;
}

#resbox_top, #resbox_middle, #resbox_bottom {
	width: 215px;
}
#resbox_middle {
	background-image: url('../images/resbox_bg2.gif');
	background-repeat: no-repeat;
	padding-top: 10px;
	height: 105px;
}

#resbox_bottom {
	height: 16px;
}

#resbox_middle label {
	width: 5em;
	font-size: 10px;
	text-align: right;
	padding-top: 3px; 
	float: left; 
	color: #696a6c;
	font-family: Arial, Helvetica, sans-serif;
}

#formres_party, #formres_date, #formres_time, #formres_submit {
	border: 1px #fff solid;
	background-color: #e9d666;
	margin-left: 5px;
	margin-bottom: 3px;
	font-size: 10px;
	color: #000;
}

#formres_party { width: 20px; }
#formres_month { width: 20px; }
#formres_date { width: 70px; }
#formres_time { width: 70px;}

#formres_submit {
	margin: 5px 0 3px 55px;
	color: #696a6c;
	width: 50px;
}

#nav {
	background: #fff url('../images/nav_bg.gif') repeat-y;
	width: 146px;
	float: left;
}

#content {
	width: 658px;
	float: right;
	margin-right: 0;
	margin-top: 0;
}

#content_top_flash {
	width: 575px;
	float: left;
	margin-top: 20px;
}

#content_top_right {
	width: 83px;
	float: left;
	margin-top: 20px;	
}

#content_bottom_container {
	width: 658px;
}

#content_bottom_left {
	width: 44px;
	float: left;
}

#content_bottom_middle {
	width: 404px;
	float: left;
	background-image: url('../images/content_bg.gif');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4d4f55;
	font-size: 13px;
}

#content_bottom_middle a:link {
	color: #465b69;
}


#content_bottom_middle_gallery {
	width: 515px;
	float: left;
	background-image: url('../images/gallery_bg.gif');
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4d4f55;
	font-size: 10px;
	padding: 15px 30px 30px 30px;
	margin-top: 20px;
}

#content_bottom_middle_gallery_text {
	text-align: center;
	width: 470px;
}

#content_bottom_middle p {
	padding-left: 34px;
	padding-right: 16px;
	margin-top: 0;
}

#content_bottom_right { /*home*/
	height: 145px;
	_height: 166px;
	width: 198px;
	float: left;
	background-image: url('../images/right_smallboxes.gif');
	background-repeat: repeat-y;
	padding-bottom: 99px;	
	
}

#content_bottom_right_photo { 
	width: 133px; 
	height: 49px; 
	float: right; 
	background: url('../images/right_photo_bg.gif') #fff no-repeat; 
	cursor: pointer; 
	position: relative;
	bottom: 30px;
	*bottom: 27px;
	right: 60px;
}


/* Moves the position of the bottom right photo. Needs to be adjusted according to content changes */
/* MUST also be changes in ie6.css and ie7.css */
.content_bottom_right_home { height: 145px; }
.content_bottom_right_menus { height: 303px; }
.content_bottom_right_promo { height: 415px; }
.content_bottom_right_location { height: 604px; }
.content_bottom_right_events { height: 140px;  }

#emailbox {
	font-size:10px;
	margin:0;
	margin-left: 35px;
}

#emailbox input {
	border: 1px #fff solid;
	background-color: #B6B9BB;
	margin-left: 5px;
	margin-bottom: 3px;
	font-size: 10px;
	color: #000;
}

/* Footer Nav */
#footer {
	float: left;
	display: block;
	margin: 20px;
	text-align: center;
	width: 853px;
	color: #efe49b;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer a{ 
	text-decoration: none;
	color: #efe49b;
}
#footer a:hover { color: #d5d7d8; }
