#nav
	{
	text-align: center;
	width: 112px;
	line-height: 1em;
	white-space: nowrap;
	position: absolute;
	top: -6em;
	right: 64px;
	color: #0c0;
	}
#nav a
	{
	display: block;
	text-decoration: none;
	}
#nav a:hover
	{
	color: #090;
	}
#nav #navtitle
	{
	color: #0f0;
	height: 1.2em;
	vertical-align: middle;
	width: 112px;
	background: #00d800;
	position: absolute;
	left: 0px;
	top: 6em;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


body {color: white; font-family: "Verdana", "Arial", sans-serif; font-size: 11px;}
a:link {color: #fff;} a:visited{color: #cfc;}
h1 {position: absolute; bottom: 2px; left: 2px; font-size: 40px;}
#descr {	position: absolute; bottom: 8px; left: 140px; width: 140px;}
ul {margin: 0;}
li {margin-left: 0; margin-top: 1em; list-style: none;}

p {position: absolute; bottom: 8px;}