@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px;
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #666666;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
h2 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
}
h3 {
	font-size: 14px;
	color: #CCC;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
h5 {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	font-family: "MS Serif", "New York", serif;
	margin: 0px;
	padding: 0px;
}
h6 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	font-family: "MS Serif", "New York", serif;
	margin: 0px;
	padding: 0px;
}
h7 {
	font-size: 12px;
	font-style: italic;
	color: #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.twoColFixRt #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #bdb29c;
	background-image: url(Graphics/BlackBackground.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.twoColFixRt #container #LeftBodyText ul  {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.twoColFixRt #container a   {
	color: #000;
}
.twoColFixRt #container a:visited {
	color: #000;
	text-decoration: underline;
}
.twoColFixRt #container a:hover {
	color: #FFF;
	background-color: #bdb29c;
}
.twoColFixRt #container #LeftBodyText  {
	margin-left: 40px;
	width: 510px;
	clear: left;
}
.twoColFixRt #container #LeftBodyText table  {
	line-height: 20px;
	background-color: #FFF;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.twoColFixRt #container #LeftBodyText #Columns  {
	width: 250px;
	float: left;
	padding-bottom: 20px;
}
.emailText {
	margin-left: 10px;
	color: #666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.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: 0px;
}
.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: 10px;
}
.twoColFixRt #sidebar1 {
	width: 200px;
	background-color: #000;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	float: right;
}
.twoColFixRt #Spotlights   {
	width: 160px;
	text-decoration: none;
	background-color: #000;
	height: 70px;
	background-image: url(Graphics/Spotlight.gif);
	background-repeat: no-repeat;
	padding: 10px;
	float: left;
}
.twoColFixRt #sidebar1 ul  {
	list-style-type: none;
	font-size: 14px;
}
.twoColFixRt #sidebar1 a  {
	color: #FFF;
	text-decoration: none;
}
.twoColFixRt #sidebar1 a:visited  {
	color: #FFF;
	text-decoration: none;
}
.twoColFixRt #sidebar1 a:hover {
	color: #FF9;
	text-decoration: underline;
}
.twoColFixRt #BlackFooter   {
	height: 450px;
	width: 780px;
	background-color: #000;
}
.twoColFixRt #BlackFooter a    {
	text-decoration: underline;
	color: #FF6;
}
.twoColFixRt #BlackFooter a:hover {
	color: #000;
	background-color: #FF9;
}
.twoColFixRt #container #Footer  {
	background-color: #FFF;
	width: 554px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
	text-decoration: none;
	padding: 5px;
	height: 150px;
}
.twoColFixRt #container #Footer ul  {
	list-style-type: none;
	text-align: center;
	padding: 0px;
	text-decoration: none;
	font-size: 9px;
}
.twoColFixRt #container #Footer ul p  {
	font-size: 10px;
	padding: 0px;
	line-height: 1;
}
.twoColFixRt #container #Footer ul li  {
	display: inline;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	text-decoration: none;
}
.twoColFixRt #container #Footer a    {
	text-decoration: none;
	color: #000;
}
.twoColFixRt #container #Footer a:visited {
	color: #000;
	text-decoration: none;
}
.twoColFixRt #container #Footer a:hover {
	color: #00F;
	text-decoration: underline;
}
.twoColFixRt #container #Footer ul li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.twoColFixRt #containerblack {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
	background-image: url(Graphics/BlackBackground.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.twoColFixRt #Black  {
	background-color: #000;
	margin: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Button {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	background-color: #000;
	background-image: url(Graphics/RedButton.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 43px;
	width: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 35px;
	padding-left: 20px;
}	
.NewsFlash {
	float: left;
	width: 170px;
	padding: 7px;
	margin: 3px;
	height: 400px;
	background-repeat: no-repeat;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	color: #FFF;
}
.ComingPlay {
	width: 515px;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
}
.Poster1 {
	background-repeat: no-repeat;
	height: 175px;
	width: 150px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.Description1 {
	font-size: 14px;
	clear: none;
	margin-left: 175px;
	width: 325px;
}
.Logo {
	background-image: url(Graphics/CentreStageLogo.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 80px;
	width: 550px;
	float: left;
	clear: left;
}
.PageTitle {
	background-image: url(Graphics/TitleBar.gif);
	background-repeat: repeat-x;
	background-position: left;
	height: 40px;
	padding-left: 20px;
	margin-left: 20px;
	text-transform: uppercase;
	color: #FFF;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	width: 522px;
	clear: left;
}
.Indented {
	padding-left: 20px;
	width: 510px;
}
.LeftBodyText {
	margin-left: 20px;
	width: 530px;
	clear: left;
}
.table {
	line-height: 20px;
	background-color: #FFF;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 20px;
}
