body { background-color: black; /* a dark gray #868686 */
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	
	
     }
#wrapper {		
		width: 760px;
		margin: 0;
		margin-left: auto;
		margin-right: auto;
		padding: 20px 0px 20px 0;
		/*background-color: black; use this line if "body" has a different color*/
		border-left: 2px solid #778527;
		border-right: 2px solid #778527;		
		}


            
div#womanPane {			
		width: 200px;
		margin: 0 0 0 160px;		
		padding-top: 0px;
		float: left;	
	         }
			 
/* Fix the "Double Margin" bug in IE5 &IE6 */
*html div#womanPane {
		display: inline;
		}


div#heading {		
		margin-left: 52%;
		margin-top: 0px;
		padding-top: 0px;
		
	      	}
h1,h2   {
	margin: 0;
	}
div#links { 	
	width: 260px; }	

span#hiLite {
	color: #FBEF69;
	}
		


div#heading a { display: block;		
    	margin-left: 5%;
		text-decoration: none; 
		font-weight: 600;}

  a:link {  color: olive; }

  a:visited { color: olive; }

  a:hover { color: white; }      

#text { 	clear: both;
	position: relative;
	margin-left: 15%;
/* Fix IE5 & IE6 "Lay Out" bug */
	height: auto;	
	}
	
#text h3 {
	margin-top: 2em;	
	}
	
#text p { padding-left: 3%;
	margin-right: 10%; }


#topLink { position: absolute;
	top: 0;
	right: 0;	
	margin-top: 0px;
	font-size: .7em;	
	}
	
ul.PrintsLinks {
	list-style-type: none;
	margin: 0px 0 0px 0;	
	padding-left: 0;	
	}
	
ul.PrintsLinks li{
	display: inline;
	color: olive;
	}
	
ul.PrintsLinks a{
	text-decoration: none;
	margin-right: 4px;
	margin-left: 2px;	
	}

span.emph { color: #D4F9F5;
	}

.PrintsLinks  a:link {  color: #CCCC66; }
.PrintsLinks  a:visited { color: olive; }
.PrintsLinks  a:hover { color: white; }


div.display { padding-top: 6px; }

h3, h4 { clear: left; }

 div#copyright { 
	clear: left;
	margin-top: 0px;
 	font-size: 80%; 
	text-align: center;
	  }


div.artPane {
		float: left;
		height: 280px;
		width: 33.3%; 
		margin-bottom: 5px;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		padding-top: 10px;}

div.artPane p { margin-top: -30px;
		font-size: 75%; }

div.artPane h5{ position: relative;
		top: -10px;
		font-style: italic; }

div.artPane a:link { color: #808000; }  /*olive*/
div.artPane a:visited { color: #808000; } /*olive*/
div.artPane a:hover { color: #FFFFFF; }  /*white*/
div.artPane a:active { color: #3300FF; } /*blue*/
/*
Internet Explorer Browser doesn't treat image links the same as other browsers.  So, I eliminate borders on anchor images
*/
div.artPane img { border: none; }

#nextLink { 
		margin-top: 0;
		text-align: center;
		font-size: 90%; }




