body {
	background-color: black;
	margin: 0px;
	padding: 0px;
	}

.pagemargin {
	margin: 5px 30px 30px 30px;
	}

.pane {
	background: url('graphics/gbpane.jpg') repeat-y top left;
	top: 0px;
	left: 0px
	}

.pane_top {
	background: url('graphics/gbpane_top.jpg') no-repeat top left;
	height: 83px
	}

.pane_bottom {
	background:url('graphics/gbpane_bottom.gif') no-repeat top left; height: 169px
	
	}

.content_holder {
	margin: 0px 0px 0px 100px;
	width: 591px;
	background-color: transparent;
	padding: 0px;
	}

div.content {
	background: white url('graphics/content.gif') repeat-y top left;
	top: 0px;
	left: 0px;
	padding: 10px;
	
	}

.content_bottom {
	background: url('graphics/content_bottom.gif') no-repeat top left;
	height: 17px
	}

.content_top {
	margin: 0px;
	padding: 0px;
	background: url('graphics/content_bg.gif') no-repeat top left;
	height: 42px;
	width: 591px
	}

div.links {
	background: url('graphics/gren.jpg') no-repeat top left;
	top: 20px;
	left: 800px;
	width: 200px;
	height: 125px;

	position: absolute; padding-left:0px; padding-right:0px; padding-top:150px; padding-bottom:0px
	}


p {
	font-family: "Century Gothic", Arial;
	font-size: 90%;
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: black;
	}

form {
	font-family: "Century Gothic", Arial;
	font-size: 90%;
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: black;
	}

 p.content	{
	width: 570px;
	}

p.links {
	font-size: 75%;
	text-align: left;
	padding: 0 0 20px 0;
	}

p.nomargin {
	margin: 1px 5px 1px 5px;
	}

p.tracklist {
	font-size: 75%;
	text-align: center;
	}

p.quote {
	font-style: italic;
	text-align: center;
	}


img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

a:link {
	color: #74513D;
	text-decoration: none;
	}
a:visited {
	color: #74513D;
	text-decoration: none;
	}
a:hover {
	color: #CEA845;
	}

h1 {
	color: black;
	/*background-color: #F8C327;*/
	font-weight: bold;
	font-size: 90%;
	font-family: "Century Gothic", Arial;
	border: thin solid #A65F91;
	padding: 2px;
	width: 285px;
	margin: 1em 0 0.5em 0;
	}

h2 {
	color: black;
	font-weight: bold;
	font-size: 80%;
	font-family: "Century Gothic", Arial;
	margin: 1em 0 0.5em 0;
	text-align: center;
	}

h3 {
	color: #A2805B;
	font-weight: bold;
	text-align: left;
	font-size: 80%;
	font-family: "Century Gothic", Arial;
	margin: 1em 0 0.5em 0;
	}

h4 {
	color: #A2805B;
	font-weight: bold;
	text-align: left;
	font-size: 70%;
	font-family: "Century Gothic", Arial;
	margin: 1em 0 0.5em 0;
	}

table {
	background-color: white;
	padding: 10px;
	margin: 20px;
	border: thin solid #A65F91;
	width: 510px;
	}

table.tourdates {
	border: none;
	width: 510px;
	font-size: 80%;
	}

table.cd {
	border: none;
	width: 510px;

	}

td {
	border: none;
	padding: 5px;
	margin: 0px;
	text-align: left;
	font-family: "Century Gothic", Arial;
	vertical-align: top;
	}

ul {
	font-family: "Century Gothic", Arial;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	width: 570px;
	}

li {
	margin-left: 2em;
	}

.right {
	float: right;
	}

.center {
	text-align: center;
	}

.clear {
	clear: both;
	visibility: hidden;
	position: relative;
}