body {

	height: 100%;
	margin: 0px;
	padding: 0;
	
	background: url('bandcampbg.jpg') no-repeat #000;
	font-family: Georgia, "Times New Roman", Times, serif;

}

div#container {

	width: 975px;
	margin: auto;
	background: url('w45.png');
	padding: 0;
	overflow: hidden;

}

ul#top-nav {
	
	display: block;
	width: 975px;
	height: 36px;
	list-style: none;
	margin: 0;
	padding: 0;
	left: 0;
	list-style-position: outside;
	background-color: #000;


}

ul#top-nav li {
	float: left;
	width: 243px;
	margin: 0;
	padding: 0;
}

ul#top-nav li a {

	text-decoration: none;
	height: 100%;
	padding-top: 4px;
	display: block;
	width: 243px;
	text-align: center;
	color: #ededff;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;

}

ul#top-nav li a:hover {

	text-decoration: underline;

}

div.block {

	margin: auto;
	width: 935px;
	padding: 0px;
	padding-top: 0px;
/*	min-height: 500px;*/
		
}

div#donate_panel {
	height: 500px;
}

div#main_panel {
	padding: 0;
	background: url('main_banner.jpg') no-repeat;
	height: 625px;
	width: 975px;
}

div#artist_panel {
	width: 976px;
	padding: 0;
	height: 610px;
}

div#artistdesc_panel {
	min-height: 500px;
}

div.block p {

	text-align: justify;

}

div#progress-bar-container {
	position: relative;
	top: 285px;
	left: 110px;
	height: 25px;
	width: 750px;
	font-size: 1.2em;
	text-decoration: none;
	color: #fff;
}

div#progress-bar-fill {
	float: left;
	height: 100%;
	background-image: url('w45.png');
	width: 400px;
}

div#progress-bar-overlay {
	padding-top: 2px;
	position: absolute;
	z-index: 1;
	text-align: center;
	left: 0;
	right: 0;
}

a img {
	border: 0;
}

a {

	text-decoration: none;
	color: #1a1a8a;

}

a:hover {

	color: #2f2f9d;

}

.right {
	float: right;
}

.left {
	float: left;
}

div#donorblock {

	width: 800px;
	margin: auto;
	margin-top: 40px

}

div#donorblock p {

	padding-left: 15px;
	padding-right: 10px;

}

div.halfpanel {

	width: 375px;

}

div.fullpanel {
	width: 100%;
	clear: both;
	padding-top: 24px;
	
}

a.big {
	background: url('w15.png');
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 1.2em;
	padding: 4px;
	text-align: center;
	color: #1a1a9a;
}

a.big:hover {
	text-decoration: underline;
}

div#content-window {
	width: 975px;
	margin: 0;
	padding: 0;
}

div.artist-block {

	float: left;
	width: 122px;
	height: 122px;

}

div.artist-block a {
	position: relative;
	z-index: 1;
	width: 122px;
	height: 122px;
	display: block;
}

div.artist-block a img {
	border: 0;
	width: 122px;
	height: 122px;
}

div.artist-description {
	color: #fff;
	position: relative;
	z-index: 2;
	font-size: .4em;
	text-align: center;
	background: url('t50.png');
	bottom: 10px;
	height: 10px;
	padding-left: 4px;
	padding-right: 4px;
}

div.artist-image {
	float: right;
	margin-bottom: 6px;
}

div.artist-image a {
	text-align: right;
	display: block;
	float: right;
	margin-right: 6px;
	font-size: 0.9em;
}

div.artist-image img {
	background: url('w45.png');
	margin-left: auto;
	margin-right: auto;
	margin-left: 18px;
	margin-bottom: 1px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	padding: 3px;
}

div.floatyname {

	float: right;
	font-size: .4em;	
	padding-right: 8px;
	padding-top: 7px;
	font-weight: normal;

}


