/* INTERIOR PAGE RULES */

div#container {
	padding: 160px 0px 0px 0px;
	background: transparent url("/images/backgrounds/interior_main_background.jpg");
	background-repeat: no-repeat;
}

	#header h1.history {
		background: transparent url("/images/misc_elements/fishing_tale_icon.jpg");
	}

	#header h1.menu {
		background: transparent url("/images/misc_elements/menu_order_icon.jpg");
	}

	#header h1 {
		float: left;
		display: inline;
		margin: 0px 0px 0px 110px;
		width: 200px;
		height: 145px;
		background-repeat: no-repeat;
	}

div#body_text {
	position: relative;
	width:300px;
	right: -95px;
	margin: 0px 0px 20px 80px;
	height: 473px;
	line-height: 20px;
	text-align: justify;
	overflow: hidden;
}

* html div#body_text {
}
	
	p#signature {
		margin: 25px 0px 0px 0px;
		width: 220px;
		height: 60px;
		background: transparent url("/images/misc_elements/lady_luck_signature.jpg");
		background-repeat: no-repeat
	}
	
		#signature span {
			display: none;
		}

/* SCROLLABLE DIV */

div#body_text_content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 255px;
}

/* INTERIOR SCROLLBARS */

div#main_scrollbars {
	position: absolute;
	top: 0px;
	left: 275px;
	z-index: 500;
}


/* MENU OFFERINGS SUB NAVIGATION */

ul#menu_sub_navigation {
	position: absolute;
	top: 328px;
	left: 47px;
	width: 320px;
	list-style: none;
}

	#menu_sub_navigation li {
		height: 70px;
	}

	a#place_an_order_link {
		background: transparent url("/images/navigation/place_an_order_button.gif");
	}
	
	a#in_shore_catering_link {
		background: transparent url("/images/navigation/in_shore_catering_button.gif");
	}

	#menu_sub_navigation li a {
		margin: 0px 0px 0px 0px;
		width: 320px;
		height: 70px;
		display: block;
		background-position: 0px 0px;
		background-repeat: no-repeat;
	}

	#menu_sub_navigation li a:hover {
		background-position: -320px 0px;
	}

		#menu_sub_navigation li a span {
			display: none;
		}


/* RULES FOR ADDITIONAL MENU INFORMATION */

div#additional_menu_information {
	position: absolute;
	top: 530px;
	left: 47px;
	padding: 0px 25px;
	width: 270px;
	height: 60px;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
}
