/*
 *
 * Copyright (c) 2005 Wyllys Ingersoll, rights reserved.
 *
 * The design and layout of this site may not be used without
 * permission, but you may use portions of this code for any
 * other purpose provided you give me proper credit as author.
 *
 * Contact: wyllys At gmail 
 */
 
body {
	margin: 0;
	padding: 0;
	background-color: #333333;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #2A4F6F;
}

#header {
	border-top: 1px solid #778899;
	border-bottom: 1px dotted #B2BCC6;
	height: 5em;
}

#header .strapline {
	font: 180%  Arial, Georgia, "Times New Roman", Times, sans-serif;
	color: #BBCCDD;
	background-color: transparent;
	float: left;
	margin-top: 1em;
	margin-right: 2em;
	margin-left: 2em;
}

#header .credits {
	font: 60%  Arial, Georgia, "Times New Roman", Times, sans-serif;
	color: #BBCCDD;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-left: 2em;
	margin-top: 6em;
}

#header a:link, #header a:visited {
	text-decoration: none;
	color: #BBFFDD;
	background-color: transparent;
}

#header a:hover {
	color: #FFFFDD;
}

#nav {
	position: absolute;
	top: 5em;
	left: 1em;
	width: 14em;
	height: 172px;
	margin-bottom: 2em;
	border: 2px;
}

#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}

#nav li {
	font-size: 90%;
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0.3em;
}

#nav .counter {
	font:Arial, Helvetica, sans-serif;
	color: #ffff99;
	margin-left: 1em;
	font-size: 80%;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #BBFFDD;
	background-color: transparent;
}

#nav a:hover {
	color: #FFFFDD;
}

#photos {
	width: 700px;
	height: 700px;
	border: none;
	margin-top:  1em;
	margin-left: 16em;
	margin-right: 2em;
	padding-left: 2em;
}

#photos img {
	padding: 4px;
	border: 1px solid #808080;
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
}

#photos p {
	color: #BBFFDD;
	line-height: 1.6em;
	padding-left: 4em;
}

#imagenav {
	margin-left: 16em;
	padding-left: 4em;
}

#imagenav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}

#imagenav li {
	display: inline;
}

#imagenav a:link, #imagenav a:visited {
	margin-right: 2px;
	padding: 2px 6px 2px 6px;
	color: #A62002;
	background-color: #BBBBBB;
	text-decoration: none;
}
