html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
body {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100.01%;
	text-align: center;   /* fix for IE 5.x bug to centre wrapper div in the body */
	padding: 20px 0;
	background-color: #000000;
}
* {
	padding:0;
	margin:0;
} /* fix for Opera positioning bug*/
a { 
	color:#000000;
}
/* a:focus is to show when control is via the tabs rather than the mouse - Firefox, not IE6 */
a:hover, a:focus {
	color: #FF0000;
}
#wrapper {
	position: relative;
	display: block;
	width: 760px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	border-style: none;
}
#banner #contbanner {
	display: block;
	margin-bottom: 5px;
}
.bgcolor {
	background: #FFFFFF;
}
.bgcolor2 {
	background: #FDFBE2;
}
.line {
	background: url(../images/midbrown1x1.gif) repeat;
}
#leftcol #nav {
	border-bottom: 1px solid #FDFBE2;
	margin: 0 0 0 0;
	padding-left: 10px;
}
#leftcol #nav ul {
	font-size: 70%;
	background: #FDFBE2;
	margin: 0;
	padding: 0px;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid #AB6014;
}
#leftcol #nav ul li a {
/*	color: #000000;*/
	text-decoration: none;
	margin: 0px;
	padding: 4px 0 4px 6px;
	border-bottom: 1px solid #FDFBE2;
	display: block;
	height: 1%;    /* to make IE make a link clickable along the entire block */
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	background: #FDFBE2;
}
/* a:focus is to show when control is via the tabs rather than the mouse - Firefox, not IE6 */
/*White hover and here*/
#leftcol #nav ul li a:hover, #leftcol #nav ul li a:focus {
	color: #FF0000;
}
#leftcol #nav ul li #here {
	color: #F8A30E;
	text-decoration: none;
	margin: -4px 0 -4px -4px;
	padding: 4px 0 4px 4px;
	display: block;
	/*border-bottom: 1px solid #FDFBE2;*/
}
#nav2 {
	font-size: 90%;
	margin: -6px 0 -4px -6px;
	padding: 0px 0 0px 6px;
	display: block;
	font-weight: normal;
	background-color: #FDFBE2;
}
.here {
	color: #F8A30E;
	text-decoration: none;
/*	display: block;*/
	/*border-bottom: 1px solid #FDFBE2;*/
}
#main h1 {
	font-size: 110%;
	color: #552711;
	margin-bottom: 10px;
}
#main h2 {
	font-size: 90%;
	color: #AB6014;
	margin-top: 15px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main h3 {
	font-size: 100.01%;
	font-weight: bold;
	color: #552711;
}
#main h4 {
	font-size: 90%;
	font-weight: bold;
	color: #552711;
	margin-bottom: 5px;
}
#main h5 {
	font-size: 90%;
	font-weight: bold;
	color: #552711;
	margin-bottom: 15px;
}
#main p {
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: justify;
}
#footer p {
	font: 60% Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #9F672A;
}
#footer a {
	font-size: 70%;
	color: #AB6014;
	font-weight: bold;
}
/* a:focus is to show when control is via the tabs rather than the mouse - Firefox, not IE6 */
#footer a:hover, #footer a:focus {
	color: #FF0000;
}
.space10_10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.spacetop {
	margin-top: 10px;
}
.topmargin20 {
	margin-top: 20px;
}

.darkborder {
	border: 1px solid #4B2B0F;
}
.gold {
	color: #F8A30E;
}
.dark {
	color: #552711;
	font-weight: bold;
}
/*Paragraph text <a> is black and underlined.*/ 
/*Where using "<a class=dark >" in paragraphs, ".dark a" sets the color of the text and "a.dark" removes underlining*/
/*If color is set in a.dark it sets it for all states including hover.*/
.dark a {
	color: #552711;
}
/*a.dark {
	text-decoration: none;
}*/
.info {  /*used for the more info link*/
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
.info a, .rightwho2 a {
	text-decoration: none;
	color: #AB6014;
}
/* a:focus is to show when control is via the tabs rather than the mouse - Firefox, not IE6 */
.info a:hover, .info a:focus, .rightwho a:hover, .rightwho a:focus {
	color: #F8A30E;
}
.brightpara {
	color: #AB6014;
	font-weight: bold;
}
.brightpara a {
	text-decoration: none;
	color: #F8A30E;
}
.tabletext, .justify {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 2px 0 15px 0;
}
.justify {
	text-align: justify;
}
h4 a, .justify a {
	color: #552711;
	font-weight: bold;
}
.smalltext {
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	text-align: justify;
	display: block;
}
#mainbox {
	border: 1px solid #AB6014;
}
#main #mainbox h2 {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	margin-top: 10px;
}
#main #mainbox p {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}
.captions {
	vertical-align: text-top;
	display: block;
	padding: 8px 0 0 185px;
	font: bold 100.01% Verdana, Arial, Helvetica, sans-serif;
}	
.captionimage {
	vertical-align: text-bottom;
	display: inline;
	margin: 0 0 -2px 0;	
}
.homeimage {
	margin: 40px 50px 20px auto;
	position: relative;
}
.headingbox {
	background: #FDFBE2;
	display: block;
	padding: 4px 0;
	width: 100%;
	border: 1px solid #AB6014;
	text-indent: 4px;
}
table.composing h3 {
	margin-bottom: 5px
}
table.brass h3, table.bands h3 {
	margin-bottom: 10px
}
/*style for underlined image in text */
.intextimage {
	vertical-align: text-bottom;
	display: inline;
	margin: 0 0 1px 0;
}
.credits {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
.intro {
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-align: justify;
}
.leftimage {
	float: left;
}
.righttext {
	float: left;
	margin-left: 25px;
    width: 520px;
}
.rightwho {
	float: left;
	margin-left: 20px;
    width: 455px;
	text-align: justify;
}
.rightwho2 {
	float: left;
	margin-left: 20px;
    width: 451px;
	text-align: justify;
}
.clearit {
	clear: both;
	height: 0px;
}
.noimage {
	display: block;
	float: left;
	height: 72px;
	width: 102px;
	padding: 10px 0px 0px 0px;
}
.clearit5 {
	clear: both;
	height: 5px;

