@charset "utf-8";
/* CSS Document */

/****************************
		   Setup
****************************/

html {
	height: 100%; width: 100%;
	overflow: scroll;
}

body {
	background: #660000;
	padding:0px;
	height:100%;
	min-height:100%;
}

p {
	padding: 10px 15px 0 15px;
	text-align: justify;
}

p a {
	color: #990000
}

.open  {
	font-size: 17px;
	font-weight: 500;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic
}

h1 {
	padding: 10px 15px 0 15px;
	font-size: 24px;
	font-family: "Times New Roman",Times,serif;
	font-style: italic;
	font-weight: normal;
}

/****************************
		 Structure
****************************/

#fan {
	position: relative;
	z-index: 99;
	top: -160px;
	left: 0px;
	width: auto;
	height: auto;
}

#banner {
	width: 630px; height: 267px;
}

#main-wrap {
	width: auto; min-height: 1100px; height: 1100px;
}

#nav-wrap {
	width: 155px; height: 100%;
	min-height: 700px;
	float: left; margin-left: 10px;
	background: #ffffcc
}

#main-wrap-banquet {
	width: auto; min-height: 900px; height: 900px;
}

#nav-wrap-banquet {
	width: 155px; height: 100%;
	min-height: 900px;
	float: left; margin-left: 10px;
	background: #ffffcc
}

#nav-wrap-banquet img {
	padding: 10px 5px;
	margin: 0px auto;
}

#nav-wrap img {
	padding: 10px 5px;
	margin: 0px auto;
}

#header {
	width: 630px; height: auto;
	margin: 25px auto;
	text-align: center
}

#main {
	width: 630px; height: 100%;
	float: left; margin-left: 10px;
	background: #fff
}

#front-img {
	width: 100%;
	margin: 20px auto;
	text-align: center
}

#hours {
	width: 550px; height: auto;
	margin: 25px auto;
	background: #FDFCC8;
	border: 3px solid #7b0110;
}

#hours p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	line-height: 200%;
	color: 7b0110;
}

#foot-img {
	width: 100%; 
	text-align: center;
	margin: 0px auto;
}

#foot-img img {
	margin: 10px;
}

#address p {
	text-align: center;
	font-size: 14px;
}

#description p {
	text-align: center;
	font-size: 12px;
}

.p-wrap {
	width: 550px;
	margin: 0 auto;
}

#menu-description {
	width: 100%; height: 160px;
	margin: 0 10px 0 10px;
	display: block;
}

#menu-description img {
	width: auto; float: left;
}

#menu-description p {
	width: 60%; float: left;
}

#menu-list {
	width: 100%; height: 60px;
	margin: 55px 0px 0 0px;
	display: block;
}

#menu-list img {
	width: auto; float: left;
	padding: 0 0 0 25px;
}

#menu-list p {
	width: 60%; float: left;
	padding: 0; margin: 15px 0 0 25px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
}
/****************************
	     Navigation
****************************/

#navigation {
    height: auto; width: 115px;
	float: left;
    display: block;
	text-align: center
}

#navigation ul {
    list-style-type: none;
    font-size: 18px;
}

#navigation li {
	margin: 15px auto;
}

#navigation li a {
    display: block;
	font-family: Arial,Verdana;
	font-size: 14px;
	font-weight: 700;
    color: #990000;
	min-width: 100%;
	text-decoration: none;
}
