body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	behavior: url(csshover.htc);
}/*WinIE behavior call*/

#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 600px;
	background: #000 url(dancersOnPointe.jpg) no-repeat left top;
	border: 1px solid #fff; 
}

#logo {
	position: absolute;
	right: 30px;
	top: 10px;
	z-index: 20;
}
/*container for three bottom right red dance figures*/
#dancers {
	position: absolute;
	right: 60px;
	bottom: 10px;
	z-index: 100;
}

#dancers ul {
	list-style-type: none;
}

#dancers li {
	float: left;
	padding: 10px;
}

#copyright {
	position: absolute;
	bottom: 5px;
	left: 300px;
	width: 150px;
}

/*container for text menus*/
#nav {
	position: absolute;
	top: 100px;
	left: 145px;
	width: 540px;
	float: left;
	margin: 0;
	background: transparent;
	z-index: 50
}

#nav ul {
	margin: 0;
	padding: 0;
	background: transparent;
	
}

#nav li {
	position: relative;
	list-style: none;
	margin-right: 15px;
	padding: 0;
	float: left;
	width: 70px;	
}

#nav li:hover {
	background: #800000;
}

#nav li.submenu {
	background: url(dropmenu_arrow.gif) 100% 50% no-repeat;
}

/*make 1st level menu with submenu transparent bg on hover*/
#nav li.submenu:hover {
	background-color: transparent;
}

/*make 1st level menu without submenu transparent bg on hover*/
#nav li.nosubmenu:hover {
	background-color: transparent;
}

/*helps reduce the width of the li in the menu*/
#nav li a {
	display: block;
	padding: 5px 0 5px 8px;
	text-decoration: none;
	width: 66px;
}

#nav>ul a {
	width: auto;
}

#nav ul ul {
	position: absolute;
	width: 70px;
	display: none;
}

#nav ul ul li {
	border-bottom: 1px solid #ccc;
	
}

#nav ul.level1 li.submenu:hover ul.level2 {
	display: block
}

/*positioning of text for L A Agency*/
#la {
	position: absolute;
	left: 250px;
	top: 230px;
	
}

a:link, a:visited {
	text-decoration: none;
	color: #A0A0A4;
}

a:hover {
	text-decoration: none;
	color: #FFB9B9;
}

/*container for specific category icons at the bottom of the page*/
#imglnk {
	position: absolute;
	left: 140px;
	bottom: 100px;
	width: 525px;
}

#imglnk ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#imglnk li {
	float: left;
	padding-right: 5px;
	height: 90px;
}

/*thumbnail of contemporary's category using 'dancer' pop-up*/
#contmp a span {
	display: none;
}

#contmp a:hover {
	visibility: inherit;
}

/*displays absolute pos of 'dancer' pop-up*/
#contmp a:hover span {
	display: block;
	position: absolute;
	left: 88px;
	bottom: 130px;
	font-weight: bold;
	color: #FF1C1C;
}

/*thumbnail of ballet's category using 'dancer' pop-up*/
#ballet a span {
	display: none;
}

#ballet a:hover {
	visibility: inherit;
}

/*displays absolute pos of 'dancer' pop-up*/
#ballet a:hover span {
	display: block;
	position: absolute;
	left: 88px;
	bottom: 130px;
	font-weight: bold;
	color: #FF1C1C;
}

/*thumbnail of commercial's category using 'dancer' pop-up*/
#commercial a span {
	display: none;
}

#commercial a:hover {
	visibility: inherit;
}

/*displays absolute pos of 'dancer' pop-up*/
#commercial a:hover span {
	display: block;
	position: absolute;
	left: 88px;
	bottom: 130px;
	font-weight: bold;
	color: #FF1C1C;
}

/*thumbnail of classical's category using 'singer' pop-up*/
#classical a span {
	display: none;
}

#classical a:hover {
	visibility: inherit;
}

