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

* {
	margin:0;
	padding:0
}

body {
	background-color:#000;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;
	text-align:center
}

h1 {
	padding-top:.5em;
	padding-bottom:.4em;

}

h2 {
	padding-bottom:.6em;
	font-size:1.1em;
}

.container {
	width:920px;
	margin:0 auto 0 auto;
}

ul {
	list-style:none
}

li {
	margin:0;
	padding:0;
}

ul.navigation {
	width:885px;
	position:relative;
	margin:0 auto 0 auto;
	
}

ul.navigation img {
	border:0
}

.navigation li {
	width:99px;
	height:48px;
	margin:12px 5px 25px 5px;
		float:left;
		overflow:hidden
	
}

#selected img {
	background-image:url(images/selected.gif)

}

#intro {
	position:absolute;
	top:99px;
}

.gallery, .gallery6up {
	clear:both
}

.gallery img {
	margin:7px;

}



.gallery6up img {border:1px solid white;
cursor:pointer;
	margin:5px;

}

.galleries  {
	list-style:disc;


	
}

.galleries li {
	text-align:left;
	text-indent:10px;
	margin-left:12px;
}

.contact, .singles {
	width:520px;
	float:left
}

#bigimage {
	border:1px solid white;
	margin-bottom:10px;
}

.contact p, .singles p {
	text-align:left;
	margin:10px 20px 10px 0;


}

.filmstrip {
	margin:0 auto 0 auto;
	clear:both;
	width:95%;
	border:1px solid white
}

.contact i {
	line-height:1.2em

}
#john {
	border:1px solid #FFF;
		margin-right:50px;
}

ul.galleries {
	list-style:none;
}

.sitemap {
	text-align:left;
	line-height:1.7em;
	width:750px
}
.legal {
	clear:both;
	font-size:.7em;
	padding-top:4em;
	padding-bottom:20px;
	line-height:1.4em;

}

#images {
	border:1px solid #FFF
}

a {
	text-decoration:none;
	color:#999
}

a:hover {
	color:#555;
}