	body {
		background-color: #000000; 
		font-family: Verdana, sans-serif; 
		font-size: 12px; 
		color: #111111;
		margin-top: 0px;
		}
		
	#pagecontainer {
		float: left;
		width: 760px;
		}
	
	#leftcontainer {
		float: left;
		background-color: #CC9966;
		margin-right: 10px;
		}
		
	#logocontainer {
		text-align: center;
		background-color: #000000;
		}

	#navcontainer {
		background-color: #000000;
		padding-bottom: 10px;
		}
		
	#contentcontainer {
		margin-top: 30px;
		margin-left: 30px;
		margin-bottom: 15px;
		width: 500px;
		}
		
	#rightcontainer {
		float: left;
		text-align: center;
		color: #009900;
		padding-top: 0px;
		margin-top: 0px;
		border-top: 0px;
		}	
		
	.spacer {
		display: block;
		width: 10px;
		float: left;
		}

	a.inactive {
		float: left;
		display: block;
		color: #111111;
		background-color: #885522;
		width: 90px;
		border: 1px solid #000000;
		text-align: center;
		text-decoration: none;
		}
		
	a.inactive:hover {
		float: left;
		display: block;
		color: #111111;
		background-color: #CC9966;
		width: 90px;
		border: 1px solid #006600;
		text-align: center;
		text-decoration: none;
		}		
		
	a.active {
		float: left;
		display: block;
		color: #003300;
		background-color: #CC9966;
		width: 90px;
		border: 1px solid #CC9966;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		}		
		
	.pageheader {
		font-weight: bold;
		font-size: 16px;
		}
		
	a.quicklink {
		color: #999999;
		text-decoration: none;
		}
		
	a.quicklink:hover {
		color: #999999;
		text-decoration: underline;
		}
		
	a.intlink {
		color: #663300;
		text-decoration: none;
		}
		
	a.intlink:hover {
		color: #663300;
		text-decoration: underline;
		}
		
	td {
		padding: 0px 5px 20px 0px;
		vertical-align: top;
		}
		
	img.biopic {
		float: left;
		margin-right: 15px;
		}
		
	.bandname {
		font-weight: bold;
		color: #003300;
		}	
		
	.instruments {
		font-size: 11px;
		font-weight: bold;
		font-style: italic;
		color: #885522;
		}	
		
	a.photolink img {
		border: 1px solid #003300;
		}
		
	a.photolink:hover img{
		border: 1px solid #CC0000;
		}
		
	a.photolink:hover{
		color: red; /* irrelevant definition to overcome IE bug */
		}
		
	.instruction {
		font-size: 11px;
		color: #885522;
		}			

	td.datecol {
		width: 140px;
		}
	
	.showtime {
		font-size: 11px;
		color: #885522;
		}	
		
	.showvenue {
		color: #003300;
		}
		
	a.venuelink {
		color: #003300;
		text-decoration: underline;
		}		
	
	.online {
		color: #885522;
		text-align: center;
		width: 50%;
		}	
	
	.instore {
		color: #885522;
		text-align: center;
		width: 100%;
		}
		
	.store {
		color: #003300;
		}