/*displays absolute pos of 'singer' pop-up*/
#classical a:hover span {
	display: block;
	position: absolute;
	left: 270px;
	bottom: 130px;
	font-weight: bold;
	color: #FF1C1C;
}

/*thumbnail of actor's category using 'actor'pop-up*/
#actor a span {
	display: none;
}

#actor a:hover {
	visibility: inherit;
}

/*displays absolute pos of 'actor' pop-up*/
#actor a:hover span {
	display: block;
	position: absolute;
	left: 385px;
	bottom: 130px;
	font-weight: bold;
	color: #FF1C1C;
}

/*thumbnail of musical's category using 'singer' pop-up*/
#musical a span {
	display: none;
}

#musical a:hover {
	visibility: inherit;
}

/*displays absolute pos of 'singer' pop-up*/
#musical a:hover span {
	display: block;
	position: absolute;
	left: 270px;
	bottom: 130px;
	font-weight: bold;
	color: #FF1C1C;
}

/*thumbnail of model's category using 'model' pop-up*/
#model a span {
	display: none;
}

#model a:hover {
	visibility: inherit;
}

/*displays absolute pos of 'model' pop-up*/
#model a:hover span {
	display: block;
	position: absolute;
	left: 460px;
	bottom: 130px;
	font-weight: bold;
	color: #FF1C1C;
}

/*------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------ballet.html---------------------------------------------------------*/


/*page title graphic for category*/
#balletcat {
	position: absolute;
	left: 332px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

/*container for specific category icons on their related page*/
#dancerlnk {
	position: absolute;
	left: 240px;
	top: 210px;
	width: 470px;
	height: 400px;
	font-size:10px;
}

#dancerlnk ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#dancerlnk li {
	float: left;
	padding-right: 15px;
	height: 130px;
}

#dancerlnk img {
	display: block;
}

#sidetitle {
	position: absolute;
	left: 50px;
	top:150px;
	filter: alpha(opacity=10);
	opacity: 0.10;
}
/*header for the titles to each respective artiste's page and specific categories*/
h1	{
	font: 40px Verdana, Arial, Helvetica, sans-serif;
}

/*----------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------musical.html---------------------------------------------------------*/


/*page title graphic for category*/
#musicalcat {
	position: absolute;
	left: 332px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

/*positioning "Musical continued" text in bottom right corner beneath 3 dancing figures.
'bottom: 75px' was originally 'bottom: 5px'*/
#next {
	position: absolute;
	bottom: 75px;
	right: 87px;
}

#next a:link, #next a:visited {
	text-decoration: none;
	color: #FF0000;
}

#next a:hover {
	text-decoration: none;
	color: #FFB9B9;
}

/*-----------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------aliciaWeihl.html-----------------------------------------------------*/


/*positioning Alicia Weihl's header*/
#aweihl {
	position: absolute;
	left: 285px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
}
/*div container for 3 photos of the artiste*/
#artbigphoto {
	position: absolute;
	left: 140px;
	top: 205px;
	width: 310px;
	z-index: 50;
}

#artbigphoto ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}

#artbigphoto li {
	float: left;
	padding-right: 10px;
}

#artbigphoto img {
	display: block;
	padding-bottom: 40px;
}
/*white bg beneath photos*/
#bgphotos {
	position: absolute;
	left: 139px;
	top: 204px;
	border: 1px solid #fff;
	filter: alpha(opacity=50);
	opacity: 0.50;
}

/*sideways on title on page left*/
#artsidetitle {
	position: absolute;
	left: 50px;
	bottom: 105px;
	filter: alpha(opacity=10);
	opacity: 0.10;
}

/*positioning iframe for artiste's information*/
#inlineframe {
	position: absolute;
	left: 455px;
	top: 204px;
	z-index: 70;
}

/*background to iframe to produced a border in reduced opacity and not effect the bg of the inline frame*/
#iframeborder {
	position: absolute;
	left: 453px;
	top: 202px;
	border: 1px solid #fff;
	filter: alpha(opacity=50);
	opacity: 0.50;
	
}

