html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#303030;
	
	font-family:arial,sans-serif;
	font-size:small;
	color:#333;
	line-height: 1.5em;
}

h1 { 
	font:1.5em georgia,serif; 
	margin:0 0 10px 0;
}

h2 {
	font:small-caps 1.1em georgia,serif; 
	margin:0 0 4px 0;
	padding: 0;
	font-weight: bold;
}
	h1, h2, a {
		color:#a71212;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

img {
	border: 0;
}	

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:942px;
	background:#f3f3f3;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
	border-left: 4px solid #fff;  
	border-right: 4px solid #fff;
}

#logo {
	position: absolute;
	top: 0;
	left: 35px;
	height: 153px;
	width: 229px;
}

div#hdr {
	height: 34px;
	background:#fff;
	padding: 72px 0 0 300px;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

#topNav {
	height: 34px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #dadada;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}

	#topNav li {
		float: left;
		display: block;
	}
	
	#topNav li a {
		height: 34px;
		margin: 0;
		padding: 5px 10px;
		float: left;
		border-right: 1px solid #dadada;
		text-decoration: none;
		outline: none;
	}

	#topNav li a:hover, #topNav .active {
		padding-top: 3px;
		height: 32px;
		border-top: 2px solid #666;
		background-color: #dadada;
		outline: none;
	}
	
	#topNav .home {
		background: url("/images/nav_home.gif") top left no-repeat;
		border: 1px solid red;
	}
	
	/* #topNav */

div#body {
	padding: 30px 0; /* bottom padding for footer */
	background: #f3f3f3 url("/images/bg_body.gif") repeat-x top left;	
}

	#body .left {
		float: left;
		width: 299px;
	}
	
		#nav {
			width: 90%;
			margin: 20px auto;
			padding: 0;
			list-style: none;
		}
		
		#nav li {
			margin: 0 0 2px 0;
			padding: 0;
		}
		
		#nav a {
			display:block;
			background: #666;
			color: #fff;
			padding: 2px 5px;
			font-weight: bold;
			text-decoration: none;
		}
		
		#nav a:hover {
			background: #a71212;
		}
	
		#nav .active {
			background: #a71212;
		}
		
		.left p {
			margin: 20px 20px 20px 50px;
		}
	
	#body .right {
		width: 615px;
		padding-right: 20px;
		float: right;
		margin-bottom: 25px;
	}
	
	.first {
		margin-top: 20px;
	}
	
	.wide {
		clear: both;
		width: 100%;
		background-color: #fff;
		border-top: 4px solid #fff;
		border-bottom: 2px solid #fff;
		margin-bottom: -4px;
	}

#happyHour h3 {
	font-size: 15px;
	margin: 0;
	padding: 0;
}

div#ftr {
	position:absolute;
	height: 20px;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#666;
	border-top: 2px solid #fff;
	border-bottom: 4px solid #fff;
}
	div#ftr p {
		padding:1em;
		margin:0;
	}

.menuDesc, .menuPrice, .menuSubtitle {
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
}

.menuDesc {
	font-style: italic;
	font-size: 1.25em;
	margin-bottom: 7px;
}

.menuPrice {
	font-size: 1em;
	color: #666666;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 8px;
	width: 100px;
	border-bottom: 1px dashed #ccc;
}

.menuSubtitle {
	margin: 5px 0;
	font-weight: normal;
	font-size: .9em;
	color: #333;
}	

.clear {
	clear: both;
	padding: 0;
	margin: 0;
}