 
body
{
	margin:0;
	border:0;
	padding:0;
	height:100%;
	width: 100%; 
  	background: #000000;
}

#Container
{
	position: absolute;
	left: 50%;	
	width: 800px;
	margin-left: -400px;
}

#CurtainTop
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 48px;
	z-index: 300;
	background: transparent;
	padding: 0;
}

#Spotlights
{
	position: absolute;
	top: 24px;
	left: 0px;
	width: 800px;
	height: 105px;
	background: #202020;
	z-index: 100;
	padding-left: 200px;
	color: white;
	border-right: solid 1px gray;
}

#LeftDrape
{
	position: absolute;
	left: 0px;
	top: 33px;
	width: 224px;
	height: 640px;
/*	background: #00FF00;	*/
	background: transparent;
	z-index: 202;
}

#Content
{
	position: absolute;
	left: 130px;
	top: 150px;
	width: 670px;
	height: 523px;
	background: #202020;
/*	background: red;*/
	color: white;
	padding: 3px 3px 3px 68px;	
	z-index: 50;
	overflow: auto;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
}

#ContentTitle
{
	position: absolute;
	left: 144px;
	top: 129px;
	width: 656px;	
	height: 21px;
	text-align: center;
	font-weight: 900;
	font-style: italic;
	font-size: 18;
	valign: middle;
	background: #CA9A66;
/*	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr= '#C0FFCC00' , EndColorStr= '#FF000000' );*/
	border-top: solid 1px gray;
	border-right: solid 1px gray;
	color: white;
}


