
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	background-color: #ececec;
	}
	
	
a {
	text-decoration: none;/* removes underlines from hyperlinks */
	}
	
	
a img {
	border: 0;/* removes borders from images that are hyperlinks */
	}
	
p {
	margin: 0 0 1em;/* only bottom headings so you can snug headings right up to them if you remove top margins */
	}



div#everything {
	width: 850px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
	}

a:link { 
	color: blue;
	}
a:visited { 
	color: green;
	} 
a:hover { 
	color: white;
	} 

#masthead {
	margin-bottom: 0em; /*pushes down the body*/
	background: white;
	height: 155px;
	z-index: 2;
	position: relative;
	}
	
#topright {
	position: absolute;
	right: 0px;
	top: 0px;
	}	
	
#traillogo {
	position: absolute;
	left: 12%;
	top: 0px;
	}	
	
#homelink {
	display: block;
	background-image: url(../images/topmiddle.jpg) ;
	}
	
	
#menu{
	margin-right: auto; 
	margin-left: auto; 
	width: 550px; 
	height: 40px; 
	background-image:url(../images/menubkg.png);
	margin-top: -45px;
	z-index: 3;
	position: relative;
	}	

ul#nav {
	list-style: none; 
	margin-left: auto;
	margin-right: auto;
	width: 500px; padding-top: 10px;margin: 0; padding-left: 30px;
	}

#nav li {
	display: inline;
	font-size:15px;
	}
	
ul#nav a {
	color: white;
	padding: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
ul#nav a:link { color: white; }
ul#nav a:hover { color: black; } 
ul#nav a:active { color: green; }

#detail li {
	display: inline; 
	margin-left: 25px
	}
	
ul#detail {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif; margin-left: -25px
	}
