* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	font-family: Trebuchet, "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
	text-align: center;
}

#header {
	width: 100%;
	height: 61px;
	margin-bottom: 20px;
}
#header #logo {
	width: 680px;
	height: 61px;
	margin: 0 auto;
	text-indent: -50000px;
	background: url(/static/images/metro/header_small_handlebars.gif) 40px 0 no-repeat;
}
#header #logo a {
	display: block;
	width: 325px;
	height: 61px;
}
h2 {
	font-size: 18px;
	text-align: center;
}
#gallery_nav {
	margin-top: 10px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 15px;
}
#gallery_nav a {
	color: #83ac5a;
	text-decoration: none;
}
#gallery_nav a:hover {
	text-decoration: underline;
}
img {
	margin-bottom: 15px;
}
p {
	font-size: 12px;
	line-height: 17px;
	padding: 0 80px 0px 80px;
}
#close {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 15px;
}