html, body {
	height: 100%;
	margin: 0px;
	background-image: url('images/starback.gif');
}

.wrapper {
	font-size: 12px;
	color: #444444;
	min-height: 100%;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	height: auto !important;
    width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

img
{
	border: 0px; 
}

.FurduHeader {
	width: 884px;
	height: 223px;
	background-image: url('images/Banner.jpg');
}

.FurduBody {
	width: 884px;
	height: 659px;
	background-image: url('images/BackMain.jpg');
}

.FurduRepeat {
	width: 884px;
	height: 10px;
	background-image: url('images/BackRep.jpg');
	background-repeat:repeat-y;
}

.FurduFooter {
	width: 884px;
	height: 47px;
	background-image: url('images/BackFooter.jpg');
	text-align: center;
	color: #ffffff;
}

.ContentHeader {
	font-style: bold;
	font-size: 20px;
	text-align: center;
	width: 610px;
}

.BigContent {
	overflow:auto;
	width: 610px;
	height: 610px;
}

.FurduMascot {
	width: 237px;
	height: 386px;
	background-image: url('images/mascot.png');
	margin-top: -422px;
	float:right;
}

.TicketStubs {
	width: 663px;
	height: 85px;
	background-image: url('images/PageTop.png');
	margin-left:120px;
	margin-top:-85px;
}

.PageContent {
	width: 663px;
	height: 635px;
	background-image: url('images/PageMid.png');
	margin-left:120px;
}

.PageFooter {
	width: 663px;
	height: 23px;
	background-image: url('images/PageBot.png');
	margin-left:120px;
}

.PageWrap {
	width:643px;
	margin-left:32px;
}

.LeftText {
	float:left;
	width: 350px;
}

.RightText {
	float: left;
	width: 240px;
	margin-left:10px;
}



/* Image slider stuff */
/*Image slider css*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:230px;	
	width: 600px;
	overflow: hidden;
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; 
	left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	right: -7px;
	width: 102px;
	height:42px;
	margin-top: -50px;
	z-index: 80; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	/*background-image: url('images/starback.gif') no-repeat;*/
	background-image: url('images/Slider.png'); 
	background-repeat: no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	text-decoration: none;
	color: #000000;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	color: #ffffff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

#GradBarTop{
	position: absolute;
	margin-top: -250px;
}

#GradBarBot{
	position: absolute;
	margin-top: -20px;
}

#ImageOutline{
	position: absolute;
	width: 600px;
	height: 230px;
	margin-top:-230px;
}

#ImageSlider{
	height: 240px;
}

#SliderLogo{
	position: absolute;
	margin-top: -70px;
	margin-left: -10px;
}

/*capactiy bar*/
.CapBar {
	margin-top:0px;
	float: right;
	margin-right:166px;
}

.CapTop {
	width: 48px;
	height: 45px;
	background-image: url('images/PoleTop.png');
	background-repeat: no-repeat;
}

.CapBot {
	width: 48px;
	height: 44px;
	background-image: url('images/PoleBot.png');
	background-repeat: no-repeat;
}

.CapMid {
	width: 48px;
	height: 89px;
	background-image: url('images/PoleCase.png');
	background-repeat: no-repeat;
}

.CapBars {
	height:100px;
	width:24px;
	margin-left:22px;
}

.CapPush {
	height:50px;
}	

.CapPole {
	height:50px;
	background-image: url('images/Pole.gif');
	background-repeat: no-repeat;
}

.Capacity {
	color: #ffffff;
	text-align: center;
	width: 50px;
	margin-left:10px;
}
