body {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	margin:0px;
	font-family:verdana,helvetica,arial,sans-serif;
	color:#3b3b3b;
	font-size:10px;
}

#container{
	position:relative;
	width:850px;
	left:50%;
	margin-left:-415px;
}
#header{
	width:850px;
	height:238px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

#menu2{
	height:50px;
	margin-top:10px;
}
.nm_item{
	width:105px;
	height:50px;
	background-image:url('./images/nm_1.jpg');
	background-repeat:no-repeat;
	float:left;
	text-align:center;
	margin-right:16px;
	padding-top:12px;
}

.nm_item:hover{
	background-image:url('./images/nm_2.jpg');
}

#new_menu {
	height:66px;
	margin-top:10px;
}
#menu_left{
	background-image:url('./images/menu_left.jpg');
	background-repeat:no-repeat;
	width:3px;
	height:65px;
	float:left;
}
#menu_right{
	background-image:url('./images/menu_right.jpg');
	background-repeat:no-repeat;
	width:3px;
	height:65px;
	float:left;
}
.nm_item {
/*
	background-image:url('./images/menu_block_01.jpg');
	background-repeat:repeat-x;
	height:65px;

	float:left;
	width:102px;
	text-align:center;
	padding-top:25px;
*/
}
.nm_item a{
	color:#6f6f6f;
	font-size:120%;
}
.nm_item a:hover{
	text-decoration:none;
	color:#ffffff;
}
.menu_item:hover {
	background-image:url('./images/menu_block_02.jpg');
}
.menu_sep {
	background-image:url('./images/menu_sep.jpg');
	background-repeat:no-repeat;
	width:4px;
	height:65px;
	float:left;
}


#main_text{
	width:550px;
	float:left;
}
#footer{
	clear:both;
	border:1px solid #000000;
	margin-top:20px;
	background-color:#5d5650;
	color:#ffffff;
	padding:10px;
}
.news_text{
	float:left;
	width:400px;
}

.news_container{
	border:1px dashed #8b8b8b;
	margin-bottom:40px;
}
.news_image {
	float:left;
	padding-right:10px;
	width:135px;
	font-weight:bold;
	font-size:13px;
	color:#a6a6a6;
}
.news_image img{
	border:1px solid #8b8b8b;
	margin-right:15px;
	margin-bottom:15px;
	float:left;
}
.news_hr{
	clear:left;
	height:1px;
	background-color:#8b8b8b
}
#main_right{
	float:left;
	margin-left:15px;
	width:280px;
}
h1 {
	color:#a9c983;
	font-size:14px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}
h2 {
	color:#524b45;
	font-size:20px;
	font-weight:bold;
}
p {
	color:#524b45;
	margin-top:0px;
	margin-bottom:0px;
}
a {
	text-decoration:none;
	color:#a9c983;
}
a:hover {
	text-decoration:underline;
}
.submit {
	background-color:#a9c983;
	color:#ffffff;
	cursor:pointer;
	border:1px solid #524b45;
	font-weight:bold;
	font-family:"Trebuchet MS",Verdana,sans-serif;
}
.input {
	font-size:10px;
}
.heading {
	margin-top:25px;
}
.snippets {
	float:left;
	width:93px;
	font-size:10px;
	height:100px;
}
.snippets img{
	border:1px solid #383838;
}
.audioart{
	
}
.audioart img{
	border:1px solid #383838;
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}
.file_popup{
	margin-left:20px;
	margin-top:20px;
	font-size:16px;
	color:#514942;
}
.file_info{
	float:right;
	margin-top:80px;
	margin-right:20px;
	font-size:12px;
	color:#514942;
}
.file_desc{
	margin-top:70px;
	margin-right:20px;
	margin-left:20px;
	color:#a9c983;
}
.link{
	border:1px dashed #d2d2d2;
	padding:5px;
	margin-bottom:20px;
}
.link h1{
	float:left;
	margin-right:20px;
	width:150px;
}
.contact{
	float:left;
	border:1px dashed #d2d2d2;
	margin-right:10px;
	margin-bottom:10px;
	width:243px;
	height:155px;
	padding:10px;
}
.contact br{
	clear:left;	
}
.contact img{
	float:left;
	border:1px solid #383838;
	margin-right:5px;
}

.artists{
	float:left;
	border:1px dashed #d2d2d2;
	margin-right:10px;
	margin-bottom:10px;
	padding:10px;
	height:100px;
}
.artists img{
	border:1px solid #383838;
}
.mix_desc{
	margin-top:10px;
	height:100px;
	overflow:auto;
}
.listen_here {
	background-color:#8a8581;
	padding:10px;
}
.download h1{
	color:#8a8581;
}
.download_pic h1{
	color:#8a8581;
}
.download{
	height:220px;
	border:1px solid #8b8b8b;
	margin-right:10px;
	margin-bottom:10px;
	padding:10px;
	width:243px;
	background-image:url('./images/box_grad.jpg');
	background-repeat:repeat-x;
}
.pic_contain{
	overflow:auto;
}
.download_pic{
	height:220px;
	border:1px solid #8b8b8b;
	margin-bottom:10px;
	padding:10px;
	width:525px;
	background-image:url('./images/box_grad.jpg');
	background-repeat:repeat-x;
}
.download img{
	border:1px solid #383838;
}
.download_pic img{
	border:1px solid #383838;
}
