BODY {
	background : #EEF;
}



P.galleryPage {
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	margin: 2px;
	font-size : 11pt;
}
A.galleryPage {
	color : #F8D77C;
	text-decoration : none;
	font-size : 14pt;
}
A:Visited.galleryPage {
	color : #F8D77C;
	text-decoration : none;
	font-size : 14pt;
}
A:Active.galleryPage {
	color : #F8D77C;
	text-decoration : underline;
	font-size : 14pt;
}
A:Hover.galleryPage {
	color : #F8D77C;
	text-decoration : underline;
	font-size : 14pt;
}



/* ------------------------------------------------------------ */
/* This is for the thumbnail pages in the gallery */
#galleryBigBody {
	left: 0px;
	right: 0px;

	padding: 5px 0px 0px 0px;

	background: #FFF;
	
	/* For testing */
/* 	border:1px solid #F00; */


}



/* ------------------------------------------------------------ */
/* This is for the thumbnail pages in the gallery */
#galleryThumbsBody {
  	float: center;

	padding-bottom: 25px;
	margin-left: auto;
	margin-right: auto;

/* border: 1px solid #F0F; */


	width: 630px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 600px;
}
html>body #galleryThumbsBody {
	width: 600px; /* ie5win fudge ends */
}

#galleryThumbsBody P {
	font-family : Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
/* 	color: #F8D77C; */
	font-size: 10pt;
}

/* Title at the top of the thumbnail table */
#galleryThumbsBody P.galleryTitle1 {
	margin-top: 40px;
	margin-bottom: 0px;

	font-family : Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	font-size: 15pt;
	font-weight : bold;
	
/* 	border: 1px solid #0000FF; */
}
/* Title at the top of the thumbnail table */
#galleryThumbsBody P.galleryTitle2 {
	margin-top: 5px;
	margin-bottom: 0px;

	font-family : Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	font-size: 10pt;
	
/* 	border: 1px solid #0000FF; */
}



#galleryThumbsBody TD {
	padding: 10px;
}

/* Put a black border on all thumbnails */
#galleryThumbsBody IMG {
	border: 1px solid #000000;
}



/* In the thumbnail pages, this is used at the top of each collection */
.galleryCollection {
	margin-top: 45px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-size: 11pt;
/* 	font-weight : bold; */
	
	text-align: left;
/* 	border-bottom: 1px solid #0000FF; */
	border-bottom: 1px solid #CCCC99;

}


.galleryCollectionDescription
{
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-size: 10pt;
	text-align: left;
	font-style: italic;
}






/* Title at the top of the thumbnail table */
#galleryTitle1 {
	margin: 0px;
	margin-top: 30px;

	text-align: center;
	color: #000000;
	font-size: 15pt;
	font-weight : bold;
/* 	background: #CCCC99; */
	
/* 	border: 1px solid #0000FF; */
}
/* Title at the top of the thumbnail table */
#galleryTitle2 {
	margin: 0px;
	padding: 5px 30px 0px 30px;

	text-align: center;
	color: #000000;
	font-size: 10pt;
/* 	background: #CCCC99; */
	font-style: italic;
}


/* ------------------------------------------------------------ */
/* This is used at the top of multi-page galleries */
#galleryNextPageLinkTop {
/*
	margin: 0px 0px 15px 0px;
	padding: 2px 40px 2px 40px;
*/
font-size: 11pt;
/* 	font-weight : bold; */
	
	text-align: center;
}

/* This is used at the bottom of multi-page galleries */
#galleryNextPageLinkBottom {
	margin: 0px 0px 15px 0px;
	padding: 2px 40px 2px 40px;
	font-size: 11pt;
/* 	font-weight : bold; */
	
	background: #CCF;
	
	text-align: center;
}

/* For new style links at the top of the galleries. Smaller font, plus margin. 20070423 */
.galleryNextPageLinkTopSmall {
	margin: 1ex 1ex 1em 1ex;
	font-size: 9pt;	
	text-align: center;
}

