body {
	color: #000;
	background: #2F1C14;
	font-family: "century gothic", Verdana, sans-serif;
	text-align: center;
}
a,
a strong {
	color: #CF560F; /* orange */
}
a:visited,
a:visited strong {
	color: #402625; /* brown */
}
a img {
	border: 0;
}
li {
	padding-bottom: .4em;
}
abbr {
	border: 0;
}
caption {
	margin-bottom: .5em;
	font-size: x-large;
	font-weight: bold;
}
th {
	width: 160px;
	vertical-align: top;
/*	padding-top: 1em;*/
}
blockquote {
	padding-right: 4em;
	color: #996666;
	font-style: italic;
}
.cite {
	font-size: 80%;
	font-weight: bold;
	text-align: right;
}

.video {
	margin: .5em auto;
	padding: .5em;
	text-align: center;
}

.alt {
	background: #FFF7E8;
}

.highlight {
	margin-right: 380px;
	padding: 0 .5em;
	border: 3px solid #402625;
	font-size: 90%;
}
.highlight h2,
.highlight h3,
.highlight h4 {
	text-align: center;
}
.home .highlight {
	width: 594px;
	margin: .5em auto;
	border-color: #CF560F;
	background: #FC9;
}

.disclaimer {
	font-size: smaller;
	color: #444;
}

.book a {
	display: block;
	width: 350px;
	margin: 0 auto;
	padding: 5px 10px;
	background: #CF560F;
	color: #402625;
	text-align: center;
}
.book a:hover {
	background: #402625;
	color: #CF560F;
}

#container {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	background: #FFF;
	color: #000;
}

/* header */
#header {
	padding-top: 1em;
	padding-left: 200px;
	text-indent: -9999px;
}
#header #bizname {
	margin: 0;
	background: url(../images/header.jpg) no-repeat;
}
#header #bizname a {
	display: block;
	width: 540px;
	height: 42px;
}
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header li {
	display: inline;
}
#header a {
	float: left;
	width: 90px;
	height: 85px;
	background: url(../images/header.jpg) no-repeat;
}
#header #home a {
	background-position: 0 -44px;
}
#header #partners a {
	background-position: -86px -44px;
}
#header #program a {
	background-position: -176px -44px;
}
#header #tickets a {
	background-position: -266px -44px;
}
#header #links a {
	background-position: -356px -44px;
}
#header #contact a {
	background-position: -447px -44px;
}

#logo {
	padding: 40px 20px 0 0;
}
#content {
	clear: both;
	background: #FFF;
	padding: 2em 10px 10px;
}
#sidebar {
	float: right;
	width: 370px;
	margin-bottom: 1em;
	text-align: right;
}
#footer {
	clear: both;
	padding: 10px;
	background: #402625;
	color: #FFF;
	font-size: 10px;
	text-align: center;
}
#footer a,
.footer a {
	color: #FFF;
	background: inherit;
}
#footer strong {
	color: #FFF;
}
#sub-menu {
	background: url(../images/menu-bar.jpg) no-repeat;
	padding-top: 36px;
}
#sub-menu ul {
	color: #CB510B;
	list-style: none;
	margin-top: 0;
	font-weight: 700;
}
#sub-menu a,
#sub-menu a:visited {
	color: #CB510B;
	text-decoration: none;
}
#sub-menu a:hover {
	color: #412100;
	text-decoration: none;
}
.restaurantlinks a {
	text-decoration: none;
	color: #412100;
}
strong,
th,
#sub-menu ul .style1,
h1,
h3,
.choc {
	color: #482400;
}
.date,
.total {
	text-align: right;
}

.passimg {
	float: right;
	padding: 10px;
}

table.masterclasstables {
	font-size: 10pt;
	margin: 2em 0;
}

table.masterclasstables th {
	padding-top: 0;
	width: 120px;
	vertical-align: top;
}
table.masterclasstables td {
	vertical-align: top;
}

table.masterclasstables .program {
	width: 330px;
}

/* vevent - microformat */
.vevent .url,
.vevent abbr,
.vevent .location {
	display: block;
}

/* webdev */
#webdev {
	font-size: 10px;
	color: #666;
}
#webdev a,
#webdev a:visited,
#webdev a:active {
	font-size: 1em;
	color: #666;
	text-decoration: underline;
}

#gallery li {
	float: left;
	width: 100px;
	height: 100px;
	margin: .2em;
	list-style: none;
	text-align: center;
	vertical-align: baseline;
}
#gallery a {
	display: block;
	vertical-align: bottom;
	vertical-align: baseline;
	width: 100px;
	height: 100px;
	border: 0;
	text-decoration: none;
}
#gallery img {
	border: 0;
}

/* light box */
#lightbox {
	background-color: #EEE;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails {
	font-size: .8em;
	padding-top: .4em;
}
#lightboxCaption { float: left; }
#keyboardMsg { float: right; }
#closeButton { top: 5px; right: 5px; }
#lightbox img { border: none; }
#overlay img { border: none; }	