html, body {
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	width: 100%;
	height: 100%;
}
.main {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(6_back_gr.gif);
	width: 100%;
	height: 1150px;
	z-index: 1;
}
.header {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(9-080804.jpg);
	width: 1000px;
	height: 115px;
	z-index: 2;
}
h2 {
	position: absolute;
	top: 27px;
	left: 170px;
	width: 612px;
	height: 40px;
	color: #000040;
	font-size: 32px;
	font-weight: bold;
	z-index: 3;
}
h3 {
	position: absolute;
	top: 77px;
	left: 162px;
	width: 912px;
	height: 40px;
	color: #000040;
	font-size: 17px;
	font-weight: bold;
	font-family: Arial Baltic,sans-serif;
	z-index: 4;
}
ul.nav {
	list-style: none;
	position: absolute;
	margin: 0px;
	margin-top: 36px;
	padding: 0px;
	top: 112px;
	left: 16px;
	width: 128px;
	z-index: 5;
}
li.nav a {
	display: block;
	margin: 0px;
	margin-top: 2px;
	padding: 0px;
	padding-top: 5px;
	padding-left: 2px;
	background-color: #FF7E00;
	color: #B01C00;
	height: 19px;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
}
li.nav a:hover {
	background-color: #FF6600;
	display: block;
	color: #FBEC92;
}
li.nav a:active {
	background-color: #FBEC92;
	display: block;
	color: #000000;
	font-weight: bolder;
}
.content {
	position:absolute;
	top: 150px;
	left: 160px;
	width: 650px;
	color: #000000;
	font-size: 12px;
	z-index: 6;
}
h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 40px;
}
A {
	text-decoration: none;
	color: #000000;
}

