body {
	margin: 0px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
}

/* texts */

td {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px; 
}

/* links */

a {
	color: #085fa9;
	text-decoration: underline;
}

a:hover {
	color: #085fa9;
	text-decoration: underline;
}

/* navigation */

.nav {
	display: block;
	width: 160px;
	padding: 3px 3px 3px 10px;
	color: #000000;
	line-height: 24px;
	text-decoration: none;
}

.nav:hover {
	display: block;
	width: 160px;
	padding: 3px 3px 3px 10px;
	color: #000000;
	background-color: #e9e9e9;
	line-height: 24px;
	text-decoration: none;
}

.nav_active {
	display: block;
	width: 160px;
	padding: 3px 3px 3px 10px;
	color: #ffffff;
	background-color: #000000;
	line-height: 24px;
	text-decoration: none;
}

.nav_active:hover {
	display: block;
	width: 160px;
	padding: 3px 3px 3px 10px;
	color: #ffffff;
	background-color: #000000;
	line-height: 24px;
	text-decoration: none;
}

/* ids */

#content {
	z-index: 1;
	left: 225px;
	top: 100px;
	visibility: visible;
	width: 200px;
	height: 100px;
	position: absolute;
}

#navigation {
	z-index: 1;
	left: 20px;
	top: 100px;
	visibility: visible;
	width: 150px;
	height: 100px;
	position: absolute;
}

#head {
	z-index: 1;
	background-color: #000000;
	left: 0px;
	top: 0px;
	visibility: visible;
	width: 782px;
	height: 67px;
	position: absolute;
}