body {
	background-color:#000000;
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	font-family:"Courier New", Courier, monospace;
	color:#FFFFFF;
}
#wrapper {
	width:630px;
	height:auto;
	margin:50px auto 0;
	overflow:hidden;
	background-color:#000000;
	position:relative;
}
.header {
	width:475px;
	height:126px;
	float:left;
	margin-left:92px;
}
.nav {
	width:600px;
	height:30px;
	float:left;
	margin-left:25px;
	margin-bottom:30px;
}
.nav ul {
	list-style-type:none;
	list-style-image:none;
}
.nav li {
	display:inline;
	margin-left:20px;
}
.nav li a {
	color:#FFFFFF;
	text-decoration:none;
}
.nav li a:hover {
	color:#FF9900;
}
a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#FF9900;
}
.leftcol {
	width:320px;
	height:auto;
	float:left;
	padding-left:135px;
}

.leftcol2 {
	width:200px;
	height:auto;
	float:left;
	padding-left:20px;
	}


.rightCol2 {
	width:382px;
	height:auto;
	float:right;
	overflow:hidden;
}

.leftcol2 p, .rightCol2 p {
font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
font-size:11px;
line-height:16px;
font-weight:normal;
}

.content{
width:600px;
font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
font-size:11px;
line-height:16px;
height:auto;
float:left;
font-weight:normal;
}
.buynow {
	float:right;
	width:163px;
	height:auto;
	margin-top:50px;
}
.footer {
	width:630px;
	height:80px;
	float:left;
}
.copy {
	float:right;
	width:auto;
	color:#FF9900;
	font-size:11px;
	margin-top:20px;
}
.musicplayer {
	float:left;
	margin-left:20px;
}
.FL {
	float:left;
}
.FR {
	float:right;
}
.preset {
	margin-top:20px;
}
.latestNews {
	width:140px;	
	height:140px;
	position:absolute;
	z-index:2;
	left:0;
	top:300px;
	color:#FFF;
}
.latestNews p {
	margin-top:0;

}

.yellow{
color:#FF9900;
}

a.curunt{
color:#FF9900;
}

.clear{
clear:both;
}

.mrgnBottom{
margin-bottom:10px;
}