body {
	background: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Arial, Helvetica, sans-serif;
}

A:link   {color:#66ff33;
          font-weight:700;
          Text-decoration:none;}
A:active {color:#66ff33;
	  font-weight:700;
          Text-decoration:underline;}
A:visited{color:#66ff33;
          font-weight:700;
          Text-decoration:none;}
A:hover  {color:##66ff33;
          font-weight:700;
          Text-decoration:underline;}
td {
	font-size: 9pt;
	font-weight:500;
	color:#FFFFFF;}

.italic {font-style:italic;}
.bold {font-weight:700;}


/* @group Thumbs */
#thumbsgallery {
	width: 580px;
}

#thumbsArea {
	margin: 0px auto;
	text-align: center;
	position: relative;
	top: 30px;
	width: 580px;
}

#thumbsbreadcrumbs {
	position: relative;
	top: 5px;
	left: 0px;
}

#thumbsNavTop {
	position: relative;
	top: 10px;
	width: 580px;
	left: 0px;
	height: 60px;
}

#thumbsNavTop a {
	padding-left: 5px;
}

#thumbsNavTop form {
	float: left;
}

.thumbsThumbnail {
	float: left;
	text-align:center;
	width: 90px;
	padding: 2px;
}


.thumbsThumbnail img {
	border: 0px;
}
.thumbsThumbnail img:hover {
	border: 0px;
}


#thumbsNavBottom {
	position: relative;
	top: 40px;
	width: 580px;
	left: 15px;
	height: 60px;
	margin-bottom: 100px;
}
#thumbsNavBottom form {
	float: left;
}

#thumbsNavBottom a {
	padding-left: 5px;
}

	
/* @group Gallery */

#gallery {
	position: relative;
	margin: 0px auto;
	
	top: 0px;
	height: auto;
	
}

*html #gallery {
	margin-left: 2px;
}

#galleryartistList {
	/*position: absolute;
	left: 4px;
	top: 40px;*/
	float: left;
	
	height: auto;

	padding: 4px;
	border: 1px solid #000;
	margin-bottom: 10px;
}

#galleryartistList h2 {
	text-align: center;
	font-size: 1.2em;
}

#galleryartistList h1 {
	font-size: 1.2em;
}

#galleryartistList ul#artistlist li {
	list-style: none;
	margin-bottom: 1px;

}

#galleryartistList #artistName {
	height: 10px;
	font-size: 1em;
}

#galleryartistList #artistLocation {
	height: 10px;
	margin-bottom: 1px;
	font-size: 1em; 
	color: #666666;
}


#gallerybreadcrumbs {
	position: relative;
	top: 0px;bread
	border: 1px solid #000;
	margin-bottom: 10px;
}


#galleryimageInfo {
	/*position: absolute;
	top: 40px;
	left: 215px;*/

	float: left;
	font-size: 1em;
	height: auto;
	
	margin-bottom: 40px;
	border: 1px solid #000;
	padding: 4px;
}

#galleryimageInfo h2 {
	width: 98%;
	font-size: 1.2em;
}

#galleryimage {
	position: relative;

	text-align: center;
	vertical-align: top;
}

#gallerykeywords {
	position: relative;

}

#galleryimageTitle {
position: relative;
}

#galleryimageTitle h2 {
	padding: 0px;
	color: #CCCCCC;
}



/* breadcrumbs stuff */
#bread {

	padding: 3px;
	height: 0px;
	left: 0px;
	}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	height: 0px;
	} 

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	height: 0px;
	}

#bread ul li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
	
	}
	
#bread ul li#first:before {
	content: " ";
	}
	