body {
		 min-width: 800px auto;
		 font-family: thames;
		 font-size: 14pt;
		 color: #b8a43a;
		 background-repeat: repeat-x;
		 padding: 20px;
		 margin-left: auto;
		 margin-right: auto;
		 text-align: center;
		}
		
#menu {
		border: 0px solid gray;
		height: 26px;
		padding-top:15px;
		padding-bottom:10px;
		clear: both;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 8px;
		overflow: visible;
		text-align: center;
		}
		
#menu div {
	  float: left;
		padding-left: 10px;
		padding-right: 10px;	
		}
		
#content {
		margin-top:5px;
		text-align: center;
		}

#content div {
		font-family: "Verdana", arial, sans-serif;
		font-weight: normal;
		font-size: 10.5pt;
		letter-spacing: 0px;
		word-spacing: 0px;
		line-height: 25px;
		color: #403100;
		}
		}
				
#pictureContainer {
    width: 800px;
    padding: 20px;
		border: 2px dotted #f9f9ee;
		filter:progid:DXImageTransform.Microsoft.Fade(duration=1.0,overlap=1.0);
		text-align: center;
		}	
		
#picture {
    border: 2px solid black;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		}
		
#slidecounter {
    background-color: #c1ae49;
    margin-top: 10px;
		border-style: none;
		}		
		
#caption {
    background-color: #fdfdbd;
		width: 790px;
		margin-top: 10px;
		padding: 6px;
		border-style: inset;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		}					
				
#footer {
		color: #403100;
		text-align: center;
		font-size: 10pt;
		font-family: arial;
		margin-top: 20px;
		width:750px;
		height: 35px;
		overflow: visible;
		margin-left: auto;
		margin-right: auto;
		}

#bottom {
		clear: both;
		position-top: 0px;
		height: 10px;
		}

	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.thumbnail{
position: relative;
z-index: 0;
text-decoration: none;
color: #ffff99;
font-weight: bold;
}

a.thumbnail:hover{
background-color: transparent;
z-index: 50;
text-decoration: underline;
color: #412b00;
font-weight: bold;
}

/*these are classes to define the main text*/

.head {
			 	font-weight: bold;
				font-size: 24pt;
				font-family: "ohio script", arial, sans-serif;
				}
				
.subtitle {
        font-weight: bold;
				font-style: italic;
				text-align: center;
				font-size: 15pt;
				}
				
a.endlinks {
				text-decoration: none;
				color: #412b00;
				font-weight: bold;
				}
				
a.endlinks:hover {
        text-decoration: underline;
				}
				
