/* CSS Document */

body
{	
	background: #000;
	text-align: center;
	font-family: verdana, tahoma, arial, sans-serif;
}

a
{
	text-decoration: none;
	color: #aaa;
}

#container
{
	width: 1170px;
	margin-left: 85px;
	text-align: left;
	color: #aaa;
}

#headline {
	width: 975px;
	float: left;
	margin-bottom: .5em;
}

#headline h1 {
	font-weight: normal;
	font-size: 30px;
	margin-top: 0;
}

#gallerynav {
	width: 150px;
	float: left;
	clear: right;
}

#gallerynav img {
	float: left;
	border: 0;
}

.thumbnav {
	display: block;
	width: 160px;
	height: 420px;
	padding-top: 1em;
	font-size: .8em;
}

.thumbnav a:active, thumbnav a:focus
{visibility: visible}

.thumbnav img {
	display: block;
	position: relative;
	float: left;
	border: 0;
	margin-bottom: 1.4em;
}

#leftnav
{
	position: absolute;
	top: 520px;
	padding-top: 1em;
	width: 140px;
	margin-top: -1em;
	margin-right: 0px;
	font-size: .9em;
	line-height: 1.6em;
	float: left;
}

#rightnav {
	position: absolute;
	left: 1075px;
	top: 520px;
	padding-top: 1em;
	width: 140px;
	font-size: .9em;
	line-height: 1.6em;
	margin-top: -1em;
}

#leftnav a, #rightnav a
{
	display: block;
	color: #aaa;
	margin-top: 1em;
	z-index: 1000;
}

#leftnav a:hover, #rightnav a:hover
{
	color: #ddd;
	background: #1D2C3F;
}

#imageContainer
{
	position: absolute;
	top: 89px;
	left: 298px;
	width: 720px;
	height: 368px;
	font-size: .8em;
}

#imageContainer img {
	margin-bottom: 1em;
	display: block;
}

#copyright
{
	position: absolute;
	top: 650px;
	width: 1170px;
	text-align: center;
	font-size: .6em;
}

#copyright a {
	color: #fff; }
	
#copyright a:hover {
	font-weight: bold;
	background-color: #1D2C3F;
}


#picinfo {
	width: 100%;
	margin-top: 1.6em;
	margin-bottom: 5em;
	font-size: 11px;
}
