body {
	margin: 25px auto;
}

td {
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	margin: 25px auto;
}


@media print {
  #MainContainerTable {
  	border: 1px solid #b1b17b;
  	width: 610px;
  }

  #headerImage {
  	width: 610px;
	height: 58px;
  }

  #subPageContentContainer {
  	padding: 20px 30px 45px 15px;
  	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
  	font-size: 9pt;
  	color: #666;
  }
}

@media screen {
  #MainContainerTable {
  	border: 1px solid #b1b17b;
  	width: 797px;
  }

  #headerImage {
  	width: 795px;
	height: 75px;
  }

  #subPageContentContainer {
  	padding: 20px 15px 45px 15px;
  	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
  	font-size: 9pt;
  	color: #666;
  }

}




#subPageNavContainer {
	background-image: url(../images/subpageNav/subpageNavBarBase.gif);
	background-repeat: no-repeat;
	height: 33px;
	padding-left:224px;
}


#StoryBtn {
	background-image: url(../images/subpageNav/story.gif);
	width: 70px;
	height: 33px;
	clip: rect(0 70 33 0);
	overflow: hidden;
	border: 0px none;
	float: left;
}

#StoryBtn:hover {
	background-position: 0 33;
}

#StoryBtnON {
	background-image: url(../images/subpageNav/story.gif);
	width: 70px;
	height: 33px;
	clip: rect(0 70 33 0);
	overflow: hidden;
	border: 0px none;
	background-position: 0 33;
	float: left;
}


#CastBtn {
	background-image: url(../images/subpageNav/cast.gif);
	width: 96px;
	height: 33px;
	clip: rect(0 96 33 0);
	overflow: hidden;
	border: 0px none;
	float: left;
}

#CastBtn:hover {
	background-position: 0 33;
}

#CastBtnON {
	background-image: url(../images/subpageNav/cast.gif);
	width: 96px;
	height: 33px;
	clip: rect(0 96 33 0);
	overflow: hidden;
	border: 0px none;
	background-position: 0 33;
	float: left;
}

#DownloadsBtn {
	background-image: url(../images/subpageNav/downloads.gif);
	width: 99px;
	height: 33px;
	clip: rect(0 99 33 0);
	overflow: hidden;
	border: 0px none;
	float: left;
}

#DownloadsBtn:hover {
	background-position: 0 33;
}

#DownloadsBtnON {
	background-image: url(../images/subpageNav/downloads.gif);
	width: 99px;
	height: 33px;
	clip: rect(0 99 33 0);
	overflow: hidden;
	border: 0px none;
	background-position: 0 33;
	float: left;
}

#TrailerBtn {
	background-image: url(../images/subpageNav/trailer.gif);
	width: 83px;
	height: 33px;
	clip: rect(0 83 33 0);
	overflow: hidden;
	border: 0px none;
	float: left;
}

#TrailerBtn:hover {
	background-position: 0 33;
}

#TrailerBtnON {
	background-image: url(../images/subpageNav/trailer.gif);
	width: 83px;
	height: 33px;
	clip: rect(0 83 33 0);
	overflow: hidden;
	border: 0px none;
	background-position: 0 33;
	float: left;
}

#PressBtn {
	background-image: url(../images/subpageNav/press.gif);
	width: 113px;
	height: 33px;
	clip: rect(0 113 33 0);
	overflow: hidden;
	border: 0px none;
	float: left;
}

#PressBtn:hover {
	background-position: 0 33;
}

#PressBtnON {
	background-image: url(../images/subpageNav/press.gif);
	width: 113px;
	height: 33px;
	clip: rect(0 113 33 0);
	overflow: hidden;
	border: 0px none;
	background-position: 0 33;
	float: left;
}


#PlaydatesBtn {
	background-image: url(../images/subpageNav/playdates.gif);
	width: 110px;
	height: 33px;
	clip: rect(0 110 33 0);
	overflow: hidden;
	border: 0px none;
	float: left;
}

#PlaydatesBtn:hover {
	background-position: 0 33;
}

#PlaydatesBtnON {
	background-image: url(../images/subpageNav/playdates.gif);
	width: 110px;
	height: 33px;
	clip: rect(0 110 33 0);
	overflow: hidden;
	border: 0px none;
	background-position: 0 33;
	float: left;
}






#subPageContentContainer h1{
	color: #9b876e;
	font-family: times new roman, times, serif;
	font-weight: normal;
	font-size: 18pt;
	border-top: double #6b818e;
	border-bottom: double #6b818e;
	width: 280px;
	text-align: center;
}

#subPageContentContainer h2{
	color: #9b876e;
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	width: 280px;
	border-bottom: 1px solid #6b818e;
}

#subPageContentContainer a {
	color: #677B87;
	text-decoration: underline;
}

#subPageContentContainer a:hover {
	color: #9b876e;
	text-decoration: none;
}