body {
   font-family: "Times New Roman", Times, serif;
   background-image: url(images/yello033.jpg);
}

#head { 
   position: relative;
   width: 880px;
   color: #000000;
   background: #91B49C;
   border-top: 4px solid #000000;
   border-right: 4px solid #000000;
   border-left: 4px solid #000000;
   margin: 0px auto;
   margin-top: 10px;
   padding: 3px;
}

.cboth {
   clear: both;
}   

h1 {
   text-align: center;
}

h2 {
   text-align: center;
}

h3 {
   text-align: left;
}   


p {
   font-size: 17px;
   text-align: left;
}   

#box {
   width: 835px;
   position: relative;
   margin: 0px auto;
   padding-left: 25px;
   padding-right: 25px;
   background: #91B49C;
   color: #000000;
   border: 4px solid #000000;
}  

#upnavcontent {
   position: relative;
   width: 888px;
   height: 68px;
   left: -3px;
   top: 3px;
   background: #00321E;
   color: #FDF8FF;
   padding: 0px;
   margin: 0px auto;
   margin-left: 0px;
   border-top: 3px solid #000;
}

#upnav ul {
   padding: 0;
   margin: 0;
   list-style-type: none;
   clear: both;
   text-align: center;
}

#upnav { 
   padding: 0 0 1px 0; 
} 

#upnav li {
   display: inline;
   font-family: "Times New Roman", Times, serif;
   font-style: italic;
   font-weight: bold;
   font-size: 15px;
}

#upnav li a:link, #upnav li a:visited {
   position: relative;
   color: #ffffff;
   padding: 2px;
   padding-left: 17px;
   padding-right: 10px;
   text-decoration: none;
   display: inline;
}

#upnav li a:visited {
   color: #FDF8FF;
}

#upnav li a:hover {
   color: #FDF8FF;
}

*html #upnav li a:link, #upnav li a:visited {
   position: relative;
   width: 804px;
   color: #FDF8FF;
   padding: 0px;
   margin: 0 auto;
   margin-top: 5px;
   padding-left: 17px;
   padding-right: 10px;
   text-decoration: none;
   display: inline;
} 

li a:link {
color:#ffffff;
text-decoration: none;
}

li a:visited {
color:#e5e5e5;
text-decoration: none;
}

img {
   border: 2px solid #000000;
}
   
//a:hover {
background:#D9D9F3;
color:#4F009D
}

a:link {
color:#ffffff;
text-decoration: none;
}

a:active {
color:#ffffff;
background:#D8BFD8;
text-decoration: none;
}
a:visited {
color:#e5e5e5;
text-decoration: none;
}

.cboth {
   clear: both;
}   

#ani {
    position:relative;
    width: 250px;
    height: 180px;
    margin: 10px;
    padding: 10px;
    background: #E5E5E5;
	color: #000;
    border: 4px double #000;
    cursor: pointer;
	overflow: hidden;
	font-size:14px; 
	left: 15px;
	top: 10px;
}

#fad {
    position:absolute; 
	width:350px; 
	height:100px; 
    font-size:36px; 
	text-align:center; 
    color:yellow; 
	background:red;
	padding: 10px;
	padding-top: 30px;
    top: 30px;
	border: 4px double #000;
	display: none;
}

span { 
    display: none;
}

p { 
    position:relative; 
	width:350px; 
	height:100px; 
	font-size: 15px;
	background: #E5E5E5;
	color: #000;
	border: 4px double #000;
	padding: 10px;
	padding-top: 30px;
	margin-top: 30px;
}

#photoShow {
    width: 400px;
    height: 300px;
}
#photoShow div {
    position:absolute;
	border: 4px double #FDF8FF;
	left: 430px;
	top: 30px;
	margin: 0px auto;
    z-index: 0;
}
#photoShow div.previous {
    z-index: 1;
}
#photoShow div.current {
    z-index: 2;
}

button {
   margin-top: 10px;
   margin-left: 32px;
   margin-bottom: 30px;
}   


#click {
   color: red;
}   

   