body { background-color: #3e423a; color: #f4f7d9;
	font-size: normal; text-align: center;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
}

p { margin-top: .5em;
}

#photo {
	border: 1px solid #f4f7d9;
}

#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}
 
#inner {
  width: 675px;
  height: 450px;
  margin-left: -375px;  /***  width / 2   ***/
  position: absolute;
  top: -225px;          /***  height / 2   ***/
  left: 50%;
  background-image:url(../images/hip.jpg)
}

#slideshow {
  width: 800px;
  height: 559px;
  margin-left: -400px;  /***  width / 2   ***/
  position: absolute;
  top: -281px;          /***  height / 2   ***/
  left: 50%;
}

#galleryjumplinks {
	text-align: center;
	padding: 2em 3em; margin: 0 3em 0 4em;
	
}

#galleryjumplinks li {
	display: inline;
	margin-right: 1em; padding-right: 1.2em;
	border-right: 1px solid #f4f7d9;
	font-size: smaller;
}

a, li a, galleryjumplinks li a {
	text-decoration: none;
}

#galleryjumplinks li a:link, #galleryjumplinks li a:visited {
	color: #f4f7d9;
}

#galleryjumplinks li a:hover, #galleryjumplinks li a:active {
	color: #6c6e58;
}

#galleryjumplinks li a.current, #galleryjumplinks li a.current:hover, #galleryjumplinks li a.current:active {
	color: #6c6e58;
	cursor: default;
}

#galleryjumplinks li.last {
	border-right: 0;
}