/*HTML Tags*/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #000 url(../img/bkg/body_bkg.gif) fixed repeat-x top;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	text-align: left;
	font-size: 14pt;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 175px;
	color: #009a64;
}
a:link, a:visited {
	text-decoration: none; 
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
table, th, td {
	color: #999;
}
td {
	font-size: 9pt;
}

/* Page */
#page {
	width: 740px; 
	text-align: left; 
	margin: 0px auto 0px auto; 
	font-family: Georgia, 'Times New Roman', Times, serif; 
	color: #999;
}
#header {
	background: url(../img/bkg/header_bkg.jpg) no-repeat top right;
	height: 131px;
}
#header_content {
	height: 95px;
}
/* Navigation */
#nav * {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
#nav {
	margin: 0px 0px 0px 20px; 
	padding-left: 150px;
	height: 30px;
	background: #01452e url(../img/bkg/nav_bkg-2.gif) repeat-x top;
	border-top: 3px ridge #3e2700;
	border-bottom: 3px ridge #3e2700;
}
#nav ul {
	float: right;
}
#nav li {
	display: inline;
}
#nav a {
	text-decoration: none;
	background: none;
	font-weight: bold;
	line-height: 30px;
	padding: 0px 15px 0px 15px;
	float: left;
}
#nav a:link, #nav a:visited, a, h1, th.day {
	color: #ff833d;
}
#nav a:hover{
	color: #fff;
	background: url(../img/bkg/nav_bkg_ro.gif) repeat-x top;
}
body.Menu #nav_Menu a, body.Happy-Hour #nav_Happy-Hour a, body.Location #nav_Location a, body.Contact #nav_Contact a {
	color: #fff !important;
	background: url(../img/bkg/nav_bkg_ro.gif) repeat-x top !important;
}
#logo {
	margin: -40px 0px 0px -26px; 
	position: absolute; 
	z-index: 0;
}

/* Content */		
#content {
	background: #000 url(../img/bkg/content_bkg-5.gif) no-repeat 325px top; 
	padding: 0px 10px 10px 10px;
	display: table-cell;
	width: 740px;
	height: 370px;
}
#RightColumn {
	float: right; 
	margin: 0px 0px 10px 10px; 
	width: 350px;
}

/* Footer */	
#footer {
	border-top: 2px solid #666;
}
#footer a:link, #footer a:visited {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
	text-decoration: underline;
}

/*IDs*/
#happyHour th{
color: #fff;
width: 16%;
background: url(../img/bkg/nav_bkg_ro.gif) repeat-x top;
}
#weeklySpecial {
color: #FFF; 
background: #01452e url(../img/bkg/nav_bkg-2.gif) repeat-x top;
height: 30px; 
font-size: 12pt;
}

/*Classes*/
.largeLetter {
	font-size: 20pt;
}
.name {
	font-weight: bold;
	color: #009a64;
}