* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	background-color: #55150b;
	background-image: url(../images/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
p { 
	margin-bottom: 18px; 
}

/* headers */
h1 {
	font-size: 14px;	
	margin-bottom: 18px;
}
h3 {
	font-size: 10px;
	margin-bottom: 18px;
}
/* links */
a:link, a:visited, a:active {
	text-decoration:none;
	color:#fff;
}
a:hover {
	text-decoration:underline;
	color:#C09A18;
}

/* content blocks */
#container {
	width:900px;
	margin: 0 auto;
}
#header {
}
.header_nav {
	float: left;
	padding-top: 195px;
}
.header_vip {
	float: right;
	width: 450px;
	padding-top: 195px;
}
.feat_about_box {
	background-image: url(../images/bg-feat-about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 250px;
	width: 900px;
}
#feat_events {
	padding-top: 15px;
	padding-left: 15px;
}
#feat_events h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #ff3910;
}
#feat_specials {
	padding-top: 15px;
	padding-left: 15px;
}
#feat_specials h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #ff3910;
}
#events {
	margin-bottom: 20px;
}
#events h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #ff3910;
}
#event_details {
	margin-bottom: 20px;
}
#event_details h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #ff3910;
}
#menu {
	margin-bottom: 20px;
}
#menu h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #ff3910;
}
#specials {
	margin-bottom: 20px;
}
#specials h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #ff3910;
}
#dynamic {
	margin-bottom: 20px;
}
#dynamic h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #ff3910;
}
#contact {
	width: 800px;
	margin-bottom: 20px;
}
#contact h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #ff3910;
}
.feat_content {
	background-image: url(../images/bg-feat-content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	width: 843px;
	margin: 18px auto;
}
.feat_content_box {
	float: left; 
	width: 270px;
	margin: 5px 0px 5px 5px;
	height: 190px;
}
#content_middle {
	padding-top: 100px;
}
#content_middle h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #ff3910;
}


#menu {color: #000;}
#menu h1 {color: #000; margin-bottom: 20px; }
#menu_nav ul {margin-left:5px; padding:0; list-style:none; text-align:center; margin-left: 5px;}
#menu_nav ul li { float:left; padding:0px; overflow:hidden; border-right:1px dotted #BBB;}
#menu_nav ul li a { color:#111; text-decoration:none; font-size:15px; display:block; padding:3px 11px 3px 11px; text-transform:uppercase;  overflow:hidden;}
#menu_nav ul li a:hover{color:#22A3FF; background-position: 15px 26px;}
#menu_nav ul li.navdiv{background-image: url(../images/nav_div.jpg); width:2px; height: 63px;}
#menu_container{padding:10px 20px 20px 30px;}
