@charset "UTF-8";
body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 10px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	line-height: 27px;
	color: #FFFFFF;
}
a {
	color: #e66b1f;
	text-decoration: none;
}
a:visited {
	color: #e66b1f;
	text-decoration: none;
}
a:hover {
	color: #ff9966;
	text-decoration: underline;
}
.layout1 #container {
	background: #000000;
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 12px;
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.layout1 #header {
	padding: 0; 
}
.layout1 #mainContent {
	padding: 0; 
	margin-top: 10px;
}
.layout1 #footer {
	padding: 10px 0;
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.layout1 #footer p {
	margin: 6px 0;
}
.layout1 #innerContent {
	margin-left: 30px; 
	margin-right: 470px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000000;
}
.layout1 #innerContentRight {
	margin-left: 30px; 
	margin-right: 470px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000000;
}
.layout1 #innerContent h1 {
	font: 30px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0;
	padding: 20px 0 30px 0;
}
.artistGrid {
	float: left; 
	margin: 0 0 0 20px;
	font: 11px Arial Narrow, Helvetica Narrow, Arial, Helvetica, Verdana, sans-serif;
}
.artistGrid a {
	color: #000000;
}
.artistGrid a:hover {
	color: #e66b1f;
	text-decoration: none;
}
.artistPhoto {
	border: 2px; 
	border-thickness: 2px; 
	border-color: #FFFFFF;
	border-style: solid;
}
a:link .artistPhoto { 
	border-color: #FFFFFF; 
} 
a:hover .artistPhoto, a:active .artistPhoto {
	border:2px; border-thickness: 2px; 
	border-color: #c66228; 
	border-style: solid;
}
.bio {
	position:absolute;
	background: #c66228;
	top: 260px;
	left: 50%;
	margin-left: 210px;
	width: 280px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	visibility: hidden;
	z-index:1;
}
.bio ul {
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}
.bio a {
	color: #FFFFFF;
	text-decoration: underline;
}

