body	{  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 80%; 
	color: Black;
	background-color: White;
	background-image: url(images/negative.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
	padding: 0px;
	}
	
.lhs, .LHS	{
	float: left;
	clear: left;
	width: 136px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

p.menu, p.here	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}

a.menu:link, a.menu:visited	{
	background-color: White;
	padding: 4px;
	color: Black;
	display: block;
	text-decoration: none;
	border: Red 3px solid;
	margin: 2px;
}

a.menu:hover {
	background-color: Red;
	padding: 4px;
	color: White;
	display: block;
	text-decoration: none;
	border: White 3px solid;
	margin: 2px;
}

a.menu:active {
	background-color: Red;
	padding: 4px;
	color: White;
	display: block;
	text-decoration: none;
	margin: 2px;
	border: Red 3px solid;
}

p.here {
	background-color: Red;
	padding: 4px;
	color: White;
	display: block;
	text-decoration: none;
	margin: 2px;
	border: Black 3px solid;
}

h1 { 	font-size: 300%;  
		font-weight: normal;
		font-family: "Jazz Poster ITC", "Beesknees ITC", serif;
		text-align: center;
  }

h1.froots {
		font-size: 300%;  
		font-weight: normal;
		font-family: Verdana, Helvetica, Arial, sans-serif;
	    background-color: #10276F;
		color: #E06030;
		text-align: center;
  }
  
h2 { 	font-size: 200%;  
		font-weight: normal;
		font-family: "Jazz Poster ITC", "Beesknees ITC", serif;
		text-align: center;
		color: Red;
  }
  
h3 { 	font-size: 120%;  
		font-weight: bold;
  }

.text {
	margin: 10px 20px 10px 170px;
}

.gigslist {
	margin: 10px 100px;
}

a:link {
	color: Blue;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: Navy;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: Red;
	text-decoration: underline;
	font-weight: bold;
}

hr {
	color: Red;
	background-color: Red;
	border: 0;
	height: 2px;
	margin: 20px;
}

.cartouche {
	margin: 1ex 2em;
	padding: 1em;
	background-color: #FFF0F0;
	border: solid 3px Red;
}

.fcartouche {
	margin: 1ex 1em;
	padding: 1em;
	background-color: #FFD0D0;
	border: double 3px #10276F;
}

dt {
	font-weight: bold;
	}

p.caption 	{
	margin-top:1em;
	margin-bottom:0em;
	font-size: 80%;
}

p.credits 	{
	font-size: 80%;
}

.soldout {
	font-family: 'Bookman Old Style', 'Times New Roman', serif;
	font-weight: bold;
	color: Red;
}

dt.solo {
	margin-left: 5em;
}

dd.solo {
	font-family: "palatino linotype", "bookman old style", "times new roman", serif;
	font-size: 110%;
	margin-left: 6em;
}
	
label {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	text-align: right;
	margin: 3px 1ex 7px 0em;
	width: 4em;
	float:left;
}

.input-box {
	margin: 0px 1em 0px 0px;
	color: #26a;
	background: #FFF;
	border: #26a solid 1px;
}

.submit-button {
	clear: both;
	color: White;
	background: Red;
	border: 2px #9cf outset;
	position: absolute;
	top: 10ex;
}
/* Slide show stuff */
div.slide_holder	{
	position: relative;
	margin: 1em auto;
	width: 600px;
	height: 450px;
	overflow: hidden;
}
div.small_slide_holder	{
	position: relative;
	margin: 1em auto;
	width: 420px;
	height: 315px;
	overflow: hidden;
}
img#slides, img#small_slides, img#slides400, img#slides280 {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	visibility: visible;
	left:0px;
}
img#slides	{
	height:450px;
	clip:rect(0px, 600px, 450px, 0px);
}
img#small_slides	{
	height:315px;
	clip:rect(0px, 420px, 315px, 0px);
}
img#slides400	{
	height:400px;
	clip:rect(0px, 600px, 400px, 0px);
}
img#slides280	{
	height:280px;
	clip:rect(0px, 420px, 280px, 0px);
}
img.borneo	{
		width: 6360px;
}
img.small_borneo	{
		width: 4452px;
}
img.sage	{
		width: 4440px;
}
img.small_sage	{
		width: 3108px;
}
img.roskilde, img.lochem	{
		width: 5080px;
}
img.small_roskilde, img.small_lochem {
		width: 3556px;
}
#sm {
	position:absolute;
	top:230px;
	left:0px;
}



