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

/* headers */
h1 {
	font-size: 14px;	
	margin-bottom: 18px;
}
h3 {
	font-size: 10px;
	margin-bottom: 18px;
}
.alt_color {
	color: #8a1001;
}

/* links */
a:link, a:visited, a:active {
	text-decoration:none;
	color: #fff;
}
a:hover {
	text-decoration:underline;
}

/* content blocks */
#container {
	width: 902px;
	margin: 0 auto;
	background-image: url(../images/bg-content.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#header {
	background-image: url(../images/bg-hdr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 635px;
	width: 902px;
}
#header_alt {
	background-image: url(../images/bg-hdr-alt.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 350px;
	width: 902px;
}

/* vip */
#vip_box {
	float: right;
	width: 450px;
	padding-top: 50px;
	padding-right: 100px;
	height: 200px;
}
#vip {
	background-image: url(../images/bg-vip.png);
	background-repeat: repeat;
	padding: 30px 20px;
	border: 1px solid #F52A09;
	color: #fff;
	font-size: 14px;
}
.mobile_icon {
	padding-left: 70px;
}

/* nav */
#nav_box {
	padding-left: 100px;
}
#nav {
}
#nav ul {
	list-style-type: none;
}
#nav li {
	display: inline;
	padding: 0 15px;
}
#nav li a {
	text-decoration: none;
	text-transform: uppercase;
}

/* featured areas */
#feat_about_box {
	padding-top: 90px;
	padding-right: 25px;
	float: right;
	width: 550px;
}
#feat_about {
	font-size: 14px;
}
#feat_about h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fffc01;
}

#feat_ad_box {
	background-image: url(../images/bg-ad.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 300px;
	width: 300px;	
}

#map_box {
	width: 275px;
	float: left;
	padding-top: 550px;
	padding-left: 50px;
}

#feat_events_box {
	background-image: url(../images/bg-feat-events.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 300px;
	width: 273px;
	padding-left: 27px;
}
#feat_events {
	color: #000;
}
#feat_events h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#feat_specials_box {
	background-image: url(../images/bg-feat-specials.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
	width: 275px;
	float: left;
	margin-left: 1px;
	padding-left: 25px;
}
#feat_specials {
	padding: 10px 80px 10px 10px;
	color: #000;
}
#feat_specials h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#feat_specials a {
	color: #8a1001;
	margin-right: 10px;
}
#feat_photos_box {
	background-image: url(../images/bg-feat-photos.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 224px;
	width: 900px;
	float: left;
	margin-left: 1px;
}
#feat_photos {
	padding-left: 40px;
}
#feat_photos h2 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
}

/* middle */
.content_top {
	background-image: url(../images/bg-mid-top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 20px;
	width: 880px;
}
.content_mid {
	background-image: url(../images/bg-mid-mid.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	width: 880px;
}
.content_btm {
	background-image: url(../images/bg-mid-btm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 880px;
}

/* about page */
#about {
	color: #000;
}
#about h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* menu page */
.menu_title {
	background-color: #fff;
	color: #000;
}

/* events */
#events {

}

/* photos */
#photos {
	color: #000;
}
#photos a {
	color: #8a1001;
}

/* specials */
#specials {
	padding: 0 20px;
}
#specials a {
	color: #000;
}
#specials h2 {

}
.special_content{
	width:375px;
	padding: 10px;
	border: #231F20 solid 4px;
	background-color: #abc937;
	color: #000;
}
.special_content h2 {
	margin-bottom: 10px;
}
.specials_border {
	float:right; 
	border: #231F20 solid 4px;
}

/* contact page */
#contact {
	color: #000;
}
#contact h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#map {
	width: 550px;
	height: 390px;
	border: 1px solid #000;
	color: #000;
}
#map a {
	color: #000;
}
.form_box {
	padding: 10px;
	border: 1px solid #000;
	background-color: #3c3b3b;
	color: #fff;
}
#directionsPanel{
	margin-top: 18px;
	padding: 10px;
	border: 1px solid #000;
	background-color: #3c3b3b;
	color: #fff;
}

/* footer */
#footer_box {
}

