body
{
	width: 960px;
	background: #ffffff;
	margin: 0px auto 20px auto;
	font-family: verdana, sans-serif;
	font-size: 80%;
	line-height: 140%;
}

img
{
	border: 0px;
}

a
{
	outline: none;
}

a:link,
a:visited
{
	color: #000000;
}

a:hover
{
	color: #fbe700;
}

.container
{
	position: relative;
}

.clear
{
	clear: both;
}

#navigation
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 270px;
}

#navigation ul
{
	margin-top: 30px;
	list-style: none;
}

#navigation ul h2
{
	margin: 0px;
	padding: 0px;
}

#navigation .byline
{
	padding-top: 5px;
	font-size: 10px;
	text-align: center;
}

#details
{
	position: absolute;
	right: 0px;
	width: 270px;
	top: 420px;
}

#contents
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 640px;
}

#navigationGallery
{
	margin-left: 3px;
}

#navigationAbout
{
	margin-left: 6px;
}

.about #contents
{
	top: 10px;
}

.about #contents img
{
	margin: 10px 20px 10px 10px;
}

.gallery #contents
{
	top: 20px;
}

.gallery #previous
{
	position: absolute;
	left: 0px;
	top: 530px;
}

.gallery #next
{
	position: absolute;
	right: 0px;
	top: 530px;	
}

.gallery #details label
{
	width: 60px;
	float: left;
}

.gallery #details div.value
{
	width: 210px;
	float: left;
}

.gallery #details .description
{
	margin-top: 5px;
	margin-left: 3px;
}

.thumbnails #contents ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.thumbnails #contents ul li
{
	display: block;
	float: left;
	width: 160px;
	height: 160px;
}