/*bg colour within the ballet iframe for inline html pages*/
#weihl_inlinebg {
	width: 295px;
	height: 530px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#weihl_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#weihl_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*bg colour within the contemporary iframe for inline html pages*/
#weihl_inlinebg2 {
	width: 295px;
	height: 670px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#weihl_inlinebg2 ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#weihl_inlinebg2 li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*bg colour within the model iframe for inline html pages*/
#weihl_inlinebg3 {
	width: 295px;
	height: 790px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#weihl_inlinebg3 ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#weihl_inlinebg3 li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*bg colour within the musical iframe for inline html pages*/
#weihl_inlinebg4 {
	width: 295px;
	height: 430px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#weihl_inlinebg4 ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#weihl_inlinebg4 li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*--------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------general inline info-------------------------------------------------------------*/

/*within the iframe for inline html pages*/
#inlinebg {
	width: 295px;
	height: 1255px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

/*header2 for inline info for artistes*/
h2	{
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0 0 70px;
	margin: 0;
}

#subtitle {
	font-size: 15px;
	margin: 15px 0 15px -5px;
	padding: 0 0 0 5px;
	background-color: #000;
	color: #FFCECE;
	font-weight: bold;
}

h3 {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0 5px 0;
	margin: 0;
	text-decoration: underline;
}

#inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*positioning text links to other related categories to the artiste*/
#othercategory {
	position: absolute;
	bottom: 40px;
	left: 455px;
	font-size: 10px;
}

#othercategory ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}


/*-------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------laurindaCroft.html------------------------------------------------------------------*/


/*positioning Laurinda Croft's header*/
#lcroft {
	position: absolute;
	left: 255px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
}


/*within the ballet iframe for inline html pages*/
#croft_inlinebg {
	width: 295px;
	height: 670px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#croft_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#croft_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*within the contemporary iframe for inline html pages*/
#croft_inlinebg2 {
	width: 295px;
	height: 615px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#croft_inlinebg2 ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#croft_inlinebg2 li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}


/*------------------------------------------contemporary.html-------------------------------------*/

/*page title graphic for category*/
#contmpcat {
	position: absolute;
	left: 250px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

/*-------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------ireneWernli.html----------------------------------------------------*/



/*positioning Irene Wernli's header*/
#iwernli {
	position: absolute;
	left: 263px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
}


/*within the contemporary iframe for inline html pages*/
#wernli_inlinebg {
	width: 295px;
	height: 680px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#wernli_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#wernli_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*within the musicals iframe for inline html pages*/
#wernli_inlinebg2 {
	width: 295px;
	height: 580px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#wernli_inlinebg2 ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#wernli_inlinebg2 li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}
/*--------------------------------------------------------classical.html---------------------------------------------------------------*/

/*page title graphic for category*/
#classicat {
	position: absolute;
	left: 310px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.6;
}


/*-------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------georgTormann.html--------------------------------------------------------------------*/


/*positioning Georg Tormann's header*/
#gtormann {
	position: absolute;
	left: 241px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
}

/*within the classical and musicals iframes for inline html pages*/
#tormann_inlinebg {
	width: 295px;
	height: 1260px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#tormann_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#tormann_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}


/*----------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------jodieCollis.html----------------------------------------------------------------------------*/

/*positioning Jodie Collis's header*/
#jcollis {
	position: absolute;
	left: 290px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
}

/*within the commercial iframe for inline html pages*/
#collis_inlinebg {
	width: 295px;
	height: 810px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#collis_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#collis_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}
/*--------------------------------------------------------commercial.html---------------------------------------------------------------*/

/*page title graphic for category*/
#comcat {
	position: absolute;
	left: 270px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.6;
}


/*--------------------------------------------------------models.html---------------------------------------------------------------*/

/*page title graphic for category*/
#modelcat {
	position: absolute;
	left: 335px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------claireLouiseCook.html------------------------------------------------------------------*/


/*positioning Claire Louise Cook's header*/
#clcook {
	position: absolute;
	left: 205px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
}

