body {
	font-size: 14pt;
	text-align: center;
	background-color: black;
	color: white;
	font-family:Gill Sans MT,Helvetica,sans-serif;
	font-size: 16px;
}

h1 { 
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	margin: 20px;
	padding: 0px;
	font-size: 38pt;
	border-bottom-width: 1px;
	border-bottom-color:white;
	border-bottom-style:solid;
}

h2 {
	font-size:12pt;
	margin-bottom:5px;
}

p {
	margin-top:5px;
}

a {
	color: white;
	font-style: normal;
	text-decoration: none;
	line-height: normal;
}

a[onclick] {
	cursor: pointer;
}

a img {
	border:0px;
}

#main-frame {
	border-style: none;
	margin:25px auto 0px auto;
	width:800px;
}

#menu {
	width:197px;
	padding-left:10px;
	float: right;
	text-align:left;
	text-transform: uppercase;
	position:relative;
}

#menu div {
	position:absolute;
	bottom:0px;
}

#menu div a {
	display:block;
}

#menu a:hover,
#news #news-link,
#press #press-link,
#biography #press-link,
#contact #contact-link,
#pressdistr #contact-link,
#bookings #contact-link,
#hellos #hellos-link, 
#shows #shows-link, 
#store #store-link, 
#mp3shop #mp3shop-link, 
#discography #discography-link, 
#donations #donations-link {
	text-decoration:underline;
}

#menu, #index #content {
	height:450px;
}

/* 
content height equals menu height 
minus padding top and bottom of content 
(= 80 + 30)
*/
#content {
	height:340px;
}

#content {
	float:right;
	margin: 0px;
	border-width: 2px;
	border-color:white;
	border-style:solid;
	text-align:left;
	width:325px;
	padding: 30px;
	padding-top:80px;
	overflow:auto;
}
/*
#content div {
	border-color:black;
	border-width:8px;
	border-style:solid;
	padding: 30px;
	padding-top:80px;
	overflow:hidden;
	background-color:white;
}
*/
#index #content{
	padding: 0px;
	overflow: hidden;
}

#index #content, #index #content img {
	width:385px;
} 

#content a {
	text-decoration: none;
	font-style:italic;
	font-weight: bold;
	color:white;	
}



/*
*, #menu, #menu div, #main-frame {
border-style:solid;
border-color:white;
border-width:1px;
}
*/
#donations form {
	float: left;
	position:relative;
	margin: 0px 30px;
}

#donations form#other-amount{
	margin-top:15px;
}

body {
	scrollbar-base-color: black;
	scrollbar-arrow-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: black;
	scrollbar-face-color: black;
	scrollbar-highlight-color: grey;
	scrollbar-shadow-color: white;
	scrollbar-track-color: black;
}

#press img {
	width:100px;
	margin:2px;
}

#discography img {
	width:60px;
}

#news #content p {
	font-size: 10pt;	
}

.quote{
	padding-left: 20px;
	padding-right: 20px;
	font-style:italic;
}

