body {
	background-color: 0A4667;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.caps {
	font-variant: small-caps;
	color: #FFFFFF;
}
.link {
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
}
.no_tile_bg {
	background-image: url(images/bottom_banner.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.brunch_bg {
	background-image: url(images/brunch_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.location_bg {
	background-image: url(images/location_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.contact_bg {
	background-image: url(images/contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.coupon_bg {
	background-image: url(images/coupon_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.sportsbar_bg {
	background-image: url(images/ocean.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.cater_bg {
	background-image: url(images/cater_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.form_bg {
	background-image: url(images/form/form_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.cursor {
	cursor: hand;
}
.textbox {
	background-color: #CA973A;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #8E4912;
	border-right-color: #8E4912;
	border-bottom-color: #8E4912;
	border-left-color: #8E4912;
}

