@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #e6e6e6;
}
a {
	text-decoration: none;
}
#twitter-link {
	font-size: small;
	color: #666666;
}
#container  {
	width: 962px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border: none #FFFFFF 1px;
	padding: 19px 19px 19px 19px;
}
#sidebar1   {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #e6e6e6; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px;
	margin: 0 0 30px 0;
	display: inline;
}
#features    {
	margin: 0 0 25px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 633px;
	background-image: url(i/featuresbg.gif);
	background-repeat: repeat;
} 
#homepageLogo  {
	margin: 0 0 30px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 630px;
	text-align: right;
}
#homepageSatb    {
	margin: 0 0 45px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 630px;
	background-image: url(i/satbimages/satb.gif);
	background-repeat: no-repeat;
	text-align: right;
}
#menuBar   {
	width: 965px;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-transform:uppercase;
	height: 109px;
	margin: 0 0 8px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	line-height: 95%;
	margin: 5px 0 10px 0;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	line-height: 95%;
	margin: 30px 0 10px 0;
}
.inlineH {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	line-height: 95%;
	margin: 10px 0 10px 0;
}
li {
	margin: 10px 0 10px 0;
	list-style-image: url(i/bullet.gif);
}
p {
	margin: 10px 0 10px 0;
}
.satbName {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	line-height: 95%;
	float: left;
	width: 110px;
	padding: 140px 0 0 0;
}
.pianoName {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	line-height: 95%;
	float: left;
	width: 110px;
	padding: 163px 0 0 0;
}
.featuredName {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	line-height: 95%;
	float: left;
	width: 110px;
	padding: 0 0 0 0;
	text-align: right;
	margin: 0 6px 0 0;
}
.wrapImg {
	float: left;
	margin: 0 10px 0 0;
}
a:link  .satbWebInteractive , a:visited  .satbWebInteractive  {
	background-image: url(i/satbimages/webinteractive_black.gif);
	background-repeat: no-repeat;
	display: block;
	width: 489px;
	height: 10px;
	color: #FFFFFF;
	padding: 38px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
	margin: 13px 0 0 0;
	float: right;
}
a:hover .satbWebInteractive {
	background-image: url(i/satbimages/webinteractive_red.gif);
	background-repeat: no-repeat;
	display: block;
	width: 489px;
	height: 10px;
	color: #FFFFFF;
	padding: 38px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
	margin: 13px 0 0 0;
	float: right;
}
a:link .satbFilmmaking , a:visited .satbFilmmaking{
	background-image: url(i/satbimages/filmmaking_black.gif);
	background-repeat: no-repeat;
	display: block;
	width: 489px;
	height: 10px;
	color: #FFFFFF;
	padding: 38px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
	margin: 34px 0 0 0;
	float: right;
}
a:hover .satbFilmmaking {
	background-image: url(i/satbimages/filmmaking_red.gif);
	background-repeat: no-repeat;
	display: block;
	width: 489px;
	height: 10px;
	color: #FFFFFF;
	padding: 38px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
	margin: 34px 0 0 0;
	float: right;
}
a:link .satbLiveTheatre , a:visited .satbLiveTheatre {
	background-image: url(i/satbimages/livetheatre_black.gif);
	background-repeat: no-repeat;
	display: block;
	width: 489px;
	height: 10px;
	color: #FFFFFF;
	padding: 38px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
	margin: 34px 0 0 0;
	float: right;
}
a:hover .satbLiveTheatre {
	background-image: url(i/satbimages/livetheatre_red.gif);
	background-repeat: no-repeat;
	display: block;
	width: 489px;
	height: 10px;
	color: #FFFFFF;
	padding: 38px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
	margin: 34px 0 0 0;
	float: right;
}
a:link .satbLiveMusic , a:visited .satbLiveMusic {
	background-image: url(i/satbimages/livemusic_black.gif);
	background-repeat: no-repeat;
	display: block;
	width: 489px;
	height: 10px;
	color: #FFFFFF;
	padding: 38px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
	margin: 34px 0 0 0;
	float: right;
}
a:hover .satbLiveMusic {
	background-image: url(i/satbimages/livemusic_red.gif);
	background-repeat: no-repeat;
	display: block;
	width: 489px;
	height: 10px;
	color: #FFFFFF;
	padding: 38px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
	margin: 34px 0 0 0;
	float: right;
}
a:link  .satbSchools , a:visited  .satbSchools {
	background-image: url(i/satbimages/schools_black.gif);
	background-repeat: no-repeat;
	display: block;
	width: 489px;
	height: 10px;
	color: #FFFFFF;
	padding: 38px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
	margin: 37px 0 0 0;
	float: right;
}
a:hover .satbSchools {
	background-image: url(i/satbimages/schools_red.gif);
	background-repeat: no-repeat;
	display: block;
	width: 489px;
	height: 10px;
	color: #FFFFFF;
	padding: 38px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
	margin: 37px 0 0 0;
	float: right;
}
a:link  .satbTraining , a:visited  .satbTraining {
	background-image: url(i/satbimages/corporate_black.gif);
	background-repeat: no-repeat;
	display: block;
	width: 489px;
	height: 10px;
	color: #FFFFFF;
	padding: 38px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
	margin: 34px 0 0 0;
	float: right;
}
a:hover  .satbTraining {
	background-image: url(i/satbimages/corporate_red.gif);
	background-repeat: no-repeat;
	display: block;
	width: 489px;
	height: 10px;
	color: #FFFFFF;
	padding: 38px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
	margin: 34px 0 0 0;
	float: right;
}
#content a:link , #content a:visited   {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	color: #333333;
}
#content a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	color: #990000;
}
a:link .homepageOnlineTour , a:visited .homepageOnlineTour{
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	line-height: 95%;
	background-image: url(i/homepage/onlinetourgrey.gif);
	background-repeat: no-repeat;
	display: block;
	width: 212px;
	padding: 200px 10px 10px 10px;
	margin: 0 0 0 25px;
	float: left;
}
a:hover .homepageOnlineTour {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
	line-height: 95%;
	background-image: url(i/homepage/onlinetourcolour.gif);
	background-repeat: no-repeat;
	display: block;
	width: 212px;
	padding: 200px 10px 10px 10px;
	margin: 0 0 0 25px;
	float: left;
}
a:link .homepageEnglandSchools , a:visited .homepageEnglandSchools {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	line-height: 95%;
	background-image: url(i/homepage/englandschoolsgrey.gif);
	background-repeat: no-repeat;
	display: block;
	width: 212px;
	padding: 200px 10px 10px 10px;
	margin: 0 0 0 25px;
	float: left;
}
a:hover .homepageEnglandSchools {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
	line-height: 95%;
	background-image: url(i/homepage/englandschoolscolour.gif);
	background-repeat: no-repeat;
	display: block;
	width: 212px;
	padding: 200px 10px 10px 10px;
	margin: 0 0 0 25px;
	float: left;
}
#bottomBar {
	display: block;
	float: right;
	width: 818px;
	padding: 20px 0 0 0;
	border-top: solid #e6e6e6 5px;
	margin: 30px 0 0 0;
}
a:link   .menuWebInteractive , a:visited   .menuWebInteractive    {
	width: 203px;
	background-image: url(i/menu_inactive/web-and-interactive-small.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 109px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
}
a.menuPixyWeb:link, a.menuPixyWeb:visited {
	display: block;
	color: #000000;
	text-decoration: none;
	background: #FFFFFF url(i/menu_pixy/web.gif) no-repeat left bottom;
	height: 109px;
	width: 149px;
	float: left;
}
.menuSpacingWeb {
	line-height: 38px;
	height: 38px;
	text-align: center;
	display: block;
	padding: 45px 0px 26px 54px;
}
.webInteractive a.menuPixyWeb:link, .webInteractive a.menuPixyWeb:visited, .webInteractive a.menuPixyWeb:hover {
	display: block;
	background: #FFFFFF url(i/menu_pixy/web_large.gif) no-repeat left bottom;
	height: 109px;
	width: 149px;
	float: left;
}
.webInteractive .menuSpacingWeb , .film .menuSpacingFilm , .liveTheatre .menuSpacingTheatre, .liveMusic .menuSpacingMusic, .schools .menuSpacingSchools, .training .menuSpacingTraining {
	position: absolute;
	margin: -300px;
}
a.menuPixyFilm:link, a.menuPixyFilm:visited {
	display: block;
	color: #000000;
	text-decoration: none;
	background: #FFFFFF url(i/menu_pixy/film.gif) no-repeat left bottom;
	height: 109px;
	width: 141px;
	float: left;
}
.menuSpacingFilm {
	line-height: 38px;
	height: 38px;
	text-align: center;
	display: block;
	padding: 45px 0px 26px 39px;
}
.film a.menuPixyFilm:link, .film a.menuPixyFilm:visited, .film a.menuPixyFilm:hover {
	display: block;
	background: #FFFFFF url(i/menu_pixy/film_large.gif) no-repeat left bottom;
	height: 109px;
	width: 141px;
	float: left;
}
a.menuPixyTheatre:link, a.menuPixyTheatre:visited {
	display: block;
	color: #000000;
	text-decoration: none;
	background: #FFFFFF url(i/menu_pixy/theatre.gif) no-repeat left bottom;
	height: 109px;
	width: 171px;
	float: left;
}
.menuSpacingTheatre {
	line-height: 38px;
	height: 38px;
	text-align: center;
	display: block;
	padding: 45px 0px 26px 39px;
}
.liveTheatre a.menuPixyTheatre:link, .liveTheatre a.menuPixyTheatre:visited, .liveTheatre a.menuPixyTheatre:hover {
	display: block;
	background: #FFFFFF url(i/menu_pixy/theatre_large.gif) no-repeat left bottom;
	height: 109px;
	width: 171px;
	float: left;
}
a.menuPixyMusic:link, a.menuPixyMusic:visited {
	display: block;
	color: #000000;
	text-decoration: none;
	background: #FFFFFF url(i/menu_pixy/music.gif) no-repeat left bottom;
	height: 109px;
	text-transform: uppercase;
	width: 149px;
	float: left;
}
.menuSpacingMusic {
	line-height: 38px;
	height: 38px;
	text-align: center;
	display: block;
	padding: 45px 0px 26px 32px;
}
.liveMusic a.menuPixyMusic:link, .liveMusic a.menuPixyMusic:visited, .liveMusic a.menuPixyMusic:hover {
	display: block;
	background: #FFFFFF url(i/menu_pixy/music_large.gif) no-repeat left bottom;
	height: 109px;
	width: 149px;
	float: left;
}
a.menuPixySchools:link, a.menuPixySchools:visited {
	display: block;
	color: #000000;
	text-decoration: none;
	background: #FFFFFF url(i/menu_pixy/schools.gif) no-repeat left bottom;
	height: 109px;
	width: 171px;
	float: left;
}
.menuSpacingSchools {
	line-height: 38px;
	height: 38px;
	text-align: center;
	display: block;
	padding: 45px 0px 26px 35px;
}
.schools a.menuPixySchools:link, .schools a.menuPixySchools:visited, .schools a.menuPixySchools:hover {
	display: block;
	background: #FFFFFF url(i/menu_pixy/schools_large.gif) no-repeat left bottom;
	height: 109px;
	width: 171px;
	float: left;
}
a.menuPixyTraining:link, a.menuPixyTraining:visited {
	display: block;
	color: #000000;
	text-decoration: none;
	background: #FFFFFF url(i/menu_pixy/training.gif) no-repeat left bottom;
	height: 109px;
	width: 181px;
	float: left;
}
.menuSpacingTraining {
	line-height: 38px;
	height: 38px;
	text-align: center;
	display: block;
	padding: 45px 0px 26px 30px;
}
.training a.menuPixyTraining:link, .training a.menuPixyTraining:visited, .training a.menuPixyTraining:hover {
	display: block;
	background: #FFFFFF url(i/menu_pixy/training_large.gif) no-repeat left bottom;
	height: 109px;
	width: 181px;
	float: left;
}
a.menuPixyWeb:hover, a.menuPixyWeb:active, a.menuPixyWeb:focus {
	color: #990000;
	background: #FFFFFF url(i/menu_pixy/web.gif) no-repeat left top;
	text-decoration: none;
	outline: none;
}
a.menuPixyFilm:hover, a.menuPixyFilm:active, a.menuPixyFilm:focus {
	color: #990000;
	background: #FFFFFF url(i/menu_pixy/film.gif) no-repeat left top;
	text-decoration: none;
	outline: none;
}
a.menuPixyTheatre:hover, a.menuPixyTheatre:active, a.menuPixyTheatre:focus {
	color: #990000;
	background: #FFFFFF url(i/menu_pixy/theatre.gif) no-repeat left top;
	text-decoration: none;
	outline: none;
}
a.menuPixyMusic:hover, a.menuPixyMusic:active, a.menuPixyMusic:focus {
	color: #990000;
	background: #FFFFFF url(i/menu_pixy/music.gif) no-repeat left top;
	text-decoration: none;
	outline: none;
}
a.menuPixySchools:hover, a.menuPixySchools:active, a.menuPixySchools:focus {
	color: #990000;
	background: #FFFFFF url(i/menu_pixy/schools.gif) no-repeat left top;
	text-decoration: none;
	outline: none;
}
a.menuPixyTraining:hover, a.menuPixyTraining:active, a.menuPixyTraining:focus {
	color: #990000;
	background: #FFFFFF url(i/menu_pixy/training.gif) no-repeat left top;
	text-decoration: none;
	outline: none;
}
a:link   .menuFilm , a:visited   .menuFilm {
	width: 136px;
	background-image: url(i/menu_inactive/film-small.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 109px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
}
a:link  .menuLiveTheatre , a:visited  .menuLiveTheatre {
	width: 163px;
	background-image: url(i/menu_inactive/live-theatre-small.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 109px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
}
a:link .menuLiveMusic , a:visited .menuLiveMusic {
	width: 142px;
	background-image: url(i/menu_inactive/live-music-small.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 109px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
}
a:link .menuSchools , a:visited .menuSchools {
	width: 163px;
	background-image: url(i/menu_inactive/schools-small.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 109px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
}
a:link .menuTraining , a:visited .menuTraining {
	width: 155px;
	background-image: url(i/menu_inactive/training-small.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 109px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
}
.webInteractive a:link .menuWebInteractive , .webInteractive a:hover .menuWebInteractive , .webInteractive a:visited .menuWebInteractive {
	width: 203px;
	background-image: url(i/menu_large/web-and-interactive-small.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 109px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
}
.film a:link .menuFilm , .film a:hover .menuFilm , .film a:visited .menuFilm {
	width: 136px;
	background-image: url(i/menu_large/film-small.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 109px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
}
.liveTheatre a:link .menuLiveTheatre , .liveTheatre a:hover .menuLiveTheatre , .liveTheatre a:visited .menuLiveTheatre {
	width: 163px;
	background-image: url(i/menu_large/live-theatre-small.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 109px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
}
.liveMusic a:link .menuLiveMusic , .liveMusic a:hover .menuLiveMusic , .liveMusic a:visited .menuLiveMusic {
	width: 142px;
	background-image: url(i/menu_large/live-music-small.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 109px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
}
.schools a:link .menuSchools , .schools a:hover .menuSchools , .schools a:visited .menuSchools {
	width: 163px;
	background-image: url(i/menu_large/schools-small.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 109px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
}
.training a:link .menuTraining , .training a:hover .menuTraining , .training a:visited .menuTraining {
	width: 155px;
	background-image: url(i/menu_large/training-small.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 109px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
}
a:hover   .menuWebInteractive {
	width: 203px;
	background-image: url(i/menu_hover/web-and-interactive-small.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 109px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
}
a:hover  .menuFilm {
	width: 136px;
	background-image: url(i/menu_hover/film-small.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 109px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
}
a:hover  .menuLiveTheatre {
	width: 163px;
	background-image: url(i/menu_hover/live-theatre-small.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 109px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
}
a:hover  .menuLiveMusic {
	width: 142px;
	background-image: url(i/menu_hover/live-music-small.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 109px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
}
a:hover  .menuSchools {
	width: 163px;
	background-image: url(i/menu_hover/schools-small.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 109px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
}
a:hover  .menuTraining {
	width: 155px;
	background-image: url(i/menu_hover/training-small.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 109px 0 0 0;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
}
.webInteractive .arrow {
	padding: 0 0 0 70px;
}
.film .arrow {
	padding: 0 0 0 205px;
}
.arrow {
	margin-bottom: 15px;
}
.liveTheatre .arrow {
	padding: 0 0 0 350px;
}
.liveMusic .arrow {
	padding: 0 0 0 516px;
}
.schools .arrow {
	padding: 0 0 0 675px;
}
.training .arrow {
	padding: 0 0 0 850px;
}
#flexiStaves {
	background-image: url(i/flexistaveimages/bg.gif);
	background-repeat: repeat-y;
	float: left;
	width: 656px;
}
.tabContent     {
	height: 64px;
	line-height: 64px;
}
.panelContent {
	padding: 0 30px 20px 40px;
	width: 586px;
	margin: 20px 0 0 0;
}
.AccordionPanelTab  #valignCentreTitle {
	position: relative;
	height: 128px;
	clear: both;
}
#panelPadder {
	padding: 20px 20px 20px 40px;
	display: block;
}
.headerForCollapsible {
	margin: 0 0 0 0;
}
#sideBiogs  {
	float: right;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 95%;
	margin: 0 0 4px 0;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	line-height: 95%;
	margin: 0;
	font-weight: normal;
	text-transform: none;
}
.webInteractive  #bottomBar, .film #bottomBar , .liveTheatre #bottomBar , .general #bottomBar    {
	width: 647px;
	float: left;
	margin-left: 9px;
}
#flexiContact {
	padding: 0 0 0 30px;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-image: url(i/flexistaveimages/panel_blank.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	width: 626px;
	height: 38px;
	margin: 60px 0 0 0;
}
.contactContent {
	height: 38px;
	line-height: 38px;
}
.topLogo {
	margin: 0 0 10px 0;
}
.schools #sideBiogs , .liveMusic #sideBiogs , .training #sideBiogs {
	float: left;
}
.schools #flexiStaves , .liveMusic #flexiStaves , .training #flexiStaves {
	float: right;
}
.liveMusic #bottomBar, .schools #bottomBar, .training #bottomBar {
	width: 647px;
	float: left;
	margin-left: 9px;
}
#featuredFriends  {
	float: left; /* since this element is floated, a width must be given */
	width: 468px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #e6e6e6; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px;
	margin: 0 0 0 25px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin: 0 0 10px 0;
	font-weight: normal;
	text-transform: none;
}
h7 {
	font-size: small;
}
#featuredFriends .wrapImg {
	margin-bottom: 10px;
}
#featuredFriends p {
	margin: -10px 0 0 62px;
}
.liveMusic #bottomBar, .schools #bottomBar, .training #bottomBar {
	width: 647px;
	float: right;
	margin-left: 9px;
}
#quotes {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: italic;
	color: #999999;
	text-align: right;
	width: 224px;
	padding: 0 34px 0 48px;
	margin: -15px 0 0 0;
}
.wrapImgWide {
	float: left;
	margin: 10px 20px 20px 0;
}
#arrow {
	width: 962px;
}
#twitter_div {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #e6e6e6; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 0 10px;
	margin: 0 0 20px 0;
}
#twitter_div li {
	margin: 10px 0 0 0;
	list-style-image: url(i/bullet.gif);
	font-size: small;
}
.wrapImgRight {
	float: right;
	margin: 0 0 10px 10px;
}

