#page
{
	background-image: url(/background.php);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 410px;
}

#page ul
{
	display: block
	margin-left: auto;
	float: right;
	margin: 0;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	padding: 0;
	padding-right: 2em;
}

#page ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
	padding-right: 3em;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 2px dotted #c0c0c0;
	font-variant: small-caps;
}

#page ul li.home
{
	display: none;
}

#page ul li.last
{
	border-bottom: 0;
}

#page ul li a,
#page ul li a:link,
#page ul li a:hover,
#page ul li a:visited
{
	text-decoration: none;
	color: #000000;
}

/*
#title
{
	position: absolute;
	top: 1.8em;
	left: 1em;
	background-image: url(title.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='title.png', sizingMethod='scale');
	display: block;
	width: 320px;
	height: 85px;
}
*/

#title h1
{
	/*display: none;*/
	margin-left: 8px;
	font-size: 12pt;
	color: #76b3c8;
}

#copyright
{
	font-size: 85%;
	margin-left: 8px;
	margin-bottom: 5px;
}

#copyright,
#copyright a
{
	color: #909090;
}

#page p
{
	margin: 0;
	padding: 0;
	margin-left: 8px;
	margin-top: 0.8em;
	float: left;
	color: #505050;
}

#page p .last-update
{
	font-weight: bold;
}

/*
#browser-problems
{
	left: 1em;
	top: 12em;
	position: absolute;
	background-color: #eeeec0;
	width: 38em;
	padding: 0.3em;
	border: 1px solid #505050;
}

#browser-problems h2
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 100%;
}

#browser-problems p
{
	margin: 0;
	padding: 0;
	margin-top: 0.5em;
}
*/


