HTML
{
	/*overflow-y: scroll;*/
}

HTML, BODY, DIV, P, INPUT, SPAN, TEXTAREA, TABLE, TD, TR, A
{
	margin: 0px;
	padding: 0px;
	color: #DDD;
	font-size: 11px;
	font-family: arial;
}

A
{
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

BODY
{
	background-color: black;
	text-align: center;
}
#container
{
	position: relative;
	width: 460px;
	margin: auto;
	margin-top: 10em;

}

#content
{
	position: relative;
	margin-top: 20px;
}

#side_nav, #entries
{
	position: absolute;
	left: 470px;
	top:0px;
	color: white;
}

#side_nav DIV, #entries DIV
{
	white-space: nowrap;
	text-align: left;
}
#pic_nav
{
	text-align: center;
	margin-top: 10px;
}	
#pic_nav A
{
	margin: 0px 10px 0px 10px;
}	

#pic_info 
{
	margin-top: 1em;
}