/* The following is for the slideshow */

/* controls picture width */

.picregion {
   height:310px;
  /* width: 790px; */
  /* border: 3px solid green; */
  margin-top:  10px;
  margin-bottom: 10px;
  /* border: 3px solid green; */  
 }
 
 
 
 .quoteregion, .quoteregion2 {
   position: relative;
   height:100px;
   width: 150px; 
   /* border: 3px solid blue; */
   font-family: Georgia,
             "New Century Schoolbook",
             "Nimbus Roman No9 L",
             serif;
   font-size:x-large;  
   font-style:italic;  
   text-align:center;

 }

 .quoteregion{
   top: 100px;
   left: 75px;
 }
  
 .quoteregion2 {
   top: 100px;
   left: 550px;
 }

.slideshow, .slideshow2 {
    height:300px;
    width:450px;
	position:relative; 
    margin-left: 10px; 
    border: 3px solid black;  
}

.slideshow {
   float:right;    
   margin-top:  -100px; 
   margin-right: 10px;
}

.slideshow2 {
   float:left;    
   margin-top:  -100px; 
}


.copyright{
font-size:small;
color: gray;
  margin-top: 50px; 
text-align:center;
}


 .textregion {
   position: relative;
   /* border: 3px solid blue; */
   font-family: Georgia,
             "New Century Schoolbook",
             "Nimbus Roman No9 L",
             serif;
   height:200px;
   margin-left: 20px; 
/*   border: 3px solid blue; */ 
   display:block;
 }
 

 .textregion ul {
 margin-left: 40px; 
 padding-left: 0;
 } 






