@charset "UTF-8";
/* CSS Document */

body{
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	width: 900px;
	font-family: Georgia, serif;
	font-size: 0.9em;
}

#nav{
	margin-bottom: 30px;
}
	#nav a{
		padding-right: 15px;	
	}
	#nav a:link{
		color: black;
		text-decoration: none;
	}
	#nav a:visited{
		color: black;
		text-decoration: none;
	}
	#nav a:hover{
		color: black;
		text-decoration: underline;
	}
	#nav a:active{
		color: black;
		text-decoration: none;
	}
	
	#nav #selected a:link{
		color: black;
		text-decoration: underline;
	}
	#nav #selected a:visited{
		color: black;
		text-decoration: underline;
	}
	#nav #selected a:hover{
		color: black;
		text-decoration: underline;
	}
	#nav #selected a:active{
		color: black;
		text-decoration: underline;
	}
	
	



#thumbs{
	width: 920px;
	font-size: 0.8em;
}
#thumbs img{
	margin-bottom: 0px;	
	border: 0;
}
#thumbs a:link{
	text-decoration: none;	
}
#thumbs a:visited{
	text-decoration: none;	
}
#thumbs a:hover{
	text-decoration: none;	
}
#thumbs a:active{
	text-decoration: none;	
}
.thumb{
	width: 213px;
	height: 200px;
	margin-right: 16px;
	float: left;
	cursor:pointer;
}
.thumb p{
	margin: 12px 0px 0px 0px;
	pasdding: 0;
}
#images{
	margin-top: 38px;
}
#images img{
	margin-bottom: 50px;
}
#footer{
	margin: 0 auto;
	position: relative;
	width: 900px;
	letter-spacing: 0.1em;
	line-height: 2em;
}
#story_caption{
	margin-top: 20px;	
}

	#story_caption a{
		font-size: 0.8em;
		font-family: helvetica, arial, sans_serif;
		margin-left: 20px;
	}
	#story_caption a:link{
		color: black;
		text-decoration: none;
	}
	#story_caption a:visited{
		color: black;
		text-decoration: none;
	}
	#story_caption a:hover{
		color: black;
		text-decoration: underline;
	}
	#story_caption a:active{
		color: black;
		text-decoration: none;
	}
	
	
	
	
#footer{
	margin: 30px 0px 30px 0px;
	font-size: 0.8em;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #FEE4DE;
	padding: 10px 0px 10px 0px;
}
	#footer a:link{
		color: black;
		text-decoration: underline;
	}
	#footer a:visited{
		color: black;
		text-decoration: underline;
	}
	#footer a:hover{
		color: #CCC;
		text-decoration: underline;
	}
	#footer a:active{
		color: black;
		text-decoration: underline;
	}
	

	
	#gallery_thumbs ul{
			margin: 0;
			padding: 0;
	}
	
	#gallery_thumbs li{
			margin: 0px 15px 0px 0px;
			padding: 0;
			list-style: none;
			float: left;
	}
	

	
#large_image{
/*	background-color: #fff9e9;*/	
	height: 577px;
	width: 900px;
	/*overflow: hidden;*/
	cursor: pointer;
	margin-top: 20px;
	
	
}
	#large_image img{
		margin: 0 auto;
		display: block;
		
	}
	
	
	
	
a:link{
	color: black;
	text-decoration: none;
}
a:visited{
	color: black;
	text-decoration: none;
}
a:hover{
	color: black;
	text-decoration: underline;
}
a:active{
	color: black;
	text-decoration: none;
}
