* 
{ 
  margin: 0;
  padding: 0;
	list-style: none;
}

body 
{
	font-size: 68%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #656565;
	background: #ffffff;
	overflow: auto;
	height: 100%;
}

a
{
  color: #656565;
	outline: none;
}

a:link, a:visited
{
	text-decoration: none;
	outline: none;	
}

a:hover, a:active 
{
	text-decoration: underline;
}

img 
{
	border: none;
}

#nav ul
{
	padding: 0 0 0 2em;
	line-height: 1.3em;
	list-style: none;	
	background-color: #ffffff;
}

#nav ul .selected
{
	list-style: square;
}

#logo
{
	position: absolute;
	top: 467px;
	left: 20px;
	z-index: 1;
}

#nav
{
	z-index: 97;
	height: auto;
	padding: 0px;
	width: 20%;
	position: absolute;
	left: 5px;
	top: 30px;
	line-height: 15px;
	background: url(x.png) repeat-x bottom;
}

#gallery, #links, #text, #error
{
	position: absolute;
	left: 18%;
	width: 80%;
	padding-left: 1%;
	z-index: 98;	
}

#gallery 
{
	height: 98%;
	padding-top: 13px;
	overflow-x: scroll;
	overflow-y: hidden;	
}

@media all and (max-device-width: 640px) 
{
	#gallery 
	{
		overflow-x: visible;
		overflow-y: visible;	
	}
}

#links, #text, #error 
{
	height: 95%;
	overflow: hidden;	
	padding-top: 30px;
}

.pic
{
	padding-left: 4px;
	height:500px;
	overflow:hidden;
}

.credits
{
	color: #999999;	
}