	/*definables*/
	a img {border: 0px;}
	
	a {color: #657829;}
	
	/*end definables*/
	
	body {
		margin: 0px;
		padding: 0px;
		background: #363636 url('../images/bg.jpg') repeat 0 0;
	}
	
	#container {
		width: 850px;
		margin: 0px auto 40px auto;
		padding: 0px 0px 5px 0px;
		background: #FFFFFF;
		border: 3px solid #000000;
		border-top: 0px;
	}
	
	#header {
		height: 200px;
		background: #000000 url('../images/mast.jpg') no-repeat 0 0;
		border-bottom: 2px solid #000;
		margin-bottom: 20px;
	}
	
	#nav {
		padding: 0 0 0 120px;
	}
	
	#nav a {
		color: #848484;
		margin-right: 5px;
		text-decoration: none;
		font: bold 11px Arial, sans-serif;
	}
	
	#nav a:hover {
		color: #ccc;
	}
	
	#content {
		
		padding: 0px 20px;
	}
	
	img#pageimage {
	width: 540px;
	margin: 0 auto 10px auto;
	}
	
	.section {
		width: 540px;
		margin: 0 auto;
	}
	
	.section p, .section table {
		text-align: left;
		font: 13px Arial, sans-serif;
		line-height: 17px;
		letter-spacing: .6px;
	}
	
	.concerts p, .concerts h2, .concerts a {
		margin: 10px 0;
		text-align: center;
	}
	
	.contact h2, .contact table {
		width: 190px;
		margin: 10px auto;
		text-align: center;
	}
	
	.contact table {
		position: relative;
		left: -2px;
	}
	
	.contact table td {
		text-align: left;
		padding-right: 10px;
	}
	
	.contact table td.label {
		text-align: right;
	}
	
	.bio h2 {
		margin: 0px;
	}
	
	img.biopic {
		float: right;
	}
	
	
	#footer {
		clear: both;
		text-align: center;
		font: 11px Arial, sans-serif;
		margin-top: 30px;
	}
	
	#footer p {
	
	}
	
	#footer p a {
	color: #657829;
	}
	
	h2 {
		font-family: times, "Times New Roman", times-roman, georgia, serif;
		color: #444;
		margin: 0;
		padding: 0px 0px 0px 0px;
		font-size: 25px;
		line-height: 30px;
		letter-spacing: -1px;
		font-weight: bold;
	}
	
	h3 {
		font-family: "Gill Sans", Verdana;
		color: #444;
		margin: 0 0 -5px 0;
		padding: 5px 0px 5px 0px;
		font-size: 11px;
		line-height: 18px;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: bold;
	}
	
	
	
	.bionav {
		width: 540px;
		margin: 0px auto;
		padding: 30px 0px 0px 0px;

	}
	
	.bionav_item {
		width: 180px;
		display: inline;
		float: left;
		margin: 0 0px;
	}
	
	.bionav_item a {
		text-decoration: none;
	}
	
	.bionav_item a img {
		display: block;
		width: 90px;
		margin: 0 auto;
		border: 1px solid #333;
	}
	
	.bionav_item p {
		text-align: center;
		font: 13px Arial, sans-serif;
		color: #657829;
		margin: 0px 0px 60px 0px;
	}
	
	span.clear {clear: left;}
	
	#mlist {
	margin: 0px 0px 40px 0px;
	font-size: 12px;
	}
	
	#player {margin-top: 20px;}
	
	.section p.recorded {
	text-align: center;
	font-size: 12px;
	margin-bottom: 40px;
	}
	
	.section ul {
		list-style: none;
		font: 13px Arial, sans-serif;
		line-height: 17px;
		letter-spacing: .6px;
		padding: 0px;
	}
	
	.section ul li {
	margin-bottom: 10px;
	}
	
	.section ul li object {
		position: relative;
		top: 4px;
		margin-right: 5px;
	}