#browseralert {
	visibility: hidden;
	display:none;
	height: 0px;
	}

#page {
		width: 750px;
		/*height: 100%;*/
		margin-left:auto;
		margin-right:auto;
		position:relative;
		background-color: #000000;
}

html, body {
		height: 100%;
		margin-top: 0px;
		background-color: #000000;
		background-image: url(../images/bgpattern.png);
		background-repeat: no-repeat;
		background-position: top center;
	}
	
body_secondary {
		height: 100%;
		margin-top: 0px;
		background-color: #000000;
		background-image: url(../images/bgpattern.png);
		background-repeat: repeat-y;
		background-position: top center;
	}

/*Begin Header Styles*/
	#homeheader {
		background-image: url(../images/headers/8thbbheader.jpg);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		margin-top: 0px;
		width: 750px;
		height: 163px;
		border-left: 1px solid #666666;
		border-right: 1px solid #666666;
	}
	
	#homeheader h1.imagelink {
		display: block;
		width: 750px;
		height: 163px;
		margin-top: 0px;
		margin-bottom: 0px;
		}
		
	#homeheader a.hide {
		text-decoration: none;
		display: block;
		width: 750px;
		height: 163px;
		margin-top: 0px;
		margin-bottom: 0px;
		}
		
	#subheader {
		background-image: url(../images/subheader.jpg);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		margin-top: 0px;
		max-width: 1284px;
		min-width: 723px;
		height: 127px;
		/*margin-bottom: -11px;*/
		margin-bottom: 10px;
		border-bottom: 1px solid #996666;
	}
	
	#subheader h1.imagelink {
		display: block;
		max-width: 1284px;
		min-width: 723px;
		height: 127px;
		margin-top: 0px;
		margin-bottom: 0px;
		}
		
	#subheader a.hide {
		text-decoration: none;
		display: block;
		max-width: 1284px;
		min-width: 723px;
		height: 127px;
		margin-top: 0px;
		margin-bottom: 0px;
		}
		
	#musegraphic {
		background-image: url(../images/InfluenceMuse.png);
		width: 228px;
		height: 137px;
		margin-top: -90px;
		position: absolute;
		right: -65px;
		z-index: 1;
		}
		
	#homeheader > #musegraphic {
		right: -40px;
		}
	
/*End Header Styles*/

/*Begin Container Styles*/
	#container {
		position: relative;
		background-color: #333333;
		top: 0px;
		width: 750px;
	}
	
/*End Container Styles*/

/*Begin TOC Styles*/
	#toc {
		position: relative;
		height: 25px;
		margin-top: -35px;
	}
	
	#toc p {
		margin-left: 20px;
		font-size: 11px;
		}
	
	#toc ul {
		list-style: none;
	}
	
	span.tocbullet {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #cc6600;
	margin-left: 7px;
	margin-right: 7px;
	visibility: hidden;
	}
	
	#toc a:link {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
	}
	
	#toc a:hover {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #ffffff;
	}
	
	#toc a:active {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
	}
	
	#toc a:visited {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
	}
	
/*End TOC Styles*/

/*Begin Content Styles*/
	#content {
		position: relative;
		background-color: #333333;
		border-left: 1px solid #666666;
		border-right: 1px solid #666666;
		width: 750px;
	}
	
	#centercontent {
		position: relative;
		padding-top: 10px;
		padding-bottom: 30px;
		padding-left: 20px;
		width: 486px;
	}
	
	#subcentercontent {
		position: relative;
		padding-top: 10px;
		padding-bottom: 50px;
		padding-left: 30px;
		padding-right: 30px;
		width: 92%;
	}
	
/*End Content Syles*/

/*Begin Right Column Styles*/
	#rightcolumn {
		position: absolute;
		width: 160px;
		top: 60px;
		right: 20px;
	}
	
	#rightcolumn a:link {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #cc9900;
	}
	
	#rightcolumn a:active {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #cc9900;
	}
	
	#rightcolumn a:hover {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #cc9900;
	}
	
	#rightcolumn a:visited {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #cc9900;
	}
	
	p.adtext {
		font-size: 11px;
		}
		
/*End Right Column Styles*/

/*Begin Footer Styles*/
	#footer {
		position: relative;
		background-color: #000000;
		text-align: right;
		padding-top: 5px;
		padding-bottom: 5px;
		border: 1px solid #666666;
		width: 750px;
		height: 43px;
	}
	
	#footer p {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
	padding-right: 10px;
	}
	
	#footer a:link {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
	}
	
	#footer a:active {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
	}
	
	#footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #ffffff;
	}
	
	#footer a:visited {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #ffffff;
	}
	
	#footernewdynamicpop {
		background-image: url(../images/footerndrlogo.png);
		width: 67px;
		height: 43px;
		margin-left: 10px;
		position: absolute;
		left: 0;
		}
		
