@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	background-color: #009133;
	text-align: center;
	font-weight: 400;
}
h1 {
	font-size: 24px;
	margin-top: 2px;
	letter-spacing: 0px;
	margin-left: 5px;
}
h2 {
	font-size: 16px;
	margin-top: 2px;
	letter-spacing: 0px;
	margin-left: 0px;
	margin-bottom: -3px;
}



.napstik #container  {
	width: 964px;
	height: 1001px;
	background-color: transparent;
	margin: 0 auto;
	text-align: left;
}
.napstik #header     {
	width: 964px;
	height: 132px;
	z-index: 2;
}
.napstik #contact        {
	width: 200px;
	text-align: right;
	float: right;
	top: 5px;
	position: relative;
	right: 5px;
	font-size: 12px;
	font-weight: bold;
}
.napstik #logo        {
	text-align: left;
	top: 37px;
	position: relative;
	width: 253px;
	left: 10px;
}
.napstik #tagline        {
	text-align: left;
	width: 250px;
	left: 265px;
	position: relative;
	top: -25px;
	font-size: 12px;
	font-weight: bold;
	color: 03713d !important;
}
.napstik #navigation        {
	position: relative;
	top: -21px;
	text-align: right;
	height: 20px;
	margin-right: 5px;
	left: 360px;
	width: 600px;
}
.napstik #footercredits  {
	margin: 0 auto;
	width: 964px;
	color: #FFFFFF;
	position: relative;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline !important;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a.footercredits:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footercredits:hover {
	color: #FFFFFF;
	text-decoration: underline !important;
}
a.footercredits:visited {
	color: #FFFFFF;
	text-decoration: none;
}

