body {
	text-align:center;
	margin: 0px;
	padding: 0px;


}


#coverblack {
position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	filter: alpha(opacity=40);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity:0.4;
	z-order: 1000;
	color: #ffffff;
	background: #ff0000;
}

#blackhalf {
	
	height: 100%;
	padding:0px;
	background-color: #000000;
	float: left;

	left: 0;
	top: 0;

}


#bigframe {
	width: 100%;


	height: 100%; 
	max-height:100%;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	position: absolute;
	top: 0px;
	left: 0px;
}
	
#leftframe {
	width: 40%;
	float:left;
	height: 100%; 
	max-height:100%;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	
}

#rightframe {
	width:60%;
	overflow-y: scroll;
	float: left;
	height: 100%; 
	max-height:100%;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	background: #000000;
	
}
		
#sidemenu {
	width:150px;
	height: 100%; 
	max-height:100%;
	padding:0px;
	float:right;
	background:#999999;
	border-right: 4px solid #333333;
}




#titlesidebar {
	width:110px;
	height: 100%; 
	max-height:100%;
	padding:0px;
	margin: 0px;
	float:right;
	background: #000000 url(title.jpg) no-repeat 0 0;
	background-position: bottom right;
	border-left: 4px dashed #999999;

	text-align: right;
	
}
	



#main {
	width:460px;

float:left;
	height: 100%; 
max-height:100%;
	padding:5px;
	
	background:#000000;

scrollbar-base-color: #FFFFFF; 
scrollbar-arrow-color: #000000;
scrollbar-DarkShadow-Color: #000000; 
text-align: left;


	
}

body {
	overflow: hidden;
	background: #000000;
}

	
#contentheader {
	background:#fff
}
		
p,h1,pre {
	margin:0px 10px 10px 10px;
}
		
h1 {
	font-size:14px;
	padding-top:10px;
}
		
#contentheader h1 {
	font-size:14px;
	padding:10px;
	margin:0px;
}
	
#main p { font-size:10px}
	
#sidemenu p {
	font-family: Verdana;
	font-size: 11px;
	padding-top: 10px;
}

#sidemenu p:first-line {
	font-size: 12px;
	font-weight: bolder;
}
#sidemenu a img{ 
	filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity:0.6;
}

#sidemenu a:hover img {
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity:1;
}

#sidemenu td {
	background: #000000;
}

img {
border-style: none;
}

a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	color: #333333;
}



#sectionbox {
	background: #333333;
	
	padding: 0px;

	margin: 0px;
	margin-bottom:8px;

	float:left;
	width: 400px;

}

#sectiontitle {
background-image: url("sectionstrip_light.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	
	font-family: Verdana;
	float: left;
	background: #999999;	
	border: 5px solid #333333;
	padding: 3px;
	font-weight: bolder;
	font-size: 14px;
	margin: 0px;
	top: 0px;
	position: relative;
	width: 383px;

	
}

.clearboth { clear: both; }

#sectionmainpic {
	background: #333333;
	clear:both;	
	float:left;
	
	padding: 5px;
	padding-top: 3px;
	height: 100px;
	width: 100px;
}
#sectionpics {
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	float:right;
	width: 115px;
	}

#sectioninfo {
	font-family: Verdana;
	background: #333333;
	color: #FFFFFF;

	padding-left: 113px;
	padding-right: 113px;

	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	font-size: 11px;
	margin-bottom: 3px;
	

}
#sectioninfo p {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
#sectioninfo p:first-line {
	font-size: 14px;
	font-weight: bold;
	padding-bottom:3px;
}





#sectionfooter { clear:both; }

#coverblack {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity:0.7;
	z-order: 1000;
	background: #990000;
	
	display: none;
}

#imageoverlay {
	
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url("thumbnailfiles.php?size=450&dir=bands&file=Skindred%20-%20singer_resize.JPG");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;

	z-order: 1001;
	display: none;
}