body {
	text-shadow: #515151 0 1px 1px;
	background-image: url(img/medium-light-texture-small.jpg); 
	background-color: #646464;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
}

#sheet {
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#left-column {
	width: 16em;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(img/medium-dark-texture-small.jpg);
	overflow: hidden;

	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,1);
	box-shadow: 0px 0px 10px rgba(0,0,0,1);
}

#banner 
{
	color: #232323;
	text-align: left;
}

#banner-faded 
{
}

#banner h1 
{
	font: 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -.05em;
	text-transform: none;
}

#bannergallerynav {
	position: relative;
	top: 100px;
	margin-right: 2em;
	margin-left: 2em;
}

#content {
	position: fixed;
	top: 0;
	left: 16em; /*Set left value to left-column*/
	right: 0;
	bottom: 0;
	background-image: url(img/dark-texture.png);
}

#slideshow-container {
	width: 840px;
	height: 640px;
	overflow: hidden;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	left: 0;
	position: relative;
	display: block;
}

#slideshow {
	position: relative;
	width: 100%;
	height: 100%;
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
}

.caption {
	text-shadow: #000 1px 0 10px;
	color: #919191;
	padding: 7px;
	font-size: 9px;
}

.caption a {
	color: #fffefe;
	text-decoration: none;
}

.spinner {
	margin-right: auto;
	margin-left: auto;
	z-index: 32000;
	display: block;
}

.caption a:hover
{
	text-shadow: #fff 0 1px 7px;
}

/* @group foto-nav */

#foto-navigation {
	display: block;
	text-align: center;
	position: absolute;
	bottom: 7px;
	width: 100%;
}

#foto-nav {
	display: block;
}

.foto-nav-backnext {
	font-variant: normal;
	text-shadow: none;
	font-size: 0.7em;
	text-transform: lowercase;
	display: inline;
}

.foto-nav-backnext a {
	text-decoration: none;
	color: #919191;
	opacity: 0.5;
}

.foto-nav-backnext a:hover {
	text-decoration: none;
	color: #000;
	opacity: 1;
}

#foto-nav-back:before {
	content: "";
}




/* @end */

/* @group bio */

#bio-div {
	font: 14px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: none;
	position: absolute;
	display: block;
	top: 114px;
	
	width: 400px;
	height: 2000px;
	left: 100px;
}

#bio {
	color: #919191;
	text-shadow: #000 1px 0 10px;
}

#bio a {
	color: #fffefe;
	text-decoration: none;
}

#bio a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: #fff 0 1px 11px;
}



/* @end */

/* @group contact */

#contact-div {
	font: 14px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: none;
	position: absolute;
	display: block;
	top: 114px;
	
	width: 400px;
	height: 2000px;
	left: 100px;
}

#contact {
	color: #919191;
	text-shadow: #000 1px 0 10px;
}

#contact a {
	color: #fffefe;
	text-decoration: none;
}

#contact a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: #fff 0 1px 11px;
}



/* @end */

#copyright {
	font-size: 10px;
	position: absolute;
	bottom: 12px;
	width: 100%;
	text-align: center;
}

