
#Container {
	background-image: url(../images/artistimages/Default.jpg);
	background-repeat: no-repeat;
	height: 563px;
	width: 750px;
	text-align: center;
}

#ContainerAbout {
	background-image: url(../images/artistimages/DefaultAbout.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 563px;
	text-align: center;
	width: 750px;
	z-index: 5;
}

ul {
	text-align: left;
	list-style-image: url(../images/artistimages/patsurface/bullet01.gif);
}

li {
	
}

#Links {
	background-color: #6BA318;
	border: thin outset #CCCCCC;
	position: absolute;
	width: 250px;
	top: 70px;
	left: 30px;
}

#About {
	position: absolute;
	width: 530px;
	right: 5px;
	top: 112px;
	padding: 10px;
	height: 422px;
	overflow: auto;
}

#About img {
	border: 1px outset #ABA694;
}

#AboutHeader {
	width: 550px;
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
}

#AboutBottomWoodStrip {
	position: absolute;
	height: 24px;
	width: 633px;
	right: 0px;
	bottom: 0px;
	background-image: url(../images/artistimages/BottomWoodStrip.jpg);
	background-repeat: no-repeat;
	z-index: 10;
}


#ArtistSearch {
	position: absolute;
	left: -45px;
	top: 5px;
	z-index: 9999;
}

#ArtistPhoto {
	position: absolute;
	top: 30px;
	left: 30px;
}

#MainPhoto {
	position: absolute;
	top: 20px;
	right: 100px;
}

#MainPhoto img {
	border: 1px outset #B9A586;
}

a.Album {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}

a.Header {
	font-family: "Gill Sans MT", "Century Gothic", "Lucida Sans", "MV Boli";
}
 
a {
	font-family: "Eras Medium ITC", "Lucida Console", "Lucida Sans Unicode";
	color: #CCCC00;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

hr {
	width: 80%;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #272116;
	margin-left: 10px;
}


#LinkHome {
	position: absolute;
	height: 200px;
	width: 80px;
	left: 50px;
	bottom: 20px;
}




#BottomNav ul {
	list-style-type: none;
	list-style-image: none;
	text-align: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 690px;
	left: -40px;
	color: #40334A;
}

#BottomNav ul a {
	font-family: Tahoma, "MV Boli", Arial, "Engravers MT";
	font-size: 12px;
	letter-spacing: 0.1em;
	word-spacing: 0.3em;
	text-decoration: none;
	color: #b0a5b5;
	height: 2.3em;
	text-align: center;
	vertical-align: middle;
}

#BottomNav ul a:hover {
	color: #CCC4AE;
	text-decoration: underline;
}

#BottomNav li {
	float: right;
	position: relative;
	width: 7em;
}

#BottomNav li.spacer {
	padding-right: .5em;
	padding-left: .5em;
	width: 10px;
}

.clear {
	clear: both;
}

#ArtistSearch, #BackToArtist {
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 99999;
}

.BackToSpiritwood {
	position: relative;
	left: 5px;
	top: -140px;
	display: table;
}


