@import url("reset.css");

body {
	background: #000;
	color: #fff;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
}

#image_holder {
	overflow: auto;
}

.gallery {
	margin-top: 50px;
}

h1 {
	font-family: Georgia;
	font-size: 50px;
	margin-left: 7px;
	text-shadow: 1px 1px 2px #ccc;
}

.gallery h1 {
	font-size: 28px;
	width: 90%;
}

p {
	margin: 20px 0 20px 10px;
}

a:link {
	color: #fff;
	border-bottom: dotted 1px  #cecece;
	text-decoration: none;
}

a:active {
	color: #fff;
	border-bottom: dotted 1px  #cecece;
	text-decoration: none;
}

a:hover {
	color: #fff;
	border-bottom: dotted 1px  #cecece;
	text-decoration: none;
}

a:visited {
	color: #fff;
	border-bottom: dotted 1px  #cecece;
	text-decoration: none;
}

.thumbnail:link {
	float: left;
	position: relative;
	margin: 10px;
	border: none;
}

.thumbnail:active {
	float: left;
	position: relative;
	margin: 10px;
	border: none;
}

.thumbnail:hover {
	float: left;
	position: relative;
	margin: 10px;
	border: none;
}

.thumbnail:visited {
	float: left;
	position: relative;
	margin: 10px;
	border: none;
}

.thumbnail img {
	height: 120px;
}

#giclee {
	display: none;
}