/* ------------------------------------------------------------ */
/* This is for the individual works pages in the gallery */
#galleryIndivBody {
	margin-top: 25px;
	margin-bottom: 25px;

/* 	display: block; */
	margin-left: auto;
	margin-right: auto;

/* 	border: 1px solid #FF0000; */
	background-color: #FFF;
	clear: both;

	width: 530px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 500px;
}
html>body #galleryIndivBody {
	width: 500px; /* ie5win fudge ends */
}

/* Put a black border on all images */
#galleryIndivBody IMG {
/* 	border: 5px solid #000000; */
}


#galleryIndivBody P {
	/* Font stuff for the whole section */
	font-family : Arial, Helvetica, sans-serif;
	text-align: left;
}

#galleryIndivBody P.galleryTitle {
	margin: 10px 10px 5px 10px;

	color: #000000;
	font-size: 15pt;
}

#galleryIndivBody P.galleryDescription {
	margin: 5px 10px 5px 10px;

	color: #000000;
	font-size: 11pt;
}









/* ------------------------------------------------------------ */
/* This is for the navigation links at the bottom of the individual gallery pages */
#galleryNavigate {
  	float: center;

	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;

	background: #CCF;
/* border: 1px solid #FF00FF; */

	width: 630px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 600px;
}
html>body #galleryNavigate {
	width: 600px; /* ie5win fudge ends */
}

#galleryNavigate P {
	font-family : Arial, Helvetica, sans-serif;
	text-align: center;
/* 	color: #0000FF; */
	color: #000;
	font-size: 10pt;
}

#galleryNavigate A {
	color : #0000FF;
	text-decoration : none;
	font-size : 10pt;
}
#galleryNavigate A:Visited {
	color : #0000FF;
	text-decoration : none;
	font-size : 10pt;
}
#galleryNavigate A:Active {
	color : #0000FF;
	text-decoration : underline;
	font-size : 10pt;
}
#galleryNavigate A:Hover {
	color : #0000FF;
	text-decoration : underline;
	font-size : 10pt;
}





/* ------------------------------------------------------------ */
/* TESTING */
.thumbnail {
	float: left;
	width: 150px;
	margin: 0 15px 15px 0;
}
.clearboth { clear: both; }


/* ------------------------------------------------------------ */
/* This is for the navigation links at the bottom of the individual gallery pages */
#galleryFooter {
  	float: center;

	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;

	width: 630px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 600px;
}
html>body #galleryFooter {
	width: 600px; /* ie5win fudge ends */
}

#galleryFooter P {
	font-family : Arial, Helvetica, sans-serif;
	text-align: center;
/* 	color: #0000FF; */
	color: #000;
	font-size: 9pt;
}

#galleryFooter A {
	color : #0000FF;
	text-decoration : none;
	font-size : 9pt;
}
#galleryFooter A:Visited {
	color : #0000FF;
	text-decoration : none;
	font-size : 9pt;
}
#galleryFooter A:Active {
	color : #0000FF;
	text-decoration : underline;
	font-size : 9pt;
}
#galleryFooter A:Hover {
	color : #0000FF;
	text-decoration : underline;
	font-size : 9pt;
}

/* ------------------------------------------------------------ */

P.copyright {
	margin: 15px;

	color: #000;
	text-decoration : none;
	font-size : 9pt;
	font-weight : bold;
}


/* ------------------------------------------------------------ */

#galleryNavigate2 {
	margin: 0px;
	padding: 2px;

/*  	border: 1px solid #000; */

	color: #000000;
	background-color: #CCF;

	font-size : 9pt;
}


ul#galleryNavigate2b  {
	margin: 0px;
	padding: 2px;
}
	
	
#galleryNavigate2b li {
	display: inline;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
}

#galleryNavigate2b a:link {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

#galleryNavigate2b a:visited {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

#galleryNavigate2b a:hover {
	color: #000;
	background-color: #DDE;
	text-decoration : underline;
}

#galleryNavigate2b a:active {
	color: #000;
	background-color: #DDE;
	text-decoration : underline;
}
