/**********************************GALERIE**********************************/
	#header1  
	 {
		position : fixed; 
		width : 90%; 
		height : 60px; 
		top : 0; 
		right : 0; 
		bottom : auto; 
		left : 125px; 
		background-color : black; 
		z-index : 1; 
		border-bottom : 1px solid navy; 
	 }
	#main1 
	 {
		position : fixed; 
		width : 75%; 
		height : 76%; 
		top : 111px; 
		right : 0; 
		left : 25%; 
		bottom : 100px; 
		z-index : 9; 
	 }
	#gal
	 {
		position: absolute;
		top: 63px;
		left: 130px;
		width: 83%;
		height: 83%;
		z-index: 1;
	 }
	#galmenu
	 {
		position : fixed;
		top : 10px;
		border-right : 1px solid navy;
		z-index: 3;
		height: 375px;
		background-color:black;
		width: 125px;
	 }
	#whichgal
	 {
		position : fixed;
		top : 360px;
		left : 20px;
		border : 1px solid blue;
		width: 151px;
		background-color: navy;
		z-index: 3;
	 }
	#galmenu a
	 {
		color: navy;
	 }
	#galmenu a:hover
 	 {
		color: silver;
	 }