/* CSS Document */
body {background-image:url(images/bg.gif);
		background-repeat:repeat-x;
		background-color:#0e0e0e;
		font-family:Tahoma, Arial;
		font-size:11px;
		margin-top:0px;
		color:#999999;
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
		}
		
a {color:#CCCCCC;
	text-decoration:none;
	}
a:hover {text-decoration:underline;
	color:#FFFFFF;
	}
		
		
#wrapper {
	padding:0;
	width:950px;
	margin: 0 auto;

	}


#main {width:950px;
		height:auto;
		background-color:#000000;
		float:left;
		border:solid #111111 2px;
		}
		
		
.top {font-size:12px;
		}
		
		
#header {width:950px;
		height:75px;
		float:left;
		background:url(images/header.jpg);
		}
		
	/*	
#menu {width:900px;
		height:50px;
		float:left;
		}
		*/
#main_content {width:950px;
				height:auto;
				float:left;
				}
				
				
#bottom{width:950px;
		height:60px;
		float:left;
		font-size:10px;
		color:#404040;
		
		}
		
#bottom a{color:#404040;
font-size:10px;
		
		}
		
		
		
		
		
#left {width:600px;
		height:auto;
		float:left;
	}
	
#right {width:340px;
	height:auto;
	float:right;
	}
	
	
	
#artist{width:590px;
		height:180px;
		float:left;
		margin:5px 5px 5px 5px;
		}
		
#dj_artist{width:590px;
		height:180px;
		float:left;
		margin:5px 5px 5px 5px;
		}
		
		
#forum {width:590px;
		height:auto;
		float:left;
		margin:5px 5px 5px 5px;
		}
#counting {width:325px;
			height:auto;
			float:left;
			margin:5px 0px 5px 5px;
			}	
		
#recent_dwn {width:325px;
			height:auto;
			float:left;
			margin:5px 0px 5px 5px;
			}
			
			
#ads {width:324px;
			height:auto;
			float:left;
			margin:5px 0px 5px 5px;
			}
			
#ads2 {width:324px;
			height:auto;
			float:left;
			margin:5px 0px 5px 5px;
			}
			
#top_ads {width:950px;
			height:auto;
			float:left;
			}
			
#top_dwn {width:325px;
			height:auto;
			float:left;
			margin:5px 0px 5px 5px;
			}

			
			
.header_1 {background-color:#161616;
		font-family:Tahoma, Arial;
		background-image:url(images/main-module-head.gif);
		background-repeat:repeat-x;
		font-size:12px;
		font-weight:bold;
		padding-left:5px;
		
		}
			
			
/* all_remix.php */		
#all_main {width:590px;
		height:auto;
		float:left;
		margin:5px 5px 5px 5px;
		}
			

#artist_thb {width:325px;
			height:auto;
			float:left;
			margin:5px 0px 5px 5px;
			}
			
			
/* MENU */

#tabs {
	float:right;
	width:645px;
	font-size:93%;
	line-height:normal;
	}

#tabs ul {
	margin:0;
	padding:0px 10px 0 50px;
	list-style:none;
	float:right;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	}


#tabs a span {float:none;}


#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}  
		
	div.pagination {
		padding: 3px;
		margin: 3px;
		text-align:center;
		color:#a0a0a0;
		font-size:80%;
	}
	div.pagination a {
		border: 1px solid #909090;
		margin-right:3px;
		padding:2px 5px;
		background-image:url("images/bar.gif");
		background-position:bottom;
		text-decoration: none;
		color: #c0c0c0;
	}
	div.pagination a:hover, div.meneame a:active {
		border: 1px solid #f0f0f0;
		background-image:url(images/invbar.gif);
		background-color:#404040;
		color: #ffffff;
	}
	div.pagination span.current {
		margin-right:3px;
		padding:2px 5px;
		border: 1px solid #ffffff;
		font-weight: bold;
		background-color: #606060;
		color: #ffffff;
	}
	div.pagination span.disabled {
		margin-right:3px;
		padding:2px 5px;
		border: 1px solid #606060;
		color: #808080;
	}
		
		
