	
	
	.clear {clear:both}
	
	body {
		background-color: #fff;
	}
	
	#slideshow {  height: 550px; width: 800px; overflow: hidden; position: absolute; left: 400px; top: 40px; }
	#slideshow img { height: 550px; }
	
	
	#left { display: none; position: fixed; left: 0; top: 0; bottom: 0; width: 40px; background-image: url(../img/left.gif); background-repeat: repeat-y; z-index: 10; background-color: #fff; }
	#right { display: none; position: fixed; right: 0; top: 0; bottom: 0; width: 40px; background-image: url(../img/right.gif); background-repeat: repeat-y; z-index: 10; background-color: #fff; }

	
	/*#menu {	position: fixed; text-align: center; width: 100%; z-index: 5; margin-top: 35px; }*/
	#menu { position: fixed; top: 40px; left: 35px; width: 320px; z-index: 100; background-image: url(../img/menubg.png); height: 550px; }
	#menu h1 { padding-top: 75px; font-family:  Arial, Helvetica, sans-serif; font-weight: 500; font-size: 11px; letter-spacing: 0.5em; color: #000000; margin-bottom: 20px; margin-left: 65px;}
	#menu h1 a { color: #000; text-decoration: none; }

	
	#menu ul { margin: 25px;}
	#menu ul li { padding-left: 25px; display: block; margin: 0 15px; font-family: Arial, Helvetica, sans-serif; font-weight: 500; font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: #000000; margin-bottom: 2px; line-height: 18px;}
	#menu ul li a {  text-decoration: none; color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 9px;  display: block; width: 85%; }
	#menu ul li a:hover, #menu ul li a.active {  text-decoration: line-through; /* border-bottom: 1px solid #000; color: #000; margin-bottom: -1px; text-align: right; /* background-image: url(../img/x.png); background-repeat: no-repeat; background-position: right 5px;*/ }


	
	#pictures { position: absolute; left: 500px; top: 40px;}
	#pictures img { display: inline; margin-right: 150px; float: left; }
	
	#credits {position: fixed; bottom: 15px; right: 20px; }
	#credits, #credits a {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #999999; text-decoration: none; text-transform: uppercase; }

	#credits img {height: 15px;}
	
	#biography { background-image: url(../img/biography.png); background-repeat: repeat-y; z-index: 10; height: 420px; width: 434px; display: none; z-index: 150; position: fixed; top: 100px; left: 45%; background-repeat: no-repeat; }
	#biography h1 { text-align: center; font-family:  Arial, Helvetica, sans-serif; font-weight: 500; font-size: 11px; letter-spacing: 0.5em; text-transform: uppercase; color: #000000; margin-bottom: 20px; margin-top: 95px; }
	#biography p { text-align: left; width: 70%; padding-left: 45px; display: block; margin: 0 15px; font-family: Arial, Helvetica, sans-serif; font-weight: 500; font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: #000000; margin-bottom: 2px; line-height: 18px; }
	#biography a { text-decoration: none; }