body {
	background: #fff url(../images/header_bg.gif) 0 0 repeat-x;
	color: #666;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
h1 {
	color: #222;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h2 {
	border-bottom: 6px solid #f4eac1;
	color: #555;
	font-size: 16px;
	font-weight: normal;
	margin: 30px 0 10px 0;
	padding: 0 16px 4px 16px;
}
h3 {
	color: #555;
	font-size: 14px;
	font-weight: normal;
	padding: 0 16px;
}
p {
	margin: 10px 0;
	padding: 0 16px;
}
q {
	display: block;
	font-size: 12px;
	margin: 10px 0 0 0;
}
q:before, q:after {
	content: "";
}
cite {
	display: block;
	font-style: italic;
	font-size: 12px;
	margin: 4px 0 20px 0;
	text-transform: uppercase;
}
a {
	color: #900;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border-width: 0;
}

table {
	border-collapse: collapse;
}
td {
	color: #666;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	vertical-align: top;
}

form {
	margin: 0;
}
fieldset {
	border-width: 0;
}
label {
	display: block;
}
input, select, textarea {
	font-family: Helvetica, Arial, sans-serif;
	margin: 4px 0 10px 0;
	padding: 1px;
	width: 190px;
}
textarea {
	width: 195px;
	height: 80px;
}
fieldset.buttons {
	text-align: right;
}
fieldset.buttons input {
	width: auto;
}

#container {
	margin: 0 auto;
	width: 800px;
}
#header {
	position: relative;
}
#header h1 {
	height: 146px;
}
#header h1 a {
	background: transparent url(../images/logo.gif) 0 0 no-repeat;
	display: block;
	height: 146px;
	overflow: hidden;
	text-indent: -9999px;
	width: 248px;
}
#header ul {
	height: 50px;
	margin: 12px 0 0 0;
	padding: 0;
	width: 800px;
}
#header li {
	background: transparent url(../images/menu_separator.gif) 0 18px no-repeat;
	float: left;
	height: 50px;
	line-height: 50px;
	list-style-type: none;
	margin: 0 32px 0 0;
	padding: 0;
}
#header li.first {
	background-image: none;
}
#header li a {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
}
#header li a:hover,
.photos #header .photos a,
.about #header .about a,
.events #header .events a,
.menus #header .menus a,
.contact #header .contact a {
	background-position: 0 -50px;
}
#header .photos a {
	background-image: url(../images/menu_photos.png);
	width: 161px;
}
#header .about a {
	background-image: url(../images/menu_about.png);
	width: 102px;
}
#header .events a {
	background-image: url(../images/menu_events.png);
	width: 83px;
}
#header .menus a {
	background-image: url(../images/menu_menus.png);
	width: 140px;
}
#header .contact a {
	background-image: url(../images/menu_contact.png);
	width: 124px;
}
#header address {
	background: transparent url(../images/address.png) 0 0 no-repeat;
	height: 16px;
	left: 280px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 124px;
	width: 454px;
}
#footer {
	font-size: 11px;
	margin: 0 0 30px 0;
}
#main {
	background-color: #f9f3df;
	border: 1px solid #e4e1d8;
	min-height: 400px;
	padding: 8px 30px;
}
#main img {
	border: 10px solid #333;
}

.clear {
	clear: both;
}

.col1 {
	float: left;
	margin: 0 30px 0 0;
}
.col2 {
	float: left;
}
.about .col1,
.events .col1 {
	width: 470px;
}
.about .col2,
.events .col2 {
	width: 230px;
}
.menus .col1 {
	width: 350px;
}
.menus .col2 {
	width: 350px;
}
.contact .col1 {
	width: 230px;
}
.contact .col2 {
	width: 470px;
}
.thankyou .col1 {
	float: none;
	width: auto;
}

.photos #main {
	background-color: transparent;
	border-width: 0;
	min-height: 450px;
	padding: 8px 30px;
}
.photos .categories {
	background-color: #f9f3df;
	border: 1px solid #e4e1d8;
	height: 30px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.photos .categories li {
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 0 10px;
	padding: 0;
}
.thumbs {
	float: left;
	height: 440px;
	list-style-type: none;
	margin: 10px 0;
	overflow: hidden;
	padding: 0;
	width: 160px;
}
.thumbs li {
	margin: 2px 0;
	padding: 0;
	width: 150px;
}
.thumbs li img {
	border: 1px solid #ddd !important;
	padding: 5px;
}
#mainPhoto {
	float: left;
	margin: 12px 0 0 6px;
	width: 560px;
}
#mainPhoto img {
	border: 1px solid #ddd !important;
	padding: 5px;
	width: 560px;
}
.pagination {
	background-color: #f9f9f9;
	border: 1px solid #e1e1e1;
	clear: both;
	width: 100%;
}
.pagination a {
	color: #444;
	text-decoration: none;
}
.pagination a:hover {
	color: #900;
}
.pagination td {
	padding: 4px 8px;
	text-align: center;
}
.pagination ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.pagination li {
	display: inline;
	margin: 0 4px;
}
.pagination td {
}
.pagination .prev {
	padding-left: 16px;
	text-align: left;
	width: 120px;
}
.pagination .next {
	padding-right: 16px;
	text-align: right;
	width: 120px;
}
.pagination .current {
	color: #900;
	font-size: 14px;
	font-weight: bold;
}

.about ul {
	list-style-type: none;
	margin: 0 20px;
	padding: 0;
}
.about li {
	margin: 6px 0;
	padding: 0;
}

.testimonials,
.menu,
.newsletter {
	background-color: #f9f3df;
	background-image: none;
}
.testimonials #container,
.menu #container,
.newsletter #container {
	margin: 0 auto;
	width: 700px;
}
.testimonials #main,
.menu #main,
.newsletter #main {
	border-width: 0;
}
.testimonials ul,
.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.testimonials li,
.menu li {
	margin: 4px 0;
	padding: 0;
}
.newsletter #main img {
	border-width: 0;
}

.infoWindow {
	font-family: Georgia, serif;
	padding: 20px 8px 0 8px;
	width: 350px;
}
.infoWindow h2,
.infoWindow h3,
.infoWindow p {
	border-width: 0;
	margin: 0 0 10px 0;
	padding: 0;
}
.infoWindow h3 {
	margin: 10px 0 0 0;
}
.infoWindow table {
	margin: 0 auto;
	width: 320px;
}
.infoWindow td {
	padding: 2px 6px;
	vertical-align: : top;
}
.infoWindow form {
	margin: 0 auto;
	width: 320px;
}
.infoWindow form p {
	margin: 0;
}
.infoWindow input {
	width: 300px;
}

.menus img {
	margin: 20px;
}
.menu {
	text-align: center;
}
.menu h2 {
	text-align: left;
}
.menu h3 {
	border-bottom: 2px solid #f4eac1;
	margin: 16px auto 2px auto;
	text-align: center;
	width: 25%;
}
.menu ul {
	margin: 0;
	padding: 0;
}
.menu li {
	line-height: 15px;
	margin: 10px 0;
	text-align: center;
}
.sampleMenus {
	list-style-type: none;
	margin: 0 30px;
	padding: 0;
}
