img {
	border: none;
	text-align: right;
} 
a {
	text-decoration:none;
	color:black;
	display:block;
}
#PageFrame{
	position: relative;
	margin-left: auto;
	margin-right: auto;
/*	background-color:#CF6; */
	width:800px;
	height:600px;
	z-index:1;
}
#LogoMain{
	position:absolute;
	/*	background-color:red; */
	left:0px;
	top:0px;
	width:330x;
	height:35px;
	z-index:2;
}
#LogoStrap{
	position:absolute;
/*	background-color:blue; */
	left:0px;
	margin-left:100px;
	top:41px;
	width:230px;
	height:25px;
	z-index:2;
}
#LeftNav{
	position:absolute;
	/*	background-color:green;*/
	left:0;
	top:100px;
	width:136px;
	height:500px;
	z-index:3;
	align:center;
	/*	border-right: .1em solid #E35B1A; */
	font-family: Verdana, Geneva, sans-serif;
}
#ArtistMatrix{
	position:absolute;
	/*	background-color:green; */
	left:140px;
	top:100px;
	width:600px;
	height:500px;
	z-index:2;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
}
#ArtistThumb{
	/*	background-color:green; */
	width:205px;
	height:221px;
	z-index:3;
	font-family: Verdana, Geneva, sans-serif;
}
#ContentPaneSideImage{
	position:absolute;
	/*	background-color:green; */
	left:140px;
	top:100px;
	width:150px;
	height:500px;
	/*	border-left: .1em solid #E35B1A;*/
	z-index:3;
	align:center;
	font-family: Verdana, Geneva, sans-serif;
}
#ContentPane{
	position:relative;	
/*	background-color:green; */
	left:303px;
	top:100px;	
	width:400px;
	height:500px;
	z-index:3;
	font-family: Verdana, Geneva, sans-serif;
}
#ContentPaneArtistPhoto{
	position:relative;	
/*	background-color:green; */
	left:0px;
	top:0px;	
	width:196px;
	height:150px;
	z-index:4;
	font-family: Verdana, Geneva, sans-serif;
}
#ContentPaneArtistTitle{
	position:relative;	
/*	background-color:green; */
	left:200px;
	top:-150px;	
	width:200px;
	height:150px;
	z-index:2;
	font-family: Verdana, Geneva, sans-serif;
}
#ContentPaneArtistBio{
	position:relative;	
/*	background-color:green; */
	left:0px;
	top:-150px;	
	width:400px;
	height:200px;
	z-index:2;
	font-family: Verdana, Geneva, sans-serif;
}
li {
	padding: 0em 0em 1.1em;
/*	margin-top: 2.5em;
	margin-bottom: 2.8em;
*/
 }
li.ArtistNav {
	padding: 0.3em 0em 0.3em;
	border-right: .2em solid #999;	
/*	border-right: .1em solid #717274;
	margin-left: 0;
	margin-right: 0;
	margin-top: 1.5em;
	margin-bottom: 1.5em;*/

 }

li.ArtistNavSelected {
	padding: 0em 0em;
	border-top-width: 0.2em;
	border-bottom-width: 0.2em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
/* border-left: .1em solid #E35B1A;*/

 }
