@charset "UTF-8";
/* CSS Document */


body{
	background-color:#000;
	
}

h1{
font-family:Helvetica, Arial, sans-serif;
font-weight:600;
font-size:40px;
letter-spacing:-1px;
line-height:10px;
margin:0px;
color:#618136;
}

h2{
font-family:Helvetica, Arial, sans-serif;
font-weight:100;
font-size:26px;
letter-spacing:-1px;
margin-bottom:0;
line-height:30px;
margin:0px;
color:#999999;
}


p{
font-family:Arial, Helvetica, sans-serif;
font-weight:600;
line-height:30px;
color:#3d4344;
}

#discList td{
	border-bottom:1px solid #444;
	border-right:1px solid #222;
	
	padding:0 0 15px 0;
}

#discList td img{
	padding:0 0 12px 0;
}

.highlight{
	color:#999999;
	line-height:18px;
	margin-bottom:5px;
	font-size:14px;
	}
	
.disc-cell{
		width:100px; height:100px; padding-top:10px; padding-right:10px !important;
		
	}
	
.small-cell{
	font-size:10px;
	padding:0 10px;
	text-align:center;
	color:#618136;

}

	.legend{
		position:relative !important;
		top:20px !important;
	}
	
	.genre{
		position:relative !important;
		top:20px !important;
		color:#618136;
			}
			.new-genre td{
				border-bottom:4px solid #444 !important;
				border-right:none !important;
			}
	.nrb{
		border-right:none !important;
	}



.tc2{
	border:1px solid white;
	}
	
a{
color:#666666;
}

a:hover{
color:#FFFFFF;
}



body{
	background-image:url(../images/bgIMG.png);
	background-repeat:repeat-y;margin:0px;
padding:0px
}


#topBar{
	background-color:#FFFFFF;
	height:10px;
	width:100%;
	position:fixed;
	top:0;
	margin:0px;
	padding:0px;
	}


#wrapper{
	background-image:url(../images/bgIMG.png);
	background-repeat:repeat-y;
	width:900px;
	height:600px;
	float:left;
	}

		
		
		#logo{
			width:900px;
			height:200px;
			float:left;
			position:absolute;
			top:0px;
			margin-right:20px;
			background-image:url(../images/navbgIMG.png);
			}
			
		#slogan{
			width:900px;
			height:20px;
			position:absolute;
			top:88px;
			left:0px;
			}
		#slogan h1{
			font-family:Helvetica, Arial, sans-serif;
			font-size:14px;
			letter-spacing:0.4pt;
			color:#618136;
			margin-left:20px;
			font-weight:100;
			}
			
		
		#logoSwap{
			width:230px;
			height:80px;
			background-image:url(../images/logo.png);
			background-position:0 0px;

			}
		
		#logoSwap:hover{
			background-position:0 -281px;

			}
			
			
			
			
		#content{
			width:850px;
			height:auto;
			float:left;
			z-index:1;
			padding-left:50px;
			margin-top:20px;
			margin-bottom:100px;
			padding-bottom:100px;
			}
			
		.left{
			width:350px;
			float:left;
		}
		
		.right{
			float:right;
			width:450px;
			margin-right:20px !important;
		}

	
	
#footer{
	width:100%;
	height:100px;
	background-image:url(../images/soundWaves.png);
	background-repeat:repeat-x;
	position:fixed;
	bottom:0;
	}
