/*
#005F81 1st blue HOME
#007961 2nd green ARTISTS
#005584 3rd blue EVENTS
#008491 4th blue green VISIT
#00580D 5th green FUNDERS
#A90061 6th pink JOIN
#F77800 7th orange BLOG
*/
body {
	margin: 0px;
	padding:0px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background:#000;
	color:#000;
}
a:link, a:visited {
	color:#005F81;
	text-decoration:none;
}
a:hover {
	color:#333;
}
p {
	line-height: 150%;
	padding: 0px 40px 10px 0px;
}
p img {
	display:inline;
	vertical-align:top;
}
img {
	border:0px;
}
a img {
	vertical-align:bottom;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, sans-serif;
	color:#000;
	font-weight:bold;
}

#container {
	width: 772px;
	margin: 0px auto;
	text-align:left;
	padding: 20px 0px 20px 40px;
	background:#FFF;
}
#header {
	display:block;
}
#logo {
	width:720px;
	margin:0px 0px 10px;
}
#nav {
	clear:both;
	height: 60px;
	display:block;
}
#main_nav {
	
}
#main_nav ul, #sub_nav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:740px;
	text-align:center;
	display:block;
}
#sub_nav ul {
	text-align:left;
	padding: 10px 6px 10px;
}
#main_nav ul li, #sub_nav li {
	display:inline;
	padding:10px 9px 10px 0px;
}
#sub_nav li {
	padding-right: 20px;
}
#main {
	
}
#content {
	margin: 10px 0px 10px 6px;
}
#content p {
	
}
#footer {
	
}
#copyright {
	font-size:10px;
	padding: 20px 0px;
}


.artist_small {
	float:left;
	width:150px;
	padding: 0px 40px 20px 0px;
}
.artist_small_name {
	width:150px;
	height:35px;
	text-align:center;
	position:relative;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.artist_small_name a {
position:absolute;
bottom:0px;
left:0px;
width:150px;
text-align:center;
}
h5 {
	font-size: 12px;
	color:#007961;
	margin:0px;
}


.artist_image {
	width:720px;
	text-align:left;
}
.artist_text {
	margin: 10px 0px;
}

.related_events {
}
.photo_credit {
	font-size: 11px;
}

.bg_home {
	background:#005F81;
} /*1st blue HOME         */
.bg_artists {
	background:#007961;
} /*2nd green ARTISTS     */
.bg_events {
background:#005584;
} /*3rd blue EVENTS       */
.bg_visit {
background:#008491;
} /*4th blue green VISIT  */
.bg_funders {
background:#00580D;
} /*5th green FUNDERS     */
.bg_join {
background:#A90061;
} /*6th pink JOIN         */
.bg_blog {
background:#F77800; /*7th orange BLOG       */
}


.clear {
	clear:both;
	line-height: 0px;
	height: 0px;
}
