html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-image: url(images/bkgrd.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #2b1b00;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454547;
	text-align: left;
	line-height: 1.4em;
}
.heading1 {
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #3A2605;
	text-align: left;
}
.heading2 {
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #B57000;
	text-align: left;
}
.heading3 {
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #B57000;
	text-align: left;
}
.heading5 {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #B57000;
	text-align: left;
}
.heading4 {
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #B57000;
	text-align: left;
}
hr {
	width: 100%;
	border-top: 1px;
	height: 1px;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
}
.subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #454547;
	text-align: left;
}
a:link {
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #3A2605;
}
a:visited {
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #3A2605;
}
a:hover {
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #3A2605;
}

ul.TickList {
	list-style-image: url('images/tick.jpg');
	margin-left: 20px;
	padding-left: 20px;
	color: #333333;
	text-align: left;
}

#showsBox {
   overflow:auto;clip:auto;width:480px;height:500px 
}

#showsTable {
	width:100%; table-layout:fixed; 
}

#bioBox {
   overflow:auto;clip:auto;width:500px;height:500px 
}

#bioTable {
	width:100%; table-layout:fixed; 
}
