body {
	background-color: #222222;
	color: #aaaaaa;
	font-family: Courier New, Courier;
	font-size: 16px;
	text-align: center;
	min-width: 800px;
	margin: 0px;
}

img {
	border: none;
}

#everything {
	margin: auto;
	width: 800px;
}

#header {
	margin-top: 5px;
}

#header a {
	color: #888888;
}

#name {
	float: left;
	color: #cccccc;
	font-size: 18px;
}

#name b {
	font-weight: bold;
}

#copyright {
	float: right;
	color: #444444;
	font-size: 12px;
}
#copyright a {
	color: #444444;
}

#breadcrumbs {
	float: left;
	clear: both;
	color: #888888;
	font-size: 16px;
}

#arrows {
	float: right;
	clear: right;
	color: #888888;
}

#main {
	clear: both;
	padding-top: 10px;
	margin-bottom: 5px;
	text-align: left;
}

#nav {
	position: absolute;
	width: 800px;
	margin-left: 0px;
	text-align: center;
	color: #ffffff;
	background-color: #111111;
	line-height: 140%;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 10;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
#nav p {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#photo {
	text-align: center;
}

#caption {
	margin-top: 3px;
	font-size: 12px;
	text-align: center;
}

#caption p {
	margin: 0px;
}

#photo_t {
	text-align: center;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
#thumbnails {
	position: absolute;
	width: 780px;
	margin-left: 10px;
	padding-top: 10px;
	text-align: center;
	z-index: 10;
}

#thumbnails div {
	float: left;
	text-align: center;
	width: 120px;
	height: 80px;
	padding-right: 10px;
	padding-bottom: 20px;
}
#thumbnails img {
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	border: 1px solid #aaaaaa;
}

#about {
	position: absolute;
	width: 800px;
	margin-left: 0px;
	text-align: left;
	text-indent: 20px;
	color: #ffffff;
	background-color: #111111;
	line-height: 140%;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 10;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

#about p {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

a {
        text-decoration: none;
        outline: none;
        color: #ffffff;
}

