body {
	text-align: center;
	background-color: black;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	scrollbar-base-color:#999;
	background-image: url(/images/border.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#bodyframe {
	width: 740px;
	margin: 5px auto auto auto;
	margin-top: 5px;
	text-align: center;
}
#header {
	width: 740px;
	/*height: 120px;*/
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}
.maincontent
{	top: 8px;
	width: 740px;
/*	height: 466px; */
	padding-left: 10px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.artistBio{
	padding: 10px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	color: black;
}
.topLeft {
	width: 490px;
	height: 240px;
	float:left;
	margin-right: 4px;
}
.headlines
{
	width: 231px;
	height: 240px;
	margin-left: 4px;
	overflow: hidden;
	font-size: 12px;
	float:left;
}
.events
{
	margin-left: 4px;
	width: 231px;
	height: 220px;
	font-size: 12px;
}
.smallWindowLeft {
	width: 241px;
	height: 220px;
/*	margin-left: 6px; */
	margin-right: 4px;
	margin-top: 8px;
	float:left;
}
.smallWindowMiddle {
	width: 241px;
	height: 220px;
	margin-left: 4px;
	margin-top: 8px;
	float:left;
}
.smallWindowRight {
	width: 231px;
	height: 220px;
	margin-left: 4px;
	margin-top: 8px;
	margin-right: 4px;
	float:left;
}

.largeWindowBottom {
	width: 481px;
	height: 220px;
	margin-left: 4px;
	margin-top: 8px;
	float:left;
}
.imagePane, .imagePaneHidden
{	
	width: 660px;
	overflow: hidden;
	float: left;
}
.imagePaneHidden
{
	visibility: hidden;
	height: 1px;
}

.scrollBar
{	
	width: 30px;
	height: 466px;
	float: right;
	background-image: url(/images/sidebar.gif);
}
.link {
	cursor: pointer;
	text-decoration: underline;
}
.linkSidebar {
	cursor: pointer;
	text-decoration: underline;
}
.frameTable {
	border: 0px;
	padding: 0px;
	width: 100%;
	height: 137px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 690px;
	border-collapse:	collapse;
}
a {
	color: #ffffff
}
h2 {
	margin-bottom: 6px;
	font-size: 18px;
}
h3 {
	margin-bottom: 8px;
	font-size: 14px;
}
h4 {
	margin: 3px 0px 3px 0px;
	font-size: 13px;
	font-weight: bold;
}