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

/* 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: 430px;
}
#vip_box {
	padding-top: 55px;
	padding-left: 280px;
}
#vip {
	margin-right: 154px;
	background-color: #272727;
	height: 157px;
	padding: 10px 20px 20px 20px;;
}

/* nav */
#nav_box {
	padding-top: 115px;
}
#nav {
	padding-left: 330px;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	display: inline;
	padding: 0 15px;
}
#nav li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
#nav li a:hover {
	color: #fba908;
}

/* featured areas */
#feat_about_box {
	background-image: url(../images/pic-twins-logo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 172px;
}
#feat_about {
	margin-left: 10px;
	margin-right: 202px;
}
#feat_about h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#feat_events_box {
	background-image: url(../images/bg-feat-events.jpg);
	background-repeat: no-repeat;
	height: 360px;
	width: 310px;
}
#feat_events {
	padding: 20px;
}
#feat_events h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 13px;
	margin-top: 2px;
}
#feat_events a {
	color: #fff;
}
#feat_specials {

}
#feat_specials h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#feat_photos_box {
	background-image: url(../images/bg-feat-photos.jpg);
	background-repeat: no-repeat;
	height: 145px;
	width: 519px;
	margin-top: 5px;
	padding-top: 30px;
	padding-left: 30px;
	background-position: center top;
}
#feat_content_box {

}

/* content */
#content {
	margin: 18px 65px;
}

.mid {
	background-color: #272727;
	border: #3e2409 solid 4px;
	padding: 20px;
}

/* 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: 550px;
	height: 390px;
	border: 1px solid #000;
	color: #000;
}
#map a {
	color: #000;
}
.form_box {
	padding: 10px;
	border: 1px solid #000;
	background-color: #666666;
}
#directionsPanel{
	margin-top: 18px;
	padding: 10px;
	border: 1px solid #000;
	background-color: #666666;
	color: #fff;
}

/* footer */
#footer_box {
}

/* content */
#content_right {
	float: right;
	width: 555px;
	margin-right: 55px;
}
#content_left {
	float: left;
	width: 310px;
	margin-left: 75px;
}

