body {
	background-image:url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #000000;
	margin: 0 auto;
}

#container {
	width: 900px;
}

/*////// BEGIN HEADER //////*/

#header {
	margin: 55px 0 0 0;
	background-image:url(images/titlenew.gif);
	background-repeat: no-repeat;
	width: 900px;
	height: 55px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 1px 0 0 25px;
	position: absolute;
	z-index: 2;
}

#nav {
	margin: 0 0 15px 15px;
	width: 725px;
	padding: 5px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #353535;
	text-align: center;
}

/*////// BEGIN CONTENT //////*/

#main {
	margin: 50px 0 0 100px;
	width: 750px;
	padding: 75px 0 0 0;
	background-color: #2f2f2f;
	background-image:url(images/cbg.gif);
	background-repeat: repeat-y;
	background-position:left;
	position: absolute;
	z-index: 1;
}

#content {
	margin: 0 0 15px 15px;
	width: 540px;
	float: left;
	background-color: #353535;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 15px;
}

#footer {
	margin: 0 0 15px 15px;
	width: 625px;
	background-color: #353535;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	float: left;
	padding: 10px;
	text-align: center;
}

#menu_dinner {
	 display:none
}

#menu_dinner hr {
	width: 80%;
}

#menu_lunch {
	 display:none
}

#menu_lunch hr {
	width: 80%;
}

#menu_happyhour {
	 display:none
}

#menu_happyhour hr {
	width: 80%;
}

#menu_liquor {
	 display:none
}

#menu_liquor hr {
	width: 80%;
}

#menu_wine {
	 display:none
}

#menu_wine hr {
	width: 80%;
}



/*////// BEGIN MODULES //////*/

.side {
	margin: 0 0 15px 600px;
	padding: 10px;
	width: 130px;
	background-color: #4e4e4e;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.side ul {
	list-style-image:url(images/bullet.gif);
}

/*////// BEGIN TEXT MODIFIERS //////*/

a {
	color: #ff8a00;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #ff8a00;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #ff8a00;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

h2 {
	color: #ff8a00;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 18px;
	font-weight: normal;
}

.smallheader {
	color: #ff8a00;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 14px;
	font-weight: normal;
}

.menuhead {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 12px;
	font-style: italic;
}

.menucolumn {
	width: 50%;
	vertical-align: top;
}

.menucolumn hr {
	width: 80%;
}

.centered {
	text-align: center;
}
