/* CSS Document */

body {
	margin:0 0 0 0;
	background-color:#3A3A25;
	color:#1c341c;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#main {
	width:800px;
	height:auto;
	margin:0 auto 0 auto;
	background-image:url(../images/contentBG.gif);
}
#header {
	width:800px;
	height:265px;
	float:left;
}
#contentMain {
	width:800px;
	height:auto;
	float:left;
	background-image:url(../images/contentBG.gif);
}
#content {
	width:800px;
	float:left;
	background-image:url(../images/contentBG_noRepeat.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#content_left {
	width:470px;
	margin:20px 50px 30px 58px;
	float:left;
	color:#1c341c;
}
#content_right {
	width:210px;
	float:left;
	margin-top:40px;
	width:150px;
	text-align:center;
}
#upcoming_shows {
	margin:10px 10px 10px 10px;
}
#footer {
	width:800px;
	height:46px;
	float:left;
	background-image:url(../images/footer.jpg);
}
a:link, a:active, a:visited {
	color: #1c341c;
	text-decoration:none;
}
a:hover {
	color: #EDDCA9;
	text-decoration:underline;
}
.artist_roster {
	color:#FFFFFF;
	font-size:14px;
	font-weight:900;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-bottom:10px;
}
.artist_display {
	width:130px;
	color:#FFFFFF;
	background-color:#2f3f35;
	text-align:center;
	padding:0 0 3px 0;
	font-size:11px;
	margin:0 10px 10px 10px;
	cursor:pointer;
}
.artist_photo {
	border-color:#2f3f35;
	border-style:solid;
	border-width:2px;
	margin-bottom:1px;
}
.popUpTitle {
	color:#FFFFFF;
	font-size:14px;
}
.headline {
	color:#2b2d15;
	font-size:15px;
	font-weight:900;
	text-transform:uppercase;
	letter-spacing:2px;
	line-height:18px;
}
.subHeadline {
	color:#667E73;
	font-size:11px;
	font-weight:900;
	text-transform:uppercase;
	letter-spacing:1px;
}
.artist_page_display {
	float:left;
	margin:0 10px 20px 0;
	width:225px;
}
.artist_details_photo {
	width:254px;
	height:168px;
	float:left;
	margin:0 10px 0 0;
}
.artist_details_teaser {
	width:206px;
	height:168px;
	float:left;
}
.artist_details_description {
	width:470px;
	margin:10px 0 0 0;
	float:left;
}
.more_artists {
	margin:20px 0 10px 0;
	width:470px;
	height:18px;
	color:#2b2d15;
	font-size:15px;
	font-weight:900;
	text-transform:uppercase;
	letter-spacing:2px;
	line-height:18px;
	float:left;
}