body {
	font-size: 0.75em;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #d3d0b8;
	text-align: center;
	margin-top: 50px;
	background: url(../images/bkgnd.jpg) no-repeat center 50% fixed #000000;
	}

p { }

td { }

a:link { }

a:visited { }

a:hover { }

a:active { }

/*Structure Begins*/
#mainWrapper {
	width: 780px;
	margin: 0px auto;
}
#wrapper {
	position: relative;
	width: 778px;
	background:#000;
	border: 1px solid #444343;
 
}
#header {
	width: 778px;
}
#leftColumn {
	position: relative;
	width: 196px;
	float: left;
}
#rightColumn {
	position: relative;
	width: 581px;
	float: right;
	border-left: 1px solid #444343;
}
#content {
	position: relative;
	width: 460px;
	margin: 20px 70px 20px 40px;
	text-align:left;
	
}
#logo {
	width: 196px;
	height: 193px;
    border-right: 1px solid #444343;
	float: left;
}
#nav {
	position: relative;
	width: 196px;
}
#news {
	position: absolute;
	background: url(/images/nav_connect.gif) no-repeat;
	height: 33px;
	width: 196px;
	outline:none;
	display: block;
	text-indent:-9009px;
	bottom: 0;
	left: 0;
}
#twitter {
        margin-top: 30px;
}
#footer {
	color: #e2e2e2;
        padding: 3px;
	font-size: 12px;
        background: url(/images/ft_bg.gif) repeat-x;
        height: 25px;
	text-align: right;
}
.hangLeft {
float: left;
}
/*Structure Ends*/
ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	display:block;
	list-style-type:none;
}
ul li a {
	display:block;
	height:30px; width:196px;
	outline:none;
	text-indent:-9009px;
}
ul li#home a {
	background: url(/images/nav_restaurant.gif) no-repeat;	
}

ul li#menu a {
	background: url(/images/nav_menu.gif) no-repeat;
}
ul li#bar a {
	background: url(/images/nav_bar.gif) no-repeat;
}
ul li#faq a {
	background: url(/images/nav_faq.gif) no-repeat;
}
ul li#press a {
	background: url(/images/nav_press.gif) no-repeat;
}
ul li#contact a {
	background: url(/images/nav_contact.gif) no-repeat;
}
h1 {
	font-family: "Georgia", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 0px;
}
/* Menu Begins */
#mainMenu {
	margin-top: 20px;
    overflow: auto;
	height: 435px;
	width: 534px;
}

table.menu {
	width:510px;
	margin-bottom: 10px;
}

table.menu td {
	padding: 5px 0 8px 0;
}

td.item {
	vertical-align: top;
	text-align: left;
	width: 42%;
}
td.item span.itemName {
	font-weight: bold;
	color: #c3b973;
	font-size: 9pt;
}

td.item span.itemDesc {
	text-transform: none;
	color: #BCBDBF;
	font-size: 8pt;
	line-height: 175%;
}
td.price {
	vertical-align: top;
	text-align: right;
	width: 40px;
	color: #fff;
	font-weight: bold;
}

td.spacer {
	width: 15px;
}
/* Menu Ends */

/* FAQ Begins */
.menuTitle {
	color: #fff;
	margin-bottom:5px;
	text-transform:uppercase;
	font-size: 14px;
        font-weight: bold;
	}

.question {
	color: #c3b973;
	margin-bottom:5px;
	text-transform:uppercase;
	font-weight:bold;
	}
.answer {
	margin-bottom:15px;
	}
#colLeft {
	float: left;
	width: 47%;
}
#colRight {
	float: right;
	width: 47%;
}
/* FAQ Ends */
