/*use "wrapper height" if "body" background-color is not black or wrapper has a border*/
	

	#wrapper {				
		margin-top: 20px;	
		}
		
	div#womanPane {		
		margin-left: 10px;
		background-color: ;	
		}	

	#womanPane p {
		font-size: .55em;
		text-align: center;
		}
		
	div#heading {		
		margin-left: 30%;
		background-color: ;
		}	
			
	h1 {
		font-size: 2.1em;
		letter-spacing: .08em;
		padding-top: 0px;
		}
		
	h2 {
		margin-top: 15px;
		padding-bottom: 20px;
		}	
		
	div#links {
	    width: 220px;
	/*	margin-top: 40px; used for space above Links Block */
		padding-top: 20px;
		}
	#links a{
		line-height: 1.5em;
		}

/* #exhibits and #venues are "id's" for posting places showing Mimi's art - Not always visible*/		
	#exhibits {	
	 clear: both;
    position: relative;	
	 top: -105px; 
	  margin-left: 50%;     
	}
	
	#venues {
	  /*display: none;  use this line to take art venues off the home page */
	  width: 20em;      	  
	  padding: 1em 0 0 0;
	  text-align: center;
	  height:234px; }/*250px*/
/*Background Image: Gradient-colored box with rounded corners and Drop Shadow	  
	  background-image: url("b g images/b g venues.jpg"); 
	  background-position: center top;
	  background-repeat:  no-repeat;
*/	  
/*Background Color with borders	  
      background-color: #C6FFEA; */	/*#C6FFEA */ 
/*	  border-right: 4px solid gray;
	  border-bottom: 4px solid gray;
	  border-left: 4px solid #ddd;
	  border-top: 4px solid #ddd;
*/	  
	  
	  #venues ul {
	  list-style: none;
	  padding: 0;
	  margin: 0;	  
	  }
	  
	#venues li {
	  width: 20em;
	  margin:1.5em 0 0 0;	  /*6px 10px 0px 10px*/
	  }	
	
	#venues li h3 {
	  margin: 0;
	  }
	
	#venues li p {
	  margin-top: .3em;
	  }
	
	 #Now  {	  
	  margin: 0 0 1em 0;
	  color: #EE592F;
	  font-variant: small-caps;	  
	} 
	  
	#venues p {
	  margin: 0 0 .3em 0;
	  color: #afb304;
	  font-size: .85em;
	  text-align: center;
	  }
	  	  
	#venues a {
	  color: gold;
	  text-decoration: none;
	  font: 1.25em "Gill Sans MT", "Century Gothic", sans-serif;	  
	  }
	  
	#venues a:hover {
	  color: orange;
	  }
	  
	#venues a:focus{
	  outline: none;
	  }
  
	#news {	  
      position: absolute; 
	  top: -265px;
	  left: -65px;
	  margin-top: 30px;
	  }	

	#news a {
	  color: #EE592F;	/*#FF8353*/  
	  margin: 0 0 0 0;
	  padding: 5px;
	  font-family: "Comic Sans MS", sans-serif;
	  text-decoration: none;
	  }
	
	#news a:hover{
	  color: gold;	  
	  }
	
	#w3 {margin: 5em 0 0 0; }	