/*within the iframe for inline html pages*/
#cook_inlinebg {
	width: 295px;
	height: 880px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#cook_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#cook_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------martynSnow.html---------------------------------------------------------------------*/


/*positioning Martyn Snow's header*/
#msnow {
	position: absolute;
	left: 205px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
}


/*within the iframe for inline html pages*/
#snow_inlinebg {
	width: 295px;
	height: 510px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#snow_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#snow_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}
/*--------------------------------------------------------actor.html---------------------------------------------------------------*/

/*page title graphic for category*/
#actorcat {
	position: absolute;
	left: 335px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------martynSnow.html---------------------------------------------------------------------------*/


/*positioning Martyn Snow's header*/
#ctaylor {
	position: absolute;
	left: 235px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
}

/*within the actor iframe for inline html pages*/
#snow_inlinebg {
	width: 295px;
	height: 520px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#snow_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#snow_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*within the musicals iframe for inline html pages*/
#snow_inlinebg2 {
	width: 295px;
	height: 420px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#snow_inlinebg2 ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#snow_inlinebg2 li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}


/*-------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------carrieLouiseKnight.html-------------------------------------------------------------------*/


/*positioning Carrie Louise Knight's header*/
#clknight {
	position: absolute;
	left: 185px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
}


/*within the commercial iframe for inline html pages*/
#knight_inlinebg {
	width: 295px;
	height: 340px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#knight_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#knight_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*within the musical iframe for inline html pages*/
#knight_inlinebg2 {
	width: 295px;
	height: 460px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#knight_inlinebg2 ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#knight_inlinebg2 li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}


/*----------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------johnstoneTita.html----------------------------------------------------------------------*/


/*positioning Johnstone Tita's header*/
#jtita {
	position: absolute;
	left: 250px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
}

/*within the musicals iframe for inline html pages*/
#tita_inlinebg {
	width: 295px;
	height: 500px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#tita_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#tita_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------charlotteTaylor----------------------------------------------------------------------------*/

/*positioning Charlotte Taylor's header*/
#ctaylor {
	position: absolute;
	left: 230px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
}


/*within the iframe for inline html pages*/
#taylor_inlinebg {
	width: 295px;
	height: 690px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#taylor_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#taylor_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}


/*------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------rachaelJaneBack.html---------------------------------------------------------------------*/


/*positioning Rachael Jane Back's header*/
#rjback {
	position: absolute;
	left: 210px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
}

/*within the commercial iframe for inline html pages*/
#back_inlinebg {
	width: 295px;
	height: 850px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#back_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#back_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*within the musicals iframe for inline html pages*/
#back_inlinebg2 {
	width: 295px;
	height: 475px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#back_inlinebg2 ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#back_inlinebg2 li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------janeRichards.html-----------------------------------------------------------------------*/


/*positioning Jane Richards's header*/
#jrichards {
	position: absolute;
	left: 225px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
}

/*within the commercial iframe for inline html pages*/
#richards_inlinebg {
	width: 295px;
	height: 640px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#richards_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#richards_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------leanneWasher.html------------------------------------------------------------------------*/


/*positioning Leanne Washer's header*/
#lwasher {
	position: absolute;
	left: 225px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
}

/*within the commercial and musicals iframes for inline html pages*/
#washer_inlinebg {
	width: 295px;
	height: 360px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#washer_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#washer_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*--------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------laurenGlassman.html---------------------------------------------------------------------*/


/*positioning Lauren Glassman's header*/
#lglassman {
	position: absolute;
	left: 225px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
}

/*within the commercial iframe for inline html pages*/
#glassman_inlinebg {
	width: 295px;
	height: 510px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#glassman_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#glassman_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*within the musicals iframe for inline html pages*/
#glassman_inlinebg2 {
	width: 295px;
	height: 420px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#glassman_inlinebg2 ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#glassman_inlinebg2 li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------angieWarmington.html-------------------------------------------------------------*/


