
body {
	margin:0px;
	padding:0px;
	background-color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
}

h2 {
	color:#0099FF;
	text-align:center;
	font-size:24px;
}
h4 {
	color:#FFFFFF;
	text-align:center;
	font-size:18px;
}
b {
	color:#00CCFF;
}
#bg {
	background-image:url('Images/bigbg-sm.png');
	background-repeat:no-repeat;
	width:770px;
	height:533px;
	z-index:1;
	border-style:solid;
	border-width:3px;
	border-color:#333333;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	display:none;
}
#title {
	position:absolute;
	width:432px;
	height:98px;
	margin-left:169px;
	margin-top:10px;
	z-index:2;
}
#content {
	position:absolute;
	background-image:url('Images/contentbg.png');
	background-repeat:no-repeat;
	color:#CCCCCC;
	width:530px;
	height:330px;
	margin-left:200px;
	margin-top:135px;
	z-index:3;
	text-indent:20px;
	display:none;
	opacity:0.95;
}
.noindent {
	text-indent:0px;
}
#contenttxt {
	position:absolute;
	width:500px;
	height:300px;
	margin-top:4px;
	margin-left: 4px;
	padding:10px;
	overflow:auto;
	line-height:150%;
	z-index:4;
}
#nav {
	position:absolute;
	width:500px;
	height:20px;
	margin-left:210px;
	margin-top:480px;
	text-align:center;
	color:#FFFFFF;
	z-index:5;
}
#nav a {
	cursor:pointer;
	font-weight:bolder;
	padding:2px;
	letter-spacing: 3px;
}

#content a {
	color:#FFFF00;
}

#audioopen {
	position:absolute;
	margin-top:5px;
	margin-left:634px;
	width:160px;
	height:10px;
	z-index:9;
	font-size:14px;
	color:#CCCCCC;
	cursor:pointer;
}

#audio {
	position:absolute;
	margin-top:-450px;
	margin-left:620px;
	width:260px;
	height:350px;
	z-index:7;
	font-size:10px;
	color:#CCCCCC;
	opacity:0.0;
	padding:5px;
	padding-left:15px;

}

#audiotitle {
	height:30px;
}

#cds {
	position:absolute;
	width:150px;
	height:300px;
	margin-left:100px;
	margin-top:50px;
	z-index:10;
}
.cd {
	float:left;
	width:25px;
	height:21px;
	background-image:url(Images/cd.png);
	background-repeat:no-repeat;
	text-align:center;
	font-size:12px;
	padding-top:4px;
	color:#FF3399;
	cursor:pointer;
}

.fakecd {
	width:25px;
	height:25px;
	background-image:url(Images/cd.png);
	background-repeat:no-repeat;
	text-align:center;
	font-size:12px;
	padding-right:4px;
	color:#FF3399;
	cursor:default;
	text-indent:0;
	margin-top:25px;
	vertical-align:middle;
}

.holder {
	margin-top:3px;
	margin-left:2px;
	float:left;
	width:25px;
	height:25px;
	background-color:#444444;
	z-index:100;

}
#cdmachine {
	position:absolute; 
	margin-bottom:5px;
	width:150px;
	height:35px;
	background-image:url(Images/cdplayer.png);
	background-repeat:no-repeat;
	z-index:7;
}
#player {
	position:absolute;
	margin-top:6px;
	margin-left:13px;
	width:25px;
	height:25px;
}
#playbtn {
	position:absolute;
	width:26px;
	height:25px;
	margin-left:48px;
	margin-top:5px;
	background-image:url(Images/playbtn.png);
}
#pausebtn {
	position:absolute;
	width:26px;
	height:25px;
	margin-left:48px;
	margin-top:5px;
	background-image:url(Images/pausebtn.png);
}
#stopbtn {
	position:absolute;
	width:26px;
	height:25px;
	margin-left:80px;
	margin-top:5px;
	background-image:url(Images/stopbtn.png);
}
#time {
	position:absolute;
	width:50px;
	height:40px;
	margin-left:110px;
	margin-top:5px;
}
.break {
	clear:both;
}
.whitebg {
	background-color:white;
}