@charset "UTF-8";
/* CSS Document */

body {
	background-color: #7e7e7e;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	margin: 0;
	padding: 0;
}

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

#header {
	width: 500px;
	float:left;
	margin-bottom:20px;
}

h1 {
	font: bold 30px;
	margin: 0;
}

h2 {
	font-size: 18px;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	color: #9afffe;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

.gallery-description {
	font-size: 12px;
}

#gallery-links {
	float:right;
	padding-right: 20px;
	margin-bottom:20px;
}

#other-links {
	float:right;
}

ul {
	margin-left:0;
	padding-left:0;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	list-style-type: none;
}

li a {
text-decoration:none;
	color: white;
}

li a:hover {
text-decoration:underline;
}

li.current {
	color: #9afffe;
	font-weight: bold;
}

.thumbnails {
	margin: 0;
	clear: both;
}
