html,body{
	margin:0px;
	padding:0px;
	background:#240202;
	font-family:Arial;
	color:#c09696;
	font-size:12px;
	line-height:20px;
}

#nav{
	height:71px;
	background-image:url(../images/nav_bg.jpg);
}

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

#nav ul li{
	float:left;
	position:relative;
	height:70px;
	line-height:100px;
	padding:0 12px;
	border-left:1px solid #350c0c;
	border-right:1px solid #1b0202;
}

#nav ul li:first-child{
	border-left:none;
	width:1px;
	padding:0px;
}

#nav ul li:last-child{
	border-right:none;
	width:0px;
	padding:0px;
}

#nav a{
	color:#b89898;
	font-size:22px;
	text-decoration:none;
}

#nav a:hover{
	color:#fff;
}

#logo{
	width:246px;
	height:60px;
	background:url(../images/logo.png) no-repeat;
	float:left;
	margin-top:9px;
}

#top{
	background:#840d0d url(../images/main_bg.jpg) no-repeat center top;
	border-bottom:2px solid #883838;
	/*min-height:558px;*/
}

#header{
	width:940px;
	height:425px;
	background:url(../images/header_bg.png) no-repeat;
	margin:auto;
}

#header ul{
	list-style:none;
	padding:0px;
	margin:0px;
	position:relative;
	z-index:19;
	top:-28px;
	left:0;
}

	#header ul li{
		display:none;
	}

		#header ul li.active{
			display:block;
		}
		
.headerShadow{
	height:28px;
	background:url(../images/header_shadow.png) repeat-x;
	position:relative;
	top:0;
	left:0;
	z-index:20;
}

.noBan{
	background-image:none !important;
	background-color:#240202 !important;
	width:900px !important;
	height:auto !important;
}

#titleBan{
	height:154px;
	background-repeat:no-repeat;
}

.content{
	width:900px;
	margin:auto;
}

.main{
	background-color:#240202;
	padding:10px 0px;
}

	.main p{
		padding:0px 20px;
	}
	
	.main h1{
		padding:0px 20px;
	}

.callout{
	width:279px;
	height:230px;
	float:left;
	overflow:hidden;
}
	
	.callout a{
		display:block;
		width:100%;
		height:100%;
		text-decoration:none;
		color:#fff;
	}

	.callout div{
		height:179px;
		background-color:#240202;
		padding:20px;
		margin-top:179px;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        -moz-opacity:0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
	}
	
		.callout a h2{
			font-size:25px;
			padding:0px;
			margin:0px;
		}
		
		.callout a span{
			display:none;
		}
		
		.callout a:hover span{
			display:block;
		}
	
	.callout div:hover{
		margin-top:100px;
		text-decoration:none;
	}

#footer{
	height:60px;
	background:url(../images/logo.png) no-repeat top center;
	margin-top:10px;
}

	#footer a{
		color:#b89898;
		font-size:11px;
	}
	
	#footer a:hover{
		color:#fff;
	}
	
	#footer span.left{
		float:left;
	}
	
	#footer span.right{
		float:right;
		text-align:right;
	}

.clearfloat{
	height:0px;
	display:block;
	clear:both;
}


/*---ARTISTS---*/
#artists{
	margin:0px;
	padding;0px;
	list-style: none;
	float:right;
	margin:-80px 50px 0px 0px;
}
	
	#artists li{
		float:left;
		padding:0px 10px;
	}
	
		#artists li a{
			color:#b89898;
			text-decoration:none;
		}
		
		#artists li a:hover{
			color:#fff;
		}

#thmbs{
	width:820px;
	margin:0px;
	padding:0px;
	list-style:none;
	margin:auto;
}

	#thmbs li{
		display:none;
	}
	
	#thmbs li img{
		margin:6px;
	}
	
		#thmbs li.active{
			display:block;
		}

.artistPic{
	
}

	.artistPic ul{
		padding:0px;
		margin:0px;
		list-style:none;
	}
	
		.artistPic ul li{
			width:112px;
			height:180px;
			float:left;
			margin:20px 45px;
			display:block !important;
		}
		
			.artistPic ul li a{
				width:100%;
				height:100%;
				display:block;
				text-align:center;
				color:#fff;
				text-decoration:none;
				font-size:15px;
				font-weight:bold;
			}


