		body {background-color: RGB(245,245,245);
			margin: 0;
			padding: 0;
			font-family: "Times", "Times New Roman";			color:RGB(0,0,0);}

		img.NoBorder {border-style: none;
				text-align: center;}

		#Heading {width: 866px;
				height: 116px;
				margin-top: 10px;
				margin-left: 10%;
				margin-right: auto;}

		.Spacer {height: 25px;}

		#Content {background: RGB(60,60,60);
				background-image: url(images/wood.gif);
				background-repeat: repeat;
				width: auto;
				height: 100%;
				padding-left: 20%;
				margin-right: auto;}

		.Tabs {margin-left: 9%;}

		.CastTab {height: 97px;
				width: 1024px;
				background-image: url(images/fulltabs.png);
				background-position: 0px -97px;}

		#CastFolder {width: 1018px;
				height: 100%;
				background-color: RGB(121,131,113);
				border-style: solid;
				border-right-width: 3px;
				border-left-width: 3px;
				border-bottom-width: 5px;
				border-color: RGB(65,98,39);
				border-top-color: RGB(121,131,113);}

		#Cast {width: 80%;
			height: auto;
			margin-left: auto;
			margin-right: auto;}

		.Character {margin: 30px;
				width: auto;
				height: auto;
				border-style: solid;
				border-color: RGB(121,131,113);
				border-width: 2px;}

		.DescRight {width: 65%;
				height: auto;
				margin-left: auto;
				margin-right: 10%;
			border-style: solid;
			border-color: RGB(121,131,113);
			border-width: 2px;}

		.DescLeft {width: 65%;
				height: auto;
				margin-left: 10%;
				margin-right: auto;
			border-style: solid;
			border-color: RGB(121,131,113);
			border-width: 2px;}

		img.CastLeft {float: left;
				padding-right: 30px;}

		img.CastRight {float: right;
				padding-left: 30px;}
