body {
background-color:rgb(138, 108, 77); 
color:rgb(0, 0, 0); 
margin-top:0px; 
margin-left:0px; 
margin-right:0px;
width:1005px;
}

h1 {
height:60px;
font-family:Monotype Corsiva; 
background-color:rgb(87, 54, 43); 
color:rgb(255, 255, 255); 
margin-bottom:0px;
}

h2 {
background-color:rgb(106, 0, 0);
margin-top:0px; 
margin-bottom:0px; 
height:40px;
color:rgb(255, 255, 255);
font-family:Monotype Corsiva;
}

h3 {
font-size:1.875em;
font-family:Monotype Corsiva; 
background-color:rgb(138, 108, 77); 
color:rgb(255, 255, 255); 
margin-bottom:0px;
}

#p1 {
font-family:Arial;
color:rgb(255, 255, 255);
margin-left:5px;
}
#p2 {
font-family:Arial;
color:rgb(255, 255, 255);

}

#centeredmenu {
   float:left;
   width:100%;
   background:rgb(87, 54, 43);
   overflow:hidden;
   position:relative;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background:rgb(87, 54, 43);
   color:rgb(255, 255, 255);
   text-decoration:none;
   line-height:1.3em;
   border-left:1px solid #000;
   border-right:1px solid #000;
}
#centeredmenu ul li a:hover {
   background:rgb(106, 0, 0);
   color:#fff;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#000;
   font-weight:bold;
}

#link2 a:link,a:visited
{
font-family:Arial;
display:inline;
margin:0 0 0 1px;
padding:3px 10px;
background:rgb(138, 108, 77);
color:#FFFFFF;
text-decoration:underline;
line-height:2em;
border-left:0px;
border-right:0px;
}

#link2 a:hover,a:active
{
display:inline;
margin:0 0 0 1px;
padding:3px 10px;
background:rgb(138, 108, 77);
color:#FFFF66;
text-decoration:underline;
line-height:2em;
border-left:0px;
border-right:0px;
}

	#myslideshow{
		width:600px;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:0px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 432px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		border:0px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}

