
/* Named Layers */
#BannerLayer { position:absolute; z-index:3; left: 230px; top: 5px; font-weight: 700;
				font-family: Verdana, Arial, sans-serif; font-size: 22px; color: #003366;
				filter:Glow(color=#ffffff,strength=6); height: 50px;}

#FooterLayer { position:relative; width:500px; height:114px; z-index:2; left: 0px; top: 20px; }

#Layer1 { cursor: hand; position:absolute; width:500px; height:38px; z-index:1; left: 220px; top: 60px; }

#LeftMenu { cursor: hand; position:absolute; width:150px; height:200px; z-index:1; left: 5px; top: 150px; }

#LogoLayer { position:absolute; width:222px; height:114px; z-index:2; left: -5px; top: 0px; }

#SearchLayer { position:absolute; width:0px; height:0px; z-index:1; left: 0px; top: 0px; overflow: hidden;}

#VideoLinkLayer
	{
		z-index: 5;
		border: 5px outset #FFCC00; /* #003366; */
		overflow: none;
		width: 650px;height: 557px;
		position: relative;
		top: 30px;
		background-image: url('./images/MovieBack3.jpg');
		background-repeat: no-repeat;
		text-align: center;
	}

#VideoLinks
	{
		z-index: 8;
		overflow: none;
		position: relative;
		left: 0px;
		top: 115px;
		width: 400px;
		overflow: none;
		text-align: left;
		font-size: 20px;
		font-weight: 800;
	}

#VideoLayer
	{
		z-index: 5;
		border: 5px outset #FFCC00; /* #003366; */
		overflow: none;
		width: 640px;height: 540px;
		position: relative;
		top: -30px;
		}

		#MoveHeader
		{
		position: absolute;
		top: 105px;
		left: 170px;
		text-align: center;
		width: 590px;
		}


/* html formatting */
body { 	background: #FFFFFF;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px; color: #003366 }

table { font-size: 12px; }

/* html tag classes */

td.Menu {font-size: 15px; font-weight: bold; background-color: #003366;}

span.FooterBold { font-weight: bold; font-size: small }

div.Header {font-size: 18px; font-weight: bold; text-align: center; }


