* {
	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;
}
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;
}

/* content blocks - front page */
#container {
	width: 1000px;
	margin: 0 auto;
}
#header {
	background-image: url(../images/bg-hdr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 400px;
}
#vip_box {
	height: 195px;
	width: 355px;
	margin-left: 323px;
}
#vip {
	background-color: #000000;
	border: 1px solid #7E1617;
	height: 172px;
	padding: 10px;
}


/* nav */
#nav_box {
	background-image: url(../images/bg-nav.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 50px;
}
#nav {
	padding-top: 15px;
	padding-left: 25px;
	height: 50px;
	font-size: 11px;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	display: inline;
	padding: 0 30px 0 15px;
	background-image: url(../images/bg-nav-line.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#nav li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;

	height: 50px;
}

/* featured areas */
#feat_about_box {
	background-image: url(../images/bg-about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 55px;
	min-height: 190px;
}
#feat_about {
	font-size: 14px;
}
#feat_about h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#feat_events_box {
	background-image: url(../images/bg-feat-event.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 310px;
	width: 220px;
	margin: 18px 0px 0px 0px;
}
#feat_events {
	padding: 45px 10px 5px 10px;
}
#feat_events h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#feat_specials {

}
#feat_specials h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#feat_content_box {

}

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

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

/* contact page */
#contact {
}
#contact h2 {
}
#map {
	width: 400px;
	height: 390px;
	border: 1px solid #000;
	color: #000;
}
#map a {
	color: #000;
}
.form_box {
	padding: 10px;
	border: 1px solid #000;
	background-color: #2d0c03;
}
#directionsPanel{
	margin-top: 18px;
	padding: 10px;
	border: 1px solid #000;
	background-color: #2d0c03;
	color: #fff;
}

/* content blocks */
#content {

}
#content img {
	margin-right: 10px;
}
.content_left {
	float: left;
	width: 225px;
	padding: 18px 0;
}
.content_left ul {
	list-style-type: none;
}
.content_left li {
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px 0;
}
.content_left li a {
	margin-left: 30px;
	font-size: 14px;
}
.content_right {
	float: right;
	width: 775px;
	margin: 18px 0px 0px 0px;
}

/* footer */
#footer_box {
}
#feat_photos_box {
	background-image: url(../images/bg-photos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 140px;
	padding-top: 55px;
	width: 750px;
}
#feat_photos {
	padding-top: 25px;
}
.rotate {
	float: left;
}
.rotate img {
	margin-right: 10px;
	margin-bottom: 10px;
}
.feat_about_area {
	float: left;
}
