html, body {
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
} 

body {
	color: #ffbd00;
	background-color: #3d1117;
	font-family: "Tahoma", "Arial";
	text-align:center;
}

img {
	border: 0px;
}

a:link {
	color: #fff600;
	text-decoration: none;
}
a:visited {
	color: #fff600;
	text-decoration: none;
}
a:hover {
	color: #fff600;
	text-decoration: none;
}

table.booking td {
	padding-bottom: 10px;
	vertical-align: top;
	font-size: 14px;
}

p {
	margin: 0px;
}

p.content {
	text-indent: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}

p.center {
	padding-bottom: 2px;
	font-size: 14px;
	text-align: center;
}

img.bio  {
	vertical-align: text-top;
	margin-right: 5px;
	border: solid #ffbd00 1px;
	float: left;
}

img.vimg  {
	border: solid #ffbd00 1px;
}

p.bio {
	text-align: center;
	padding-bottom: 10px;
	font-size: 14px;
}

p.bio img{
	border: solid #ffbd00 1px;
}

h1 {
	font-size: 20px;
	letter-spacing: 0px;
	margin-top: 30px;
	margin-left: 110px;
	text-align: left;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
	margin-top: 30px;
	text-align: center;
}

#container {
	width: 585px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 100px;
	text-align: left;
	min-height: 100%;
	overflow: hidden;
}

#leftcolumn {
	background-image: url(images/left.gif);
	background-color: transparent;
	width: 40px;
	float: left;
}

#maincolumn {
	background-color: transparent;
	width: 505px;
	position: relative;
	float: left;
}

#rightcolumn {
	background-image: url(images/right.gif);
	background-color: transparent;
	width: 40px;
	float: left;
}

#leftcolumn, #rightcolumn {
	padding-bottom: 20000px !important;
	margin-bottom: -20000px !important;
}

#content {
	text-align: justify;
	width: 499px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	background-color: transparent;
	text-align: center;
	font-size: 10px;
	height: 35px;
	margin-top: -35px;
	margin-right:auto;
	margin-left:auto;
	position: relative;
}

ul.error li {
	font-size: 14px;
}

.event {
	font-size: 14px;
	width: 450px;
	border: 0px;
	margin-left: auto;
	margin-right:auto;
}

.whereandwhen {
	text-align: left;
	width: 100px;
	vertical-align: top;
}

.whereandwhen h3 {
	padding-top: 5px;
	font-weight: bold;
	font-size: 14px;
		width: 350px;
}

.whatandhow {
	text-align: justify;
	text-indent: 10px;
	width: 367px;
	vertical-align: top;
}

.whatandhow h3  {
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	padding-top: 5px;
		width: 367px;
}

#linkbar {
	height: 25px;
	width: 100%;
	border-top: solid #ffbd00 1px;
	border-bottom: solid #ffbd00 1px;
	background-color: #3d1117;
	text-align: center;
}

#linkbar ul {
	margin: 0px;
	padding: 0px;
	font-family: "Tahoma", "Arial";
	font-size: 14px;
	color: #ffbd00;
	line-height: 25px;
}

#linkbar li {
	list-style-type: none;
	display: inline;
}

#flashPlayer {
	float:left;
	width:101px;
	padding: 0px;
	height: 25px;
}

#linkbar li a {
	float:left;
	width:101px;
	text-decoration: none;
	padding: 0px;
	color: #fff600;
}

#linkbar li a:link {
	color: #fff600:
}

#linkbar li a:visited {
	color: #fff600;
}

#linkbar li a:hover {
	width:101px;
	font-weight: bold;
	color: #3d1117;
	background-color: #eeac00;
}

#linkbar li a:active {
	width:101px;
	font-weight: bold;
	color: #fff600;
	background-color: #ffbd00;
}

#gallery {width:114px; height:400px;}
#gallery ul {list-style:none; padding:0; margin:0; width:100%; position:relative; float: right;}
#gallery ul li {display: inline; width:52px; height:52px; float:left; margin:0 0 5px 5px; text-align:center;}
#gallery ul li a {display:block; width:50px; height:50px; text-decoration:none; border:1px solid; border-color: yellow;}
#gallery ul li a img {display: block; width:50px; height:50px; border:0;}
#gallery ul li a:hover {white-space: normal; border-color:#ffbd00;}
#gallery ul li a:hover img {position:absolute; top:0px; left: 119px; width:auto; height:auto; max-height: 392px; max-width: 375px; border:1px solid; border-color: yellow;}
