#headerNav {
 	font-family: 'American Typewriter'; 
 	font-size: 36px; 
 	color: white;
 	background: none;
 	}
 	
 	#headerNav a{
 	color: white;
 	text-decoration: none;
 	}
 	
 	#headerNav a:hover {
 	color: white;
 	border-bottom: 2px dotted gray;
 	}
 	
 	.currentpage {
 	background-repeat: no-repeat;
 	background-position: 0px 26px;
	border-bottom: 2px dotted gray;
 	}
 	
 	#art {
 	position: absolute; right: 38px; top: 10px;
 	}
 	
 	#portrait {
 	position: absolute; right: 320px; top: 10px;
 	}
 	
 	#fashion {
 	position: absolute; right: 50px; top: 50px;
 	}
 	
 	#weddings {
 	position: absolute; right: 210px; top: 36px;
 	}
 	
 	#imageNav {
 	padding-top: 30px;
 	background-image: url(/images/clickHere.gif);
 	background-repeat: no-repeat;
 	background-position: 10px 0px;Ê
 	}
 	
 	img {
 		border: 0px;
 	}