@charset "utf-8";
* { 
    margin: 0; 
    padding: 0;
}
.clear {
	clear: both;
}
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-attachment: fixed;
	background-color: #000;
	background-image: url(../images/bg-main.png);
	background-repeat: repeat-y;
	background-position: center top;
}
p { 
	margin-bottom: 18px; 
}

/* headers */
h1 {
	font-size: 14px;
	margin-bottom: 18px;
}
h2 {
	font-size: 14px;	
	margin-bottom: 13px;
}
h3 {
	font-size: 10px;
}

/* hyperlinks */
a:link, a:active, a:visited {
	text-decoration:none;
	color:#FFF;
}
a:hover {
	text-decoration:underline;
	color:#000000;
}

/* content blocks */
#container {
	width: 800px;
	margin: 0 auto;
}
#nav {
	margin-top: 18px;
	height: 40px;
	width: 800px;
	background-image: url(../images/bg-nav.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.vip_box {
}
#header {
	background-image: url(../images/bg-hdr.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 118px;
	width: 800px;
}
#feat_about {
	background-image: url(../images/bg-feat-about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 192px;
	width: 800px;
}
#content {
}
.content_left {
	float: left;
}
.content_right {
	float: right;
}
.feat_specials {
	background-image: url(../images/bg-feat-specials.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 183px;
	width: 192px;
	margin-left: 43px;
	margin-top: 10px;
}
.feat_events {
	height: 183px;
	width: 192px;
	margin-left: 43px;
	margin-top: 25px;
}
.feat_photos {
	background-image: url(../images/bg-feat-photos.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 180px;
	width: 459px;
	margin-top: 25px;
}
.middle_top {
	background-image: url(../images/bg-mid-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 54px;
	width: 714px;
	margin-top: 25px;
	margin-left: 43px;
}
.middle {
	background-image: url(../images/bg-mid-mid.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 714px;
	margin-left: 43px;
}
.middle_btm {
	background-image: url(../images/bg-mid-btm.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 6px;
	width: 714px;
	margin-left: 43px;
}
.feat_top {
	background-image: url(../images/bg-feat-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 47px;
	width: 192px;
	margin-left: 43px;
	margin-top: 25px;
}
.feat_mid {
	background-image: url(../images/bg-feat-mid.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 192px;
	margin-left: 43px;
}
.feat_btm {
	background-image: url(../images/bg-feat-btm.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 11px;
	width: 192px;
	margin-left: 43px;
	margin-bottom: 18px;
}

