/* commented backslash hides from ie5mac \*/ 
<style type="text/css">
<!--

-->
</style>

html{
	height:100%;
	margin:0;
	padding:0
}

#wrapper {
	
	_height: 82px;
}

#outer{
	height:99.9%;
	min-height:100%;
	width:900px;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
}

body {
	background-color: #2e2e2e;
	padding: 0px;
	margin: 0px;
}

#main{
	position:absolute;
	min-width:900px;/* for mozilla*/
	margin: 5px auto 0px;
	text-align: center;
	width:900px;
	height:625px;
	z-index:100;
	
}

#mainshadow{
	position:absolute;
	min-width:900px;/* for mozilla*/
	margin: 5px auto 0px;
	text-align: center;
	width:950px;
	height:650px;
	z-index:100;
	background-image:url(stage_bg.png);
	border:1px solid;
	border-color:transparent;
	background-repeat:no-repeat;
}
#myname{
	position:absolute;
	min-width:300px;/* for mozilla*/
	text-align: left;
	width:300px;
	height:25px;
	top: 600px;
	left: 0px;
	z-index:100;
	background-color: #0e0e0e;
}
#menu{
	position:absolute;
	min-width:600px;/* for mozilla*/
	text-align: right;
	width:600px;
	height:25px;
	top: 600px;
	right: 0px;
	z-index:100;
	background-color: #0e0e0e;
}
#navlist li
	{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
h1 {
	font-size: 10px;
	font-family: “Myriad Pro”, Arial, Helvetica, Tahoma, sans-serif;
	color: #1e1e1e;
	position: relative;
	z-index: 999;
	text-align: center;
	line-height: 10px;
	letter-spacing: 1px;
}
h2 {
	font-size: 12px;
	font-family: “Myriad Pro”, Arial, Helvetica, Tahoma, sans-serif;
	color: #434343;
	position: relative;
	z-index: 999;
	text-align: center;
	line-height: 1px;
	letter-spacing: 1px;
}
h3 {
	font-size: 12px;
	font-family: “Myriad Pro”, Arial, Helvetica, Tahoma, sans-serif;
	color: #434343;
	position: relative;
	z-index: 999;
	text-align: right;
	line-height: 1px;
	letter-spacing: 1px;
}
h4 {
	font-size: 10px;
	font-family: “Myriad Pro”, Arial, Helvetica, Tahoma, sans-serif;
	color: #909090;
	position: absolute;
	z-index: 999;
	text-align: left;
	line-height: 0px;
	padding-left: 10px;
	letter-spacing: 1px;
}
h5 {
	font-size: 10px;
	font-family: “Myriad Pro”, Arial, Helvetica, Tahoma, sans-serif;
	color: #fefefe;
	position: absolute;
	z-index: 999;
	text-align: justify;
	line-height: 10px;
	letter-spacing: 2px;
}
