html, body {
	background: #6e8792  url(../images/bg.png) repeat-x scroll left top;
}

/**** header tag definitions ****/

#gallery_header_container {
	width:1000px;
	position:relative;
	margin: 0 auto 25px;
	text-align: center;
}

#logo {
	text-align:center;
	margin-bottom: 10px;

}
#logo h1 {
	text-indent: -9999px;
	background: url(../images/title.png) no-repeat 290px;
	height: 62px;
	width: 1000px;
	text-align: center;
}

/* START NAVIGATION */

#nav_wrap {
	position: relative;
	width: 1000px;
	height: 42px;
	background: url(../images/nav_bg.png) repeat-x 0;
	display: block;
	padding-top: 0;
}
/* REGULAR NAVIGATION
	-- HOME / ABOUT --
*/

#nav {
	list-style: none;
	border-style: hidden;
	position: relative;
	top: 15px;
}
#nav li{ 
	float:left;
	border-style: hidden;
}

#nav a {
	display: block;
	text-indent: -9999px;
	font-size: 1px;
	line-height: 1px;
	height: 13px;
	border: none;
	background: url(../images/nav.png) no-repeat scroll 0 0;
}

#nav .home a:link,#nav .home a:visited {
	width: 49px; background-position:0px 0;
	padding-left: 0;
	margin-right: 32px;
}

#nav .about a:link,#nav .about a:visited{
	width: 58px; background-position: -80px 0;
	margin-right: 32px;
}

#nav .home a:hover { background-position: 0 -13px;
	margin-right: 32px;
}
#nav .about a:hover { background-position: -80px -13px;
	margin-right: 32px;
}

#home .home a:link,#home .home a:visited { background-position: 0 -26px;
}
#about .about a:link, #about .about a:visited { background-position: -80px -26px;
}


/* GALLERY NAVIGATION
	-- GALLERY / AUBURN DOUBLEDAYS / HIGH SCHOOL / WILDLIFE / MISC.  --
*/
#nav .gallery{
	background: url(../images/nav.png) -180px 0;
	width: 102px;
	height: 27px;
	text-indent: -9999px;
	position: relative;
	display: block;
	float: left;
	bottom: 8px;
	margin: 0 0 0 20px;
}

/*-- Normal State --*/

#nav .double_days a:link,#nav .double_days a:visited {
	width: 188px; background-position: -305px 0;
	margin-left: 26px;
}

#nav .high_school a:link,#nav .high_school a:visited {
	width: 116px; background-position: -519px 0;
	margin-left: 26px;
}
#nav .wildlife a:link,#nav .wildlife a:visited {
	width: 84px; background-position: -663px 0;
	margin-left: 26px;
}

#nav .misc a:link,#nav .misc a:visited{
	width: 143px;
	background-position: -774px 0;
	margin-left: 26px;
}


/*-- Nav Hover --*/

#nav .double_days  a:hover { background-position:  -305px -13px;
	margin-left: 26px;
}
#nav .high_school     a:hover { background-position: -519px -13px;
	margin-left: 26px;
}
#nav .wildlife     a:hover { background-position: -663px -13px;
	margin-left: 26px;
}
#nav .misc     a:hover { background-position: -774px  -13px;
	margin-left: 26px;
}

/*-- Nav Current --*/

#double_days .double_days a:link, #double_days .double_days a:visited { background-position:  -305px -26px;
}
#high_school .high_school a:link, #high_school .high_school a:visited { background-position: -519px -26px;}
#wildlife .wildlife a:link, #wildlife .wildlife a:visited { background-position: -663px -26px;}
#misc .misc a:link, #misc .misc a:visited { background-position: -774px  -26px;}

/* END NAVIGATION */
