html
{
scrollbar-base-color: #000;
scrollbar-arrow-color: #FFFFFF;
}
html a
{
	color: Red;
}
body
{
color: #FFF;
font-size: 10pt;
font-family: Verdana;
margin: 0;
padding: 0;
background: #000 url(../images/background.jpg);
height: 1006px;
}
.MainHolder
{
	width: 930px;
	margin: 0 auto 0 auto;	
}
.MainLeft
{
	float: left;
	height: 1150px;
	width: 54px;
background: Transparent url(../images/mainbackleft.png) no-repeat top;
}
.MainRight
{
	float: right;
	height: 1150px;
	width: 50px;
background: Transparent url(../images/mainbackright.png) no-repeat top;
}
.Main
{
	float: left;
margin: 0 auto 0 auto;
background: Transparent url(../images/MainBack.jpg) no-repeat top;
width: 816px;
height: 1006px;
padding: 144px 0 0 10px;
}
.HeaderText
{
margin-left: .5em;
float: none;
width: 800px;
height: 15px;
}
.Buttons
{
margin: 1.15em 0 0 0;
}
.Buttons div
{
background: Transparent url(../images/buttonback.png) no-repeat top;
width: 162px;
height: 42px;
float: left;
text-transform: uppercase;
text-align: center;
line-height: 3;
}
.Buttons div:hover
{
cursor: pointer;
color: #ccc;
background: Transparent url(../images/buttonbackhover.png) no-repeat top;
}
.LeftSide
{
margin: 1em 0 0 0;
text-align: center;
width: 230px;
float: left;
}
.LeftSide div
{
width: 230px;
min-height: 100px;
margin: 0 auto 0 auto;
}
.LeftSide .TodaysShow
{
background: Transparent url(../images/todaysshows.png) no-repeat top center;
padding-top: 30px;
max-height: 100px;
}
.LeftSide .TodaysSpecials
{
background: Transparent url(../images/todaysspecials.png) no-repeat top center;
padding-top: 15px;
max-height: 340px;
min-height: 340px;
margin-top: 15px;
}
.LeftSide .UpcomingShows
{
background: Transparent url(../images/UpcomingShows.png) no-repeat top center;
padding-top: 28px;
max-height: 210px;
margin-top: 25px;
overflow: hidden;
}
.LeftSide .UpcomingShows a, .LeftSide .TodaysShow a
{
	color: #CCC;
}
.LeftSide .Date
{
	font-weight: bold;
	margin-top: 5px;
	color: #EFEFEF;
}
.TodaysSpecials .Header
{
	font-weight: bold;
	margin-top: 15px;
	font-size: 105%;
}
#NextShow, #NextShow div, .UpcomingShows div
{
	min-height: 0;
}
.TodaysSpecials div
{
	padding: .1em;
	margin: .1em 0 .1em 0;
	min-height: 10px;
	width: 220px;
}
.TodaysSpecials div a, .MoreLink a
{
	color: Red;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
}
.TodaysSpecials div a:hover, .MoreLink a:hover,.LeftSide .UpcomingShows a:hover, .LeftSide .TodaysShow a:hover
{
	text-decoration: underline;
}
#MainNews #Title
{
	border-bottom: solid 1px #444;
	width: 100%;
	color: #CCC;
	font-size: 13pt;
	font-weight: bold;
}
#MainNews #Info
{
	margin-left: 5px;
}
#MainNews #Holder
{
	margin-bottom: 25px;
}
.Middle
{
float: none;
margin-left: 243px;
width: 585px;
clear: none;
}
.Middle .Content
{
height: 48.5em;
width: 570px;
margin: 0;
padding: 3.5em 0 0 .5em;
}
.Middle .Content .scroll-pane
{
height: 48.5em;
width: 563px;
float: left;
}
.Middle .Links
{
margin: 1.2em auto 0 auto;
width: 490px;
}
.Middle .Links a, .Middle .Links a img
{
border: none;
}
.Copywright
{
width: 613px;
height: 50px;
margin: 1.5em 0 0 7.7em;
float: none;
clear: both;
background: Transparent url(../images/copywright.png) no-repeat top center;
text-align: center;
padding: .4em 0 0 0;
color: #3f3e3e;
}
.Copywright a
{
color: #5d5c5c;
text-decoration: none;
font-size: 80%;
}
.Copywright a:hover
{
color: #999;
}

.SpecialsDetail
{
	width: 400px;
}
.SpecialsDetail ul
{
	list-style: none;
	float: left;
	display: block;
	width: 500px;
	text-align: center;
}
.SpecialsDetail ul li
{
	float: left;
	margin: 0 5px 0 5px;
}
.SpecialsDetail ul li a
{
	text-decoration: none;
	font-size: 9pt;
	color: #CCC;
	font-weight: bold;
}
.SpecialsDetail ul li a:hover
{
	text-decoration: underline;
	cursor: pointer;
}
.SpecialsDetail .Header
{
	margin: 0 0 5px 20px;
	font-weight: bold;
	text-decoration:underline;
}
.SpecialsDetail .Type
{
	margin: 15px 0 5px 30px;
	font-weight: bold;
}
.SpecialsDetail .Special
{
	margin: 0 0 0 40px;
}
.AboutUs
{
	padding: 10px 0 0 10px;
	width: 500px;
}