body {
	background-color: #2c2c2d;
	font: 11px Arial, Verdana, sans-serif;
	color: #FFFFFF;
}
img {
	border: 0;
}

a {
	color: #b9cadf;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#content_holder {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 809px;
	height: 427px;
	margin-left: -404px; 
	margin-top: -224px; 
	background-color: #525252;
}

#thumbnails_holder {
	width: 426px;
	height: 320px;
	position: absolute;
	top: 56px;
	left: 358px;
	background-color: #2c2c2d;
}

#thumbnails {
	margin: 8px;
}

#header {
	position: absolute;
	top: 57px;
	left: 47px;
}

#email_link {
	background-image: url(../images/email_link.png);
	width: 194px;
	height: 18px;
	margin: 0;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
#email_link:hover {
	background-position: -196px 0;
}

#about_button {
	position: absolute;
	top: 361px;
	left: 50px;
}
#about_link {
	background-image: url(../images/about_link.png);
	width: 40px;
	height: 14px;
	margin: 0;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
#about_link:hover {
	background-position: -40px 0;
}


#links_holder {
	position: absolute;
	top: 144px;
	left: 49px;
}
#links_holder div {
	margin-bottom: 4px;
}
#home_link {
	background-image: url(../images/home_link.png);
	width: 107px;
	height: 14px;
	margin: 0;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
#home_link:hover {
	background-position: -107px 0;
}
#available_link {
	background-image: url(../images/available_link.png);
	width: 107px;
	height: 14px;
	margin: 0;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
#available_link:hover {
	background-position: -107px 0;
}
#gallery_link {
	background-image: url(../images/gallery_link.png);
	width: 107px;
	height: 14px;
	margin: 0;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
#gallery_link:hover {
	background-position: -107px 0;
}
#etsy_link {
	background-image: url(../images/etsy_link.png);
	width: 107px;
	height: 14px;
	margin: 0;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
#etsy_link:hover {
	background-position: -107px 0;
}

#about_holder {
	display: none;
	position: absolute;
	top: 134px;
	left: 49px;
	width: 280px;
	height: 243px;
	background-image: url(../images/about_bg.png);
}
#about_copy {
	margin: 30px 0 0 10px;
}

#about_close {
	position: absolute;
	top: 5px;
	left: 262px;
}
#about_close_link {
	background-image: url(../images/close_button.png);
	width: 11px;
	height: 12px;
	margin: 0;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
#about_close_link:hover {
	background-position: -11px 0;
}


#thumbnailsSubnav {
	position: absolute;
	top: 386px;
	left: 365px;
}

.thumbnailsSubnavLink {
	background: #2f2f2f;
	padding: 2px 4px;
	border: 1px solid #7b7b7b;
	color: #7b7b7b;
}