/*positioning Angie Warmington's header*/
#awarmington {
	position: absolute;
	left: 225px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
	z-index: 40;
}

/*within the commercial iframe for inline html pages*/
#warmington_inlinebg {
	width: 295px;
	height: 520px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#warmington_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#warmington_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------maddyWynneJones.html-------------------------------------------------------------------*/


/*positioning Maddy Wynne-Jones's header above logo bg*/
#mwynnejones {
	position: absolute;
	left: 185px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
	z-index: 40;
}

/*within the contemporary and ballet iframes for inline html pages*/
#wynnejones_inlinebg {
	width: 295px;
	height: 720px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#wynnejones_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#wynnejones_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*-----------------------------------------------about.html----------------------------------*/

/*positioning About's header*/
#aboutcat {
	position: absolute;
	left: 305px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
}


/*settinf up the chequered arrangement of the bg images with reduced opacity*/
#bgimg {
	position: absolute;
	left: 240px;
	top: 210px;
	width: 420px;
	height: 280px;
	font-size:10px;
	filter: alpha(opacity=30);
	opacity: 0.30;
}

#bgimg ul#line1 {
	position: absolute;
	top: 0;
	left: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#bgimg ul#line1 li {
	float: left;
	padding-right: 70px;
	height: 70px;
	width: 70px
}

#bgimg ul#line2 {
	position: absolute;
	top: 70px;
	left: 70px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#bgimg ul#line2 li {
	float: left;
	padding-right: 70px;
	height: 70px;
	width: 70px
}

#bgimg ul#line3 {
	position: absolute;
	top: 140px;
	left: 140px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#bgimg ul#line3 li {
	float: left;
	padding-right: 70px;
	height: 70px;
	width: 70px
}

#bgimg ul#line4 {
	position: absolute;
	top: 210px;
	left: 70px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#bgimg ul#line4 li {
	float: left;
	padding-right: 70px;
	height: 70px;
	width: 70px
}

#about {
	position: absolute;
	left: 245px;
	top: 200px;
	width: 350px;
	height: 300px;
	line-height:20px;
	z-index: 40;
}

#about p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}


/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------heatherCoshan.html-------------------------------------------------------------------*/


/*positioning Maddy Wynne-Jones's header*/
#hcoshan {
	position: absolute;
	left: 175px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
}

/*within the musicals iframe for inline html pages*/
#coshan_inlinebg {
	width: 295px;
	height: 400px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#coshan_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#coshan_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*within the commercial iframe for inline html pages*/
#coshan_inlinebg2 {
	width: 295px;
	height: 400px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#coshan_inlinebg2 ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#coshan_inlinebg2 li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*within the model iframe for inline html pages*/
#coshan_inlinebg3 {
	width: 295px;
	height: 350px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#coshan_inlinebg3 ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#coshan_inlinebg3 li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}


/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------sabrinaEvans.html-------------------------------------------------------------------*/


/*positioning Sabrina Evans's header*/
#sevans {
	position: absolute;
	left: 240px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
}

/*within the musicals iframe for inline html pages*/
#evans_inlinebg {
	width: 295px;
	height: 450px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#evans_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#evans_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------sarahMoog.html-------------------------------------------------------------------*/


/*positioning Sarah Moog's header*/
#smoog {
	position: absolute;
	left: 240px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
}

/*within the musicals iframe for inline html pages*/
#moog_inlinebg {
	width: 295px;
	height: 480px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#moog_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#moog_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*within the commercial iframe for inline html pages*/
#moog_inlinebg2 {
	width: 295px;
	height: 550px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#moog_inlinebg2 ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#moog_inlinebg2 li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------pennyHowarth.html-------------------------------------------------------------------*/


/*positioning Penny Howarth's header*/
#phowarth {
	position: absolute;
	left: 240px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
}

/*within the musicals iframe for inline html pages*/
#howarth_inlinebg {
	width: 295px;
	height: 380px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#howarth_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#howarth_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*within the commercial iframe for inline html pages*/
