BODY {
	margin: 0px; /* bottom margin is for IE-win */
	padding: 0px;
	/* set font-family for the whole page */
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/bg.jpg);
	font-size: 80%; 
	/* for IE5.x-win to center wrapper */
	text-align: center; 	
	line-height: 150%;
	color: #333;
}

#wrapper{
	width: 749px;
	margin : 0px;
	padding: 0px;
	border: 1px solid #999;
	border-bottom: 0px;
	border-top: 0px;
	background-color: #F3EED1;
	/*repeated properties to overcome some browser bug, don't remember which browser, though... */
	margin-left : auto;
	margin-right : auto; 
	text-align: left; /* reset text alignment */
}

* html body #wrapper{width: 751px; widt\h: 749px;}

img{border:0px; margin: 0px; padding: 0px}

/*------------------------------------*/
* html body img{
  	margin-left: -6px;   /* for IE5.x/win */
	mar\gin-left: 0px;  /* for other IE versions */
	margin-right: -6px;   /* for IE5.x/win */
	mar\gin-right: 0px;  /* for other IE versions */
}
/*------------------------------------*/

#header{
	background: url(../images/header-bg.gif) transparent repeat-x top left;
	width: 749px;
	height: 123px;
	padding: 0px;
	margin: 0px;
	clear: both;
}

#header img{
	padding: 0px;
	display: inline;
	float: left;
	margin: 0px;
}

* html body #header img{
  	margin-left: -6px;  
	mar\gin: 0px;
}

#nav {
	float: right;
}

p{
	font-family: "Georgia", "Times New Roman", Times, serif; 
	margin-left: 40px;
	margin-right: 32px;
}


ul{
	line-height: 190%;
}

ol{
	line-height: 190%;
}

ul li{
	list-style-image: url(../images/bullet-point.gif);
	margin-top: 16px;
	padding-left: 8px;
	margin-right: 40px;
	margin-left: 22px;
}

ul.menu-items{
	line-height: 140%;
	text-align: center;
}

ul.menu-items li{
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 3px;
	list-style: none;
	list-style-image: none;
}

.menu-price{
	font-weight: bold;
	font-size: 90%;
	text-align: center;
}


#banquets-nav-items{
	float: left;
	width: 526px;
}

#banquets-nav-items img{
	float: left;
}

#footer{
	width: 749px;
	display: block;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-color: #FEF3D7;
	border-top: 1px dashed #999;
}

#footer p{
	margin: 0px 0px 0px 135px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-align: left;
	font-size: 80%;
	color: #999;	
}

#footer img {
	float: right;
	margin: 20px 20px 0 0;
}

.faq-question, .menu-name-title{
	font-size: 120%;
	font-variant: small-caps;
	font-weight: bold;
	color: #5F5C3C;
	margin-left: 25px;
}

.menu-name-title{
	font-size: 130%;
	text-align: center;
	margin-left: 35px;
}

.menu-subsection{
	font-weight: bolder;
	font-size: 180%;
	text-align: center;
	color: #792D09;
	background-color: #E8DEBC;

}

