body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
  padding: 0px;
	margin: 0px;
	background-image: url(../images/bkgd.jpg);
	background-attachment: fixed;
	background-position: bottom right; 
	background-color: #000;
	background-repeat: no-repeat;
}
.header {
	height: 54px;
	background: url(../images/memories.jpg) no-repeat #000;
	background-position: 2px;
	border-bottom: #999 thin solid;
	text-align: center;
}
a {
	color:#666;
	text-decoration: none;
}
a:hover {
	color:#999;
	text-decoration: underline;
}
.date {
	font-size: 0.7em;
	color:#999;
}
span.thumb {
  display: table-cell; /* Firefox and Opera*/
	display: inline-block; /* Opera and IE */
	vertical-align: top; /* IE */
  width: 116px;
	height: 75px;
	border: #111 2px solid;
	padding: 2px;
	margin-bottom: 5px;
	margin-right: 5px;
	text-align: center;
}
.thumb:hover {
	border: #999 2px solid;
  background-color: #333;
}
img {
  border: none;
	margin: auto;
}

.container {
  padding: 0px;
	margin: 0px;
	width: 100%;
	background: url(../images/container-bkgd.gif) repeat-y;
}

.albums {
  float: left;
	width: 202px;
	height: auto;
}
.albums div {
  margin: 5px;
  padding: 5px;
	width: 176px;
	border: #111 2px solid;
	background-color: #000;
}
.albums div:hover {
	border: #999 2px solid;
  background-color: #333;
	cursor: pointer;
}

.content {
  margin-left: 202px;
	padding: 5px;
}

.location {
  padding: 5px;
  clear: both;
	border-top: #999 thin solid;
}

.footer {
  font-size: 0.6em;
	text-align: center;
	border-top: #999 thin solid;
}

#quickNav {
  margin: 2px;
  font-size: 0.7em;
	float: right;
	width: 300px;
}