#howarth_inlinebg2 {
	width: 295px;
	height: 515px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#howarth_inlinebg2 ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#howarth_inlinebg2 li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------emilyBarnettSalter.html-------------------------------------------------------------------*/


/*positioning Emily Barnett Salter's header*/
#ebsalter {
	position: absolute;
	left: 190px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
	/*puts Emily's header above black bg of Longrun logo*/
	z-index: 30;
}

/*within the musicals iframe for inline html pages*/
#salter_inlinebg {
	width: 295px;
	height: 380px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#salter_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#salter_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------hazelGold.html-------------------------------------------------------------------*/


/*positioning Emily Barnett Salter's header*/
#hgold {
	position: absolute;
	left: 295px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
	/*puts Emily's header above black bg of Longrun logo*/
	z-index: 30;
}

/*within the musicals iframe for inline html pages*/
#gold_inlinebg {
	width: 295px;
	height: 380px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#gold_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#gold_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------kathrynTucker.html-------------------------------------------------------------------*/


/*positioning Kathryn Tucker's header*/
#ktuckerman {
	position: absolute;
	left: 295px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
	/*puts Emily's header above black bg of Longrun logo*/
	z-index: 30;
}

/*within the musicals iframe for inline html pages*/
#tuckerman_inlinebg {
	width: 295px;
	height: 380px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#tuckerman_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#tuckerman_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}


/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------zoeCarver.html-------------------------------------------------------------------*/


/*positioning Kathryn Tucker's header*/
#zcarver {
	position: absolute;
	left: 295px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
	/*puts Emily's header above black bg of Longrun logo*/
	z-index: 30;
}

/*within the musicals iframe for inline html pages*/
#carver_inlinebg {
	width: 295px;
	height: 380px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#carver_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#carver_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------oliverEastwood.html-------------------------------------------------------------------*/


/*positioning Kathryn Tucker's header*/
#oeastwood {
	position: absolute;
	left: 295px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
	/*puts Emily's header above black bg of Longrun logo*/
	z-index: 30;
}

/*within the musicals iframe for inline html pages*/
#eastwood_inlinebg {
	width: 295px;
	height: 380px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#eastwood_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#eastwood_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------lisaKahlen.html-------------------------------------------------------------------*/


/*positioning Kathryn Tucker's header*/
#lkahlen {
	position: absolute;
	left: 295px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
	/*puts Emily's header above black bg of Longrun logo*/
	z-index: 30;
}

/*within the musicals iframe for inline html pages*/
#kahlen_inlinebg {
	width: 295px;
	height: 380px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#kahlen_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#kahlen_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------rachelSimmons.html-------------------------------------------------------------------*/


/*positioning Rachel Simmons's header*/
#rsimmons {
	position: absolute;
	left: 230px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
	/*puts Emily's header above black bg of Longrun logo*/
	z-index: 30;
}

/*within the musicals iframe for inline html pages*/
#simmons_inlinebg {
	width: 295px;
	height: 380px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#simmons_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#simmons_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------vickiSherman.html-------------------------------------------------------------------*/


/*positioning Vicki Sherman's header*/
#vsherman {
	position: absolute;
	left: 250px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
	/*puts Emily's header above black bg of Longrun logo*/
	z-index: 30;
}

/*within the musicals iframe for inline html pages*/
#sherman_inlinebg {
	width: 295px;
	height: 380px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#sherman_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#sherman_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------stephenSmall.html-------------------------------------------------------------------*/


/*positioning Vicki Sherman's header*/
#ssmall {
	position: absolute;
	left: 250px;
	top: 30px;
	filter: alpha(opacity=60);
	opacity: 0.60;
	/*puts Stephen's header above black bg of Longrun logo*/
	z-index: 30;
}

/*within the musicals iframe for inline html pages*/
#small_inlinebg {
	width: 295px;
	height: 380px;
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
}

#small_inlinebg ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#small_inlinebg li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}