body {
	background: #222;
	color: #FFF;
}

a {
	font: normal 14px/1.5em Arial, Verdana, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}

h1 {
	font: 35px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	border-bottom: 1px dashed #999;
	width: 70%;
	margin: 5px auto 10px auto;
}

#main {
	padding: 4px 10px;
	position: relative;
}

#return {
	position: absolute;
	right: 10px;
	top: 0px;
}

#return a {
	color: #bebebe;
	font-size: 12px !important;
}

#return a:hover {
	color: #fff;
}

#photos {
	width: 600px !important;
	margin: 0 auto !important;
}

.galleryview {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#nav li {
	text-align: center;
	list-style-type: none;
	float: left;
	padding: 4px 10px;
	margin: 10px;
	background: #333;
}

#nav li:hover {
	background: #666;
}

#nav img {
	width: 130px;
	height: 97px;
	border: 2px solid #bebebe;
}

#nav a:hover img {
	border: 2px solid #fff;
}

#nav h2 {
	font: 30px bold Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
