html {
	overflow-y: scroll;
}
/* font changed from Verdana and all fonts were increased 2px */
body {
	padding: 0px;
	background-color: #ffcc99;
	margin: 0 auto;
	width: 975px;
	font-family: "Comic Sans MS", sans-serif;
	font-size: 14px;
	color: #003366;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
	font-size: 20px;
	color: #3366CC;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: #3366CC;
	font-weight: bold;
}
#wrap {
	border: 2px solid #3366cc;
	width: 975px;
	background-color: #ffffff;
	background-image: url(../images/bg-wrap.gif);
	background-repeat: repeat-y;
}
#main-left {
	width: 225px;
	float: left;
}
#main-right {
	width: 750px;
	float: right;
}
#header {
	height: 200px;
}
#header-bottom {
	height: 24px;
	background-color: #ccff99;
	border-bottom: 1px solid #3366cc;
	border-top: 1px solid #3366cc;
}
#home {
	width: 224px;
	height: 200px;
	float: left;
	border-right: 1px solid #3366cc;
	clear: both;
}
#date-home {
	height: 20px;
	background-color: #ccff99;
	border-top: 1px solid #3366cc;
	border-right: 1px solid #3366cc;
	border-bottom: 1px solid #3366cc;
	width: 209px;
	float: left;
	padding: 2px 0px 0px 15px; /* padding top was 4px before font change */
	clear: both;
}
#date {
	float: left;
	padding: 2px 0px 0px 15px; /* padding top was 4px before font change */
}
#contact {
	float: right;
	padding: 2px 15px 0px 0px; /* padding top was 4px before font change */
}
#navigation {
	width: 224px;
	background-color: #C0DFFD;
	float: left;
	border-right: 1px solid #3366cc;
	clear: both;
}
#flash {
	width: 750px;
	height: 500px;
	background-color: #FFF;
	float: right;
	color: white;
}
#content {
	width: 720px;
	padding: 15px;
	background-color: #FFECD9;
	float: right;
}
#footer {
	text-align: center;
	padding: 10px;
}
#logo {
	float: right;
	margin: 15px 0px 15px 10px;
	padding-bottom: 0px;
}
#logo img {
	border: 1px solid #3366cc;
}
#dining {
	float: right;
	margin: 15px 0px 15px 10px;
	padding-bottom: 0px;
}
#dining img {
	border: 1px solid #3366cc;
}
#dining-first {
	float: right;
	margin: 0px 0px 15px 10px;
	padding-bottom: 0px;
}
#dining-first img {
	border: 1px solid #3366cc;
}
iframe {margin:50px 0px}
/* links */
a {
	color: #ff6600;
	text-decoration: none;
}
a:hover {
	color: #3366cc;
	text-decoration:underline;
}
#header-bottom a {
	color: #003366;
	text-decoration:underline;
}
#header-bottom a:hover {
	color: #003366;
	text-decoration:underline;
}
#footer a {
	color: #003366;
	text-decoration:underline;
}
#footer a:hover {
	color: #003366;
	text-decoration:underline;
}
/* classes */
.clear {
	clear: both;
}
.clear-bar {
	clear: both;
	background-color: #3366cc;
	width: 100%;
	height: 1px;
}
.first {
	margin-top: 0px;
}
#list h2 {
	font-size: 16px;
	color: #3366CC;
	font-weight: bold;
	margin-bottom: 10px;
}
#list ul.first {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	list-style-type: none;
	float: left;
}
#list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
/* images */
img {
	border: 0px;
}
.img-border {
	border: 1px solid #3366cc;
}
.img-left {
	float: left;
	border: 1px solid #3366cc;
	margin-right: 10px;
}
.img-right {
	float: right;
	border: 1px solid #3366cc;
	margin-left: 10px;
}
/* use this with highslide images */
.img-left-nb {
	float: left;
	margin-right: 10px;
}
.img-right-nb {
	float: right;
	margin-left: 10px;
}
/* image gallery */
#gallery {
	clear: both;
}
#gallery span {
	display: block;
	text-align: center;
	padding: 5px 0px 25px 0px;
}
#gallery ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
#gallery li {
	float: left;
	list-style: none;
	padding-left: 12px;
}
#gallery li.first {
	float: left;
	list-style: none;
	padding-left: 0px;
}
#gallery img {
	border: 1px solid #3366cc;
}
/* forms */
form {
	margin: 0px;
	padding: 0px;
}
#contactform {
	margin: 20px 0 0 0;
	padding: 0 0 0 20px;
}
#contactform label {
	font-weight: bold;
	float: left;
	margin: 0 10px 0 0;
}
#contactform label.normal {
	color: #003366;
}
#contactform label.error {
	color: #c80000;
}
#contactform label.normal-nr {
	color: #003366;
	font-weight: normal;
}
#contactform input.normal {
	border: #003366 solid 1px;
}
#contactform input.error {
	border: #c80000 solid 1px;
}
#contactform textarea.normal {
	border: #003366 solid 1px;
}
#contactform textarea.error {
	border: #c80000 solid 1px;
}
#contactform select.normal {
	border: #003366 solid 1px;
}
#contactform select.error {
	border: #c80000 solid 1px;
}
#contactform input, textarea, select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #003366;
}
#contactform input.submit {
	width: 75px;
}
#contactform span {
	color: #c80000;
	font-weight: bold;
	margin: 0 0 0 15px;
}
#contactform span.success {
	margin:0;
}
/* menu */
#menu {
	width: 224px;
	margin: 0px;
	padding: 7px 0px 15px 0px;
}
#menu li {
	list-style-type: none;
}
#menu h3 a {
	font-size: 13px;
	color: #003366;
	line-height: 16px;
	letter-spacing: .1em;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding: 8px 6px 10px 26px;
	background: url(../images/arrow.gif) 14px 45% no-repeat;
}
#menu h3 a:hover {
	background: #b7d4f0 url(../images/arrow.gif) 14px 45% no-repeat;
	color: #FF6600;
}
ul ul li {
	font-size: 12px;
	color: #003366;
	line-height: 14px;
	letter-spacing: .1em;
	text-decoration: none;
}
ul ul li a {
	color: #FF6600;
	text-decoration: none;
}
ul ul li a:hover {
	color: #003366;
	text-decoration: underline;
}
.sub {
	padding-bottom: 10px;
}
