body {
	margin: 0 auto;
	min-height: 855px;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #d2c49e;
	line-height: 20px;
	
	/* background-color: #000000; */
	background: #c9b983 url(../img/background1.jpg) no-repeat top  ;
	background-attachment : fixed;
	/* background-image: url(background1.jpg);
	background-repeat: no-repeat;
	background-position: center top; */
	}
	
/*\*/
* html body {
height: 855px;
}
/**/

body#standaloneplayer {
	margin: 20px;
	padding: 0;
	
	background-color: #3d372e;
	background-image: none;
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #ea1842;
	line-height: 20px;
	}

#wrapper {
	width: 1015px;
	height: 43px;
	margin: 0 auto;
	background-image: url(../img/navibg.png);
	}
	
#wrapper2 {
	width: 920px;
	height: 60px;
	margin: 0 auto;
	}	
	
#navi {
	width: 100%;
	height: 60px;
	}
	
#navi ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}

#navi ul li {
	float: left;
	}
	
#navi a {
	display: block;
	float: left;
	}

#navi ul li a {
	display: block;
	float: left;
	text-align: center;
	width: 80px;
	height: 40px;
	color: #fff;
	padding-top: 16px;
	padding-left: 4px;
	padding-right: 4px;
	font-family: "Helvetica Neue", Tahoma, Geneva, sans-serif;
	text-transform:uppercase;	
	text-decoration: none;
	/* background-image: url(img/navibg.png); */
	background-position: bottom;
	background-repeat: no-repeat;
	}

#navi ul li a:hover {
	color: #d2c49e;	
	text-decoration: none;
	background-image: url(../img/over.png);
	}
	
#navi ul li.hidden  {
	display: none;
	}
		
.navibox a {
	display: block;
	float: left;
	text-align: center;
	width: 71px;
	height: 40px;
	color: #fff;
	padding-top: 16px;
	padding-left: 3px;
	padding-right: 3px;
	font-family: "Helvetica Neue", Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	/* background-image: url(img/hover.png); */
	background-position: bottom;
	background-repeat: no-repeat;
	}
	
.navibox a:hover {
	color: #d2c49e;
	text-decoration: none;
	background-image: url(../img/over.png);
	}

.socialbox a {
	display: block;
	float: left;
	text-align: center;
	width: 32px;
	height: 40px;
	/* padding-top: 16px; */
	padding-right: 3px;
	margin: 5px 0px 10px 0px;
	text-decoration: none;
	background-position: bottom;
	background-repeat: no-repeat;
	}
	
.naviblock {
	background: rgb(60,44,31);
	background: rgba(60,44,41,0.6);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 10px 10px 10px;
	}

#content {
	float: left;
	width: 500px;
	margin: 20px 0px 0px 30px;
	}
	
#content img {
	border: 1px solid #d2c49e;
	margin-right: 2px;
	}

#line {
	clear: both;
	margin: 10px 0px 10px 0px;
	/* padding: 5px 5px 5px 5px; */
	border-bottom: 2px dotted #231b19;
	background-color: transparent;
}

.block {
	background: rgb(60,44,31);
	background: rgba(60,44,41,0.6);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 0 10px 0;
	padding: 10px 10px;
	}
	
.news {
	border-bottom: 2px dotted #231b19;
	padding-bottom: 10px;
	margin-bottom: 10px;
	min-height: 64px;
	float: left;
	width: 100%;
	}
	
.newsicon {
	background-repeat: no-repeat;
	width: 64px;
 	text-align: center;
	padding-top: 45px;
	margin-top: 0px;
	float: left;
	}
	
.newscontent {
	width: 410px;
	float: right;
	}	
	
#extras {
	width: 500px;
	height: 50px;
	float: left;
	margin: 0px 0px 0px 0px;
	}
	
#extras img {
	display: block;
	float: right;
	border: 0px;
	}
	
#extras span {
	float: right;
	padding-right: 10px;
	}
	
#extras a {
	color: #fee4a0;
	}
	
img {
	border: 0;
	}
	
#extras a:hover {
	color: #a03e37;
	}
	
.clear {
	clear: both;
	}
	
p {
	margin-bottom: 40px;
	}
	
p.short {
	margin-bottom: 15px;
	margin-top: -10px;
	}
	
p.jukebox {
	margin-bottom: 15px;
	}
	
.news span {
	color: #231b19;
	padding-right: 5px;
	font-weight:bold;
	}

p span {
	color: #231b19;
	padding: 0px 5px 0px 0px;
	font-weight:bold;	
	}

a {
	color: #231b19;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #eb1842;
	font-weight: bold;
	text-decoration: none;
	}
	
a.readmore {
	padding-left: 8px;
	font-size: 11px;
	float:right;
	}

a.readmoreright {
	clear: both;
	float: right;
	font-size: 11px;
	padding-top: 5px;
	}
	
h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #231b19;
	}

h2 {
	margin: 20px 0 25px 0;
	padding: 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #d2c49e;
	}

#sidebar {
	float: right;
	width: 360px;
	margin: 40px 30px 0px 0px;
	border-left: 2px dotted #231b19;
	padding:: 40px 20px 0px 20px;
	}
	
#subcontent {
	float: right;
	width: 340px;
	}
	
.song {
	width: 330px;
	height: 36px;
	background-image: url(../media/songplayer_bg.gif);
	background-repeat: no-repeat;
	
	margin-bottom: 2px;
	}
	
.song span.songname {
	float: left;
	display: block;
	padding: 9px 0 0 14px;
	}
	
.song span.songdetail {
	display: block;
	float: right;
	padding: 9px 14px 0 0;
	color: #eb1842;
	}
	
.song span.songplay {
	display: block;
	float: right;
	padding: 9px 18px 5px 3px;
	color: #eb1842;
	background-image: url(../media/songplay.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
.song:hover {
	background-image: url(../media/songplayer_bg_hover.gif);
	color: #eb1842;
	}
