body, html, div, p {
	margin: 0px;
	padding: 0px;
	width: 100%
}

body {
	background-image:url(images/bg_inside.png);
	background-repeat: repeat-x;
	text-align:center;
	background-color: #FFFFFF;
}

div, input, select, textarea, label {
	font-family: 'Lucida Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	color:#996600;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	margin: 0px;
}

h1 {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -2px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 8px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
}

.red {
	color:#CC0000;
}

.home_bg {
	background-image:url(images/bg_gold.png);
}

.floater {
	float: right;
}

#container {
	width: 1000px;
	margin: 0px auto;
	background-repeat:no-repeat;
	background-position: right 48px;
}

#logo {
	margin-top: 20px;
}

#bodytxt {
	text-align: left;
	background-image:url(images/bg_stripes.png);
	background-repeat:no-repeat;
	background-position: bottom;
}

#menubar {
	padding-top: 16px;
	text-align: right;
	height: 32px;
}

#menubar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menubar li {
	display: inline;
}

#menubar a {
	font-size: 14px;
	color:#996600;
	margin-left: 16px;
	padding: 2px;
}

#menubar a:hover, #menubar .active {
	color:#CC0000;
	border-bottom: 2px solid #FFFFFF;
	text-decoration: none;
}

#menubar .active {
	font-weight: bold;
}

#subbodytxt {
	float: left;
	text-align: left;
}

.hideme {
	display: none;
}

#footer {
	float: left;
	margin-top: 20px;
	border-top: 3px solid #F1F1F1;
}

#footer a, #footer div {
	color:#666666;
}

#footer h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}

#footer div {
	padding: 24px;
	font-size: 11px;
	margin:  0px auto; 
	text-align: left;
}

#footer span {
	padding: 24px;
	text-align: right;
}

#footer span, #footer span a {
	color:#CCCCCC;
}

#home_blurb, #home_blurb a {
	color:#FFFFFF;
}

#home_blurb {
	width: 500px;
	margin: 50px;
	height: 274px;
	margin-bottom: 30px;
}

#home_sub {
	float: left;
	margin-left: 50px;
}

#home_sub .pic {
	border: 6px solid #EBEBEB;
	display: block;
	margin: 8px 0;
}

#home_sub div {
	width: 300px;
	float: left;
	margin: 4px 10px;
}

#home_sub .rtline {
	border-right: 1px solid #EBEBEB;
}

.inpages {
	height: 213px;
	margin-bottom: 20px;
}

.content h1 {
	margin-bottom: 10px;
	margin-top: 6px;
}

.content {
	float: left;
	margin-left: 24px;
	width: 580px;
	font-size: 14px;
	color:#666666;
}

.piclist {
	float: right;
	width: 276px;
	background-color: #EBEBEB;
	padding: 12px;
}

.piclist div {
	color:#666666;
	font-size: 11px;
	margin-top: 6px;
	margin-bottom: 10px;
}


.rform .lab {
	position: absolute;
	margin-top: 14px;
	width: auto;
}

.rform .boxes {
	float: left;
	margin-left: 180px;
	background-color:#EBEBEB;
	padding: 6px;
	width: auto;
	margin-bottom: 10px;
}

.rform .spacer {
	clear: both;
}

.rform label {
	margin-right: 10px;
	margin-left: 4px;
}

.rform input, .rform select, .rform textarea {
	font-size: 16px;
	color:#666666;
	font-weight: bold;
}

.rform .subbut {
	background-color:#FFFFFF;
	padding: 0px;
}

.error {
	background-color:#FFFF99;
	border: 1px solid #FFCC00;
	padding: 8px;
	color:#FF0000;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 18px;
}

.divcol {
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-top: 10px;
}

.menu_item {
	float: left;
	width: 300px;
	border-bottom: 3px solid #EBEBEB;
	margin-bottom: 10px;
	background-color: #FBFBFB;
}

.menu_item h1 {
	margin-bottom: 17px;
}

.menu_item a div {
	color:#666666;
}

.menu_item ul {
	padding-right: 10px;
}

.menu_item a:hover {
	text-decoration: none;
}

.menu_item h2 {
	margin: 6px;
}

.menu_pd {
	float: left;
	padding-left: 24px;
	color:#666666;
}

.largebox {
	padding: 4px 8px;
	font-size: 18px;
	font-weight: bold;
}

.homepart {
	background-image:url(images/bg_wheel.png);
}

.aboutpage {
	background-image:url(images/bg_about.png);
}

.contact_page {
	background-image:url(images/bg_contact.png);
}

.menupage {
	background-image:url(images/bg_menu.png);
}

.reservepage {
	background-image:url(images/bg_reserve.png);
}
