
/* Lovely background colour for the web site. */
body{ background-color: #99FF66; }

.Thumbnail{ width: 50%; border-style: solid; border-width: thin; }


/* Change the colour of the selected menu option listed across the top of the web site. */
.SelectMenu{ width: 50%; border-style: solid; border-width: thin; border-color: #FFFFFF; }

#homeImg, #survey{ width:35px;height:35px;}

#mainMenu{ margin-left: auto; margin-right: auto; }

#homeMenu{ padding: 0em 15em 0em 0em; }

#mailMenu{ padding: 0em 0em 0em 15em; }

#webpageText{ font-size:4em; 
              font-family: "Times New Roman", Times, serif; 
			  color:#000000;
			  margin-left:27%; 
			  margin-top:6%;
			}

#contactForm{ margin-left:27%; margin-top:6%; }

img.Gallery{ width:80%; cursor: hand; cursor: pointer; border-style: solid; border-width: thin; }

#survey{ width:50%;}

#tblGallery{ float: left; 
             padding: 0px 0px;
           }
		   
/* The large Picture displayed when a photograph is clicked on */
#largePic{ border-style: solid;
           border-width: thin;
         }

/* Hide the green button on the France page. Some of my own drawings for my artistic classmates. */
.Drawings img { border: none; }
.Drawings a:hover { cursor: default; cursor: pointer; }

/* Used merely to identify the DIV elements on a page during Development. gp 
/*div{ margin-top: 6px; padding:6px; border: 1px solid #000;}
*/

.footer {
   margin-left: 10%; 
   margin-right: 10%;
   font-size: 70%;
   height: 30px;
   clear: both;
   bottom: 0px;
   width: 85%;
   position: fixed;
   text-align: center;
}

#mail {  width: 35px; height: 35px; float: right; }

#content{ width: 779px; }

/*
Generic settings for all html documents using this Cascading Style Sheet.
*/

/*
The specific fonts in order of perference to be used if available.
*/
body{ font-family: arial, verdana, sans-serif; }

/*
Settings for all paragraphs in the html document.
*/
p { text-indent: 10px; }


/*
The settings for any headings used.
*/
h1, h2, h3 {

   font-family:Arial;
}

/*
Any archors used in the html document
*/
a{ text-decoration: none; 
 }
 
 /*
Any table data cell
*/
td{ font-size:50%;
 }