#main_content
{
	background: #232323;
/* 	border-color: #181818; */
	color: #999;
}

#middle_container
{
/* 	background: #343434; */
}

#middle_container a
{
/* 	color: #999; */
}

#gallery_left
{
	width: 200px;
}

#subpage_links
{
	position: relative;
	list-style-type: none;
	width: 200px;
	height: 1em;
	background: #343434;
	padding: 2px 0;
	margin: 0;
	margin-bottom: 10px;
	text-align: center;
}

#subpage_links li
{
	padding: 0 3px;
	display: inline;
	color: white;
}

#subpage_links li:first-child
{
	display: block;
	position: absolute;
	left: 4px;
	top: 1px;
}

#subpage_links li:last-child
{
	display: block;
	position: absolute;
	right: 4px;
	top: 1px;
}

#subpage_links a
{
	color: #999;
}

#thumbs
{
	width: 210px;
	height: 410px;
	overflow: hidden;
	margin-bottom: 6px;
}

#thumbs a
{
	display: block;
	width: 88px;
	height: 88px;
	border: 3px solid #666;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

#thumbs a:hover
{
	border-color: #ddd;
}

#photoinfo
{
	padding: 3px;
	padding-bottom: 0;
	font-size: 8pt;
	background: #343434;
}

#photoinfo div
{
	color: white;
}

#photoinfo dl
{
	margin: 0;
	margin-top: 2px;
}

#photoinfo dt
{
	padding-bottom: 2px;
	clear: left;
	float: left;
}

#photoinfo dd
{
	padding-bottom: 2px;
	margin: 0;
	text-indent: 0.3em;
}

#pic_div
{
	width: 520px;
	height: 520px;
	float: right;
	position: relative;
}

#pic_div img
{
	border: 10px solid #ddd;
	position: absolute;
	left: 50%;
	top: 50%;
}
