
body, td {
		font-family: arial,helvetica;
}
#wrapper {width:750px; margin:0 auto; text-align:left; border:0px solid red;}

.hideshow {position:absolute;float:left;top:0;left:0;font-size:24px;}
a.hideshowlink {color:#aa0000;text-decoration:none;}
a.hideshowlink:hover {color:red;text-decoration:none;}

	h1.header {
		font-size: 150%;
		letter-spacing: 15.5px;
		padding-bottom: 0px;
		padding-left: 10px;
		margin-bottom: 0px;
		background: #000;
		color: white;
		f\\ilter: alpha(opacity=50);  -m\\oz-opacity: 0.5;   o\\pacity: 0.5;
		border: white 1px solid;
		margin-left:auto;
		margin-right:auto;
		width:725px;
		text-align: center;
		color: yellow;
		display: block;
	}
	
	h1.header:hover {
		f\\ilter: alpha(opacity=100);  -m\\oz-opacity: 1.0;   o\\pacity: 1.0;
		color: black;
		background: yellow;
	}

	dl.menu {
		margin-top: 0px;
		margin-left:100px;
	}
	
	dl#artist dt {
		display:none;
		margin-top: -20px;
	}

	dl#artist dd {
		padding:0;
		margin:0;
		font-weight: bold;
		font-size: 80%;
	}

	a.xmenu, a.xmenu:visited {
		display:block;
		width:5em;
		height:4em;
		background:#000;
		text-decoration:none;
		text-align:center;
		color:#aaa;
		float:left;
	}

	a.xmenu span, a.xmenu:visited span {
		display:block;
		width:3em;
		height:0.5em;
		border-top:0.5em solid #000;
		border-left:1em solid #000;
		border-right:1em solid #000;
		border-bottom:0.5em solid #000;
		background:#700;
		overflow:hidden;
	}

	* html a.xmenu span, * html a.xmenu:visited span {
		width:5em;
		height:1.5em;
		w\idth:3em;
		he\ight:0.5em;
		overflow:hidden;
	}
	a.xmenu:hover {
		color:#ff0;
	}
	a.xmenu:hover span {
		background:#f00;
	}
	
.maintext {
	position: relative;
	top: 50px;
	left: 50px;
	background: black;
	color: white;
	filter: alpha(opacity=90);  -moz-opacity: 0.9;   opacity: 0.9;
	width: 75%;
	padding: 50px;
	font-size:90%;
	line-height: 150%;
	text-align:justify;
	border: 1px dashed #666666;
}

.maintext:hover {
	filter: alpha(opacity=100);  -moz-opacity: 1.0;   opacity: 1.0;
}

.maintext p:first-letter {
    font-size:large;
    color:white;
    font-weight:normal;
} 

.maintext a {color:cyan;}
.maintext a:visited {color:#009999}
.maintext a:hover {color:red}

.breadcrumb {position:relative; top:-50px;left:-40px;font-size:90%}
.seepdf     {position:relative; float:right; top:-65px; font-size:90%; border: 1px dotted red; padding: 5px;}

img.figure {margin-left:-32px;}

ul.sitemap {margin-left:-30px;}

.kc {font-size:10px;float:right;align:right;text-align:top;color:#aaaaaa; margin-top:-10px}
.kc img {width:10px; height:10px; position:relative; top:3px}