#artnav {
	position:absolute;
	overflow:auto;
	width:250px; 
	height:500px;
	top:75px;
	left: 675px;
	float: right;
	
	}


#art {
	position:absolute;
	top:75px;
	left:150px;
	z-index: 4;
	width: 500px;
	height: 500px;
	background-image: url(/graphics/ltbluegg.jpg);
	background-color: #ccffff;	

}
