	
/* HEADER LAYOUT */

#header {
	padding: 0px;
	height: 70px;
	position: relative;
	background-color: #AEB7AF;
	background-image: url(ChristianFaur.gif);
	background-repeat: no-repeat;
	margin: 0px;
}

# header #logo1 {
	position: absolute;
	top: 0;
	right: 0;
		width: 100;
	height: 100;
	background-image:url(test.gif);
	background-repeat: no-repeat;


}

#logo a img {
	border: 0;
}

#topnav {
	padding: 0px;
	margin: 0;
	position: relative;
	right: 0px;
	bottom: 0px;
	height: 100px;
	width: 280px;
	text-align: right;
	float: right;
}


/* HEADER: TOPNAV LAYOUT */


#topnav li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	
}

#topnav a {
	border-width: 0;
	width: 300px;
	height: 20px;
	display: block;
}

#topnav img {
	border-width: 0;
	width: 125px;
	height: 20px;
}

#topnavcurrent {
	width: 125px;
	height: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#topnavgallery {
	background-image: none;
	background-repeat: no-repeat;
	width: 200px;
	height: 20px;
	background-color: #FFFFFF;
	position: relative;
}

#topnavexhibitions {
	background-image: url(/images/header/exhibitions_on.gif);
	background-repeat: no-repeat;
	width: 125px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

#topnavartists {
	background-image: url(/images/header/artists_on.gif);
	background-repeat: no-repeat;
	width: 125px;
	height: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#topnavnews {
	background-repeat: no-repeat;
	height: 20px;
	padding: 0px;
	margin: 0px;
	position: absolute;
}

#topnavgallery a:hover img {
	visibility: hidden;
}

#topnavexhibitions a:hover img {
	visibility: hidden;
}

#topnavartists a:hover img {
	visibility: hidden;
}

#topnavnews a:hover img {
	visibility: hidden;
}


/*IE HACK*/ #topnavgallery a:hover, #topnavexhibitions a:hover, #topnavartists a:hover, #topnavnews a:hover {background-position: 0 0;}
