﻿body, html {
	margin: 0;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 13px;
	scrollbar-base-color: lime;
}
a {
	text-decoration: none;
}
a:link {
	color: green;
}
a:visited {
	color: purple;
}
a:hover {
	color: lime;
}
a:active {
	color: yellow;
}
a:visited:hover {
	color: lime;
}
TABLE {
	width: 100%;
}
TD {
	font-size: 13px;
	vertical-align: top;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
}
h6 {
	font-size: 13px;
	margin: 2 0 2 4;
	font-family: comic sans ms, tahoma, helvetica, sans-serif;
	color: #006;
}
h5 {
	font-size: 14px;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	color: #006;
	font-weight: 700;
}
h4 {
	font-size: 16px;
	margin: .5em .5em 1 0;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	color: #006;
	font-weight: 700;
}
h3 {
	font-size: 18px;
	margin: .5em 0 -1 0;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	color: #006;
	font-weight: 700;
}
h2 {
	font-size: 22px;
	margin: 4 0 0 0;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	color: #006;
	font-weight: 700;
}
h1 {
	font-size: 26px;
	margin: 4 0 -1 -1;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	color: #006;
	font-weight: 700;
}
p {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 2 0 0.5em 0;
}
#headerLeft {
	margin: 1em;
	height: 140;
	width: 30%;
	float: left;
}
#headerright {
	margin: 2em;
	height: 140;
	width: 510;
	float: right;
}
#navtop {
	width: 100%;
	background: #336 url('../images/navtop-bak.jpg') repeat-x;
	border-top: 2px solid purple;
	border-bottom: 2px solid purple;
	color: #66FF33;
	font-weight: bold;
	padding: 3px 3px 5px 3px;
	text-align: center;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
}
navtop a {
	display: inline-block;
}
#navtop a:link {
	color: lime;
}
#navtop a:visited {
	color: lime;
}
#navtop a:hover {
	color: yellow;
}
#navtop a:active {
	color: white;
}
#navtop a:visited:hover {
	color: yellow;
}
#main {
	margin: auto 10px;
}
#contentleft {
	width: 70%;
	padding: 10px;
	float: left;
}
#contentright {
	margin: 10px;
}
#footer {
	width: 100%;
	border-top: 1px solid purple;
	padding: 2 0 1em 0;
}
#footer p {
	text-align: center;
	font-size: small;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
}
.cleardiv {
	clear: both;
}
ul {
	list-style-type: square;
	margin: 1em;
	padding-left: 1em;
}
li {
	margin: 2px 1em;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 13px;
}
hr {
	color: #660033;
	height: 1px;
	width: 100%;
	margin: 2 0 1 0;
}
img.right {
	float: right;
	margin: 5px 0px 5px 5px;
	border: 1px solid #808080;
}
img {
	border: 0px none;
}
table.products {
	border: 2px outset #99FF66;
	width: 98%;
	border-collapse: collapse;
}
table.products td {
	padding: 3px;
	border: 2px inset #99FF99;
	width: 33%;
	vertical-align: top;
	text-align: center;
}
img .border {
	border: thin solid #666633;
}
strong {
	font-weight: 700;
	color: #800080;
}
.reservation {
	border: thin inset #800080;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: x-small;
	width: 250px;
	padding: 2px;
}
.button {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: x-small;
	font-weight: 600;
	color: #FFFF00;
	background-color: #800080;
	border: medium outset #800080;
}