/*End Footer Styles*/

/*Begin Text Styles*/
	p, ol, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	line-height: 17px;
	}
	
	#centercontent p.homecontent {
		padding-left: 20px;
		}
	
	h1, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc9900;
	margin-bottom: 0px;
	}
	
	h1 {
	font-size: 24px;
	}
	
	h2 {
	font-size: 30px;
	font-weight: lighter;
	font-family: "Script 92", "Monotype Corsiva", "Bickham Script Pro", serif;
	color: #cc9900;
	margin-bottom: 0px;
	}
	
	h3 {
	font-size: 16px;
	}
	
	h4 {
	font-size: 16px;
	}
	
	h5 {
	font-size: 14px;
	}
	
	h6 {
	font-size: 12px;
	}
	
	a:link {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #cc9900;
	}
	
	a:active {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #cc9900;
	}
	
	a:hover {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #cc9900;
	}
	
	a:visited {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #cc9900;
	}
	
	.hidden, .invisible, .unseen {
		visibility: hidden;
		display: none;
	}

	p.alignright {
		text-align:right;
	}
	
	p.breadcrumbs {
		text-align: right;
		margin-bottom: -10px;
		}
	
	acronym, abbr {
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		cursor: help;
		font-style:normal;
	}
	
	acronym.common, abbr.common {
		border-bottom: none;
		cursor: inherit;
		font-style:normal;
	}
	
	hr {
		height: 1px;
		background-color: #cc9900;
		border: 0px;
		margin: 1px;
	}
/*End Text Styles*/

/* Begin Various Styles */

.contentimage {
	padding-right: 15px;
	padding-bottom: 10px;
	position: relative;
	float: left;
	}

#influencepop {
	background-image: url(../images/InfluenceThumb.png);
	height: 120px;
	width: 119px;
	margin-left: 17px;
	}

#influencepop h3.poplink {
		display: block;
		width: 119px;
		height: 120px;
		margin-top: 0px;
		margin-bottom: 0px;
		}
		
#influencepop a.hide {
		text-decoration: none;
		display: block;
		width: 119px;
		height: 120px;
		margin-top: 0px;
		margin-bottom: 0px;
		}
#centercontent h2.hometitle {
	background-image: url(../images/HomeContentTitle.jpg);
	height: 33px;
	width: 357px;
	}
	
#content > #centercontent h2.hometitle {
	background-image: url(../images/HomeContentTitle.png);
	}
	
#subcentercontent h2.composer {
	background-image: url(../images/composerheading.jpg);
	height: 58px;
	width: 215px;
	margin-left: -20px;;
	}
	
#content > #subcentercontent h2.composer {
	background-image: url(../images/composerheading.png);
	}
	
#subcentercontent h2.performers {
	background-image: url(../images/performersheading.jpg);
	height: 55px;
	width: 240px;
	margin-left: -20px;
	}
	
#content > #subcentercontent h2.performers {
	background-image: url(../images/performersheading.png);
	}
	
#subcentercontent h2.motherless {
	background-image: url(../images/motherlessheading.jpg);
	height: 43px;
	width: 394px;
	margin-left: -20px;
	}
	
#content > #subcentercontent h2.motherless {
	background-image: url(../images/motherlessheading.png);
	}
	
#subcentercontent h2.xiang {
	background-image: url(../images/xiangheading.jpg);
	height: 56px;
	width: 258px;
	margin-left: -20px;
	margin-bottom: -10px;
	}
	
#content > #subcentercontent h2.xiang {
	background-image: url(../images/xiangheading.png);
	}
	
#subcentercontent h2.july {
	background-image: url(../images/julyheading.jpg);
	height: 53px;
	width: 112px;
	margin-left: -20px;
	margin-bottom: -10px;
	}
	
#content > #subcentercontent h2.july {
	background-image: url(../images/julyheading.png);
	}
	
#subcentercontent h2.threeetudes {
	background-image: url(../images/threeetudesheading.jpg);
	height: 42px;
	width: 246px;
	margin-left: -20px;
	margin-bottom: 0px;
	}
	
#content > #subcentercontent h2.threeetudes {
	background-image: url(../images/threeetudesheading.png);
	}
	
#subcentercontent h2.petroushkates {
	background-image: url(../images/petroushkatesheading.jpg);
	height: 43px;
	width: 273px;
	margin-left: -20px;
	margin-bottom: 0px;
	}
	
#content > #subcentercontent h2.petroushkates {
	background-image: url(../images/petroushkatesheading.png);
	}
