* {
	margin: 0;
	padding: 0;
}

html,
body { background-color: #333333; }

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 67.5%;
	margin: 10px 20px;
}

/* -- */

.nav {
	display: inline;
	float: right;
	list-style-type: none;
}

.nav li {
	display: inline;
	padding-left: 1em;
}

.nav a {
	color: #AAAAAA;
	font-size: 1.2em;
}

.nav a.current {
	color: #FFFFFF;
	text-decoration: none;
}

.nav a:focus,
.nav a:hover,
.nav a:active { color: #FFFFFF; }

/* -- */

h1 {
	font-size: 3em;
	color: #FFFFFF;
}

/* -- */

.thumbnails {
	list-style-type: none;
	clear: both;
}

.thumbnails li {
	display: inline;
	float: left;
	margin: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #555555 #000000 #000000 #555555;
	background-color: #222222;
}

.thumbnails a { text-decoration: none; }

.thumbnails img {
	display: block;
	border-width: 2px;
	border-style: solid;
	border-color: #AAAAAA #DDDDDD #DDDDDD #AAAAAA;
}

.thumbnails img.tall { margin: 20px 40px 5px 40px; }

.thumbnails img.wide { margin: 40px 20px 25px 20px; }

.thumbnails img.tall_pano { margin: 20px 40px 5px 40px; }

.thumbnails img.wide_pano { margin: 40px 20px 25px 20px; }


/* -- */

.thumbnails p {
	color: #555555;
	text-decoration: none;
	text-align: center;
	margin: 5px;
}

.thumbnails p a {
	color: #AAAAAA;
	text-decoration: none;
}

/* -- */

.frame {
	display: inline;
	float: left;
	margin: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #555555 #000000 #000000 #555555;
	background-color: #222222;
}

.frame img {
	display: block;
	margin: 40px;
	border-width: 3px;
	border-style: solid;
	border-color: #AAAAAA #DDDDDD #DDDDDD #AAAAAA;
}

/* -- */

.footer {
  font-size: 1.2em;
	padding-top: 1.5em;
	clear: both;
	color: #999999;
	text-align: right;
}

.footer a { color: #999999; }

.footer a:focus,
.footer a:hover,
.footer a:active { color: #AAAAAA; }

.footer .copyright,
.footer .copyright a { color: #555555; }

