img, div, body, a, ul, li, p, h2 {
	margin:0;
	padding:0;
	border:0;
}



body{
	background-color:white;
	font:11px helvetica, arial, myriad, sans-serif;
	color: black;
	width:100%;
	height:100%;
	}


.blackback {
	background-color:black;
}

a {
	text-decoration: none;
	color:blue;
}


#logo {
	position:fixed;
	left:23px;
	top:20px;
	background-color:white;
	
}




#content {
	position:relative;
	left:0px;
	top:160px;
	margin-left:35px;
}

.horizontal {
	white-space:nowrap;
}

#content img{
	margin-right:100px;
} 



#art {
	background: url(art.jpg) no-repeat;
	left:0px;
}

a#art:hover {
	background-position: 0px -18px;
	}

#bio {
	background: url(bio.jpg) no-repeat;
	left:61px;
}
a#bio:hover {
	background-position: 0px -18px;
	}

#con {
	background: url(contact.jpg) no-repeat;
	left:211px;
}
a#con:hover {
	background-position: 0px -18px;
	}

#link {
	background: url(links.jpg) no-repeat;
	left:343px;
}
a#link:hover {
	background-position: 0px -18px;
	}




	

ul {
	list-style:none;

}


#menu {
	position:fixed;
	left:124px;
	top:92px;
	height:18px;
	width:600px;
	overflow:hidden;
	white-space: nowrap; 
	
}

#menu li {
	position:absolute;
	height: 18px;
	width:10px;
	display:inline;
}

.rollover {
	position:absolute;
	width:133px;
	height:18px;
	text-decoration: none;
	}


.current {
	position:absolute; 
	top:-18px;
}

#art_curr {
	left:0px;
}

#bio_curr {
	left:61px;
}

#con_curr {
	left:211px;
}

#link_curr {
	left:343px;
} 


.displace {
	position: absolute;
	left: -5000px;
	}

h2 {
	font-size:11px;
	font-weight:normal;

	color:black;
}

strong {
	font-weight:bold;
}

p{
	font-size:11px;
	line-height: 15px;
	margin-top:15px;
	width:495px;
}

#biocopy {
	position:absolute;
	left:420px;
	top:0px;
 
}

#biocopy p{
	position:relative;
	width:375px;
}


.lang_select {
	position:relative;
	float:right;
}

.linkage p{
	width:165px;
}

.w100 {
	position:absolute;
	width:100%
}

#headerback {
	position:fixed;
	background-color:white;
	width:560px;
	height:115px;
	top:15px;
	left:0px;
}
