* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #000;
	color: #fff;
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
}
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:#696DD9;
}

/* content blocks */
#container {
	width: 900px;
	margin: 0 auto;
}
#header {
	margin-left: 50px;
}
.header_vip {
	float: left;
	width: 430px;
	padding-top: 70px;
	padding-left: 20px;
}
#vip {
	float:right;
	color: #FFF;
	font-weight: bold;
	background-color: #000;
	width: 300px;;
	margin:40px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #666;
	background-color: #242424;
}
#header_bg {
	background-image: url(../images/bg-hdr.jpg);
	background-repeat:no-repeat;
	width: 475px;
	height: 312px;
	float: left;
	margin-left: 10px;
}
.content_left {
	float: left;
	width: 600px;
}
.content_right {
	float: right;
	width: 300px;
}
#nav_box {
	float: right;
	width: 360px;
	padding-top: 80px;
}

/* dynamic pages */
.alt_color {
	color: #676c97;
}
#feat_about_box {
	background-image: url(../images/bg-feat-about.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 211px;
	width: 466px;
	margin-top: 20px;
	margin-left: 65px;
}
#feat_about {
	padding: 15px 125px 15px 15px;
}
#feat_about h2 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
#feat_specials_box {
	background-image: url(../images/bg-feat-specials.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 210px;
	width: 240px;
	margin-top: 20px;
}
#feat_specials {
	padding: 15px;
}
#feat_specials h2 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
#feat_photos_box {
	margin-top: 20px;
	width: 472px;
	margin-left: 65px;
	background-image: url(../images/bg-feat-photos.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 107px;
	margin-bottom: 20px;
	padding-top: 3px;
	padding-left: 3px;
}
#feat_photos {
	padding: 3px;
}
#photos {

}
#about {

}
#about h2 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
#menu {

}
.menu_title {
	background-color: #242424;
	color: #fff;
}
#contact {

}
#feat_events_box {
	background-image: url(../images/bg-events.png);
	height: 320px;
	width: 471px;
	margin-top: 20px;
	margin-left: 65px;
	background-repeat: no-repeat;
	background-position: center top;
}
#feat_events {
	padding: 15px;
}
#feat_events h2 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
#feat_hours_box {

}
#feat_hours_box h2 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
#social_icons {

}
#middle {
	width: 785px;
	margin: 20px auto;
}
#middle h2 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
#footer {
}
#specials {
	padding: 0 20px;
}
#specials a {
	color: #000;
}
#specials h2 {

}
.special_content{
	width: 300px;
	padding: 10px;
	border: #6966d7 solid 4px;
	background-color: #231f20;
	color: #fff;
}
.special_content h2 {
	margin-bottom: 10px;
}
.specials_border {
	float:right; 
	border: #6966d7 solid 4px;
}

#directionsPanel{
	margin-top: 18px;
	padding: 10px;
	border: 1px solid #000;
	background-color: #313163;
	color: #fff;
}

