@charset "utf-8";
/* CSS Document */
a:link { 
	color: #FF9933;
	text-decoration: none;
	}
a:visited { 
	color: #FF9933;
	text-decoration: none;
	}
a:hover { 
	color: #CCCCCC;
	}
a:active { 
	color: #FF9933;
	text-decoration: none;
	}
BODY{

	font:Arial, Helvetica, sans-serif;
	background-image: url(../images/bg01.gif);
}

#contentWin {
	position:absolute;
	left:322px;
	top:123px;
	width:651px;
	height:532px;
	z-index:5;
	color: #CCCCCC;
}

#stage {
	top: 0px;
	z-index:1;
	position:absolute;
	background-color:#74210e;
	border: 1px dotted black; 
	height: 700px;
	width: 700px;
	left: 293px;
}

#headerimg {
	position:absolute;
	left:293px;
	top:0;
	width:700px;
	height:100px;
	z-index:2;
	border-bottom: 1px dashed black; 
	}


#footer {
	position:absolute;
	left:293px;
	top:660px;
	width:700px;
	height:40px;
	z-index:3;
	border-top: 1px dashed black; 
	font:Arial, Helvetica, sans-serif; font-size:9px; color:#FF9933;
	text-align:center;
}

#navmenu{
	text-align:center;
	position:absolute;
	left:428px;
	top:67px;
	width:500px;
	height:29px;
	z-index:4;
	
}
