 
body, html {
  height: 100%;
  margin: 0;

	background-color: #000;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	color: white;
	font-family: Calibri;
    font-size: 1.0em;
    width:100%;
}




#flash-page {
	margin: auto;
	background-repeat: repeat;
	max-width: 1320px;
}
	
 #photos {
	margin-left: 255px;	
	margin-top: 25px;
}

#photo1  {
	float:left;
	border: 2px solid #fff;
	margin: -70px 0 0 10px;
	padding:5px;
}

#photo2  {
	float:right;
	border: 2px solid #fff;
	padding:5px;
	margin: -70px 10px 0 0;
}

	
	
#title img{
	display:block;
	margin:auto;
	padding-bottom: 50px;
}

#intro img  {
	float:right;
	border:none;
	}
	
	.active {
    background-color: #4CAF50;
}


table {
    border-spacing: 25px;
   margin-left: auto;
    margin-right: auto;
       
}

table caption{
	font-size: 1.5em;
}

#gallery {
	 display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 65px;
    }

	
#trails {
	margin-top:65px;
	font-size: 28px;
	margin-left:auto;
	
}

div.img {
    margin: 5px;
    float: left;
    width: 180px;
    
}



div.img img {
   
    border: 2px solid #fff;
    margin: 5px;
    padding: 6px;
    
}

div.desc {
    padding: 2px;
    text-align: center;
    color: #fff;
    font-family: Calibri;
    font-size:1.2em;
 }

span.note {
    font-size: 0.8em;
    font-style: italic;
}
 
#info {
	clear: both;
	align: auto;
	width: 100%;
}	

#bottom {
	display:block;
	margin:auto;
	width:70%;
	font-size:1.25em;
}
	
#menu {
	list-style:none;
	color: #fff;
	font-size: 1.2em;
}


#menu {
display:table; /* centers modern browsers */
margin:0 auto; /* centers modern browsers */
text-align:center; /* centers IE6/7 */
padding-top:50px;
padding-bottom:50px;
font-size:1.25em;
}

#menu ul {
list-style:none;
display:inline-block; /* IE6/7 haslayout trip-switch */
}

#menu ul {
display:inline; /* IE6/7 haslayout trip-switch, and IE6/7 only need ul to be display inline, yet does no harm to others */
}

#menu li {
	display:inline;
	float: left;
	border-right: 1px solid #bbb;
	
}
#menu li:last-child {
    border-right: none;
}

#menu a {
float:left;
text-decoration:none; 
padding:0 10px; /* variable width */
color:white;
)
		


/* Change the link color on hover */
#menu.li a:hover {
    background-color: #666;
}

/* visited link */
 a:visited {
    color: #fff;
}
li a:hover {
    background-color: #666;
}

/* remove blue linked image borders */
a img,:link img,:visited img, img {
	border: none;
}
/* display block-level for consistent styling */
header, nav, article, footer, address {
    display: block;

 
img {
	max-width: 100%;
}